~ubuntu-branches/ubuntu/natty/libofx/natty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-11-29 00:12:00 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051129001200-aplj8zbj80f68xby
Tags: 1:0.8.0-9
Generate autotools using Debian libtool (rerun libtoolize --copy
--force, aclocal-1.9, autoconf). (Closes: #341190)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
08/10/2004:  Benoit Gr�goire  <bock@step.polymtl.ca>
 
2
        * Release 0.8.0
 
3
        * configure.in:  Update libtool version number.  Make curl check fatal untill there is code to conditionally not compile ofxconnect when CURL is unavailable.
 
4
        * Fix the build system so that discheck will finally run properly.
 
5
 
 
6
11/7/2005 Ace Jones <acejones@users.sf.net>
 
7
        * Upgraded the app version for OFX Requests (some banks are denying
 
8
          the old version now)
 
9
        * Moved bank & broker ID's from OfxFiLogin to OfxAccountInfo, which is
 
10
          more accurate
 
11
        * Renamed a couple AccountType enums to be consistent with the others
 
12
 
 
13
22/4/2005 Martin Preuss <martin@aquamaniac.de>
 
14
        * added fields bank_id, bank_id_valid, branch_id, branch_id_valid,
 
15
          account_number and account_number_valid to OfxAccountData
 
16
          according to discussion on LibOFX mailinglist.
 
17
          
 
18
19/4/2005  Ace Jones  <acejones@users.sf.net>
 
19
        * Improved ofxconnect to do the POST operation itself
 
20
        * Improved the ofxconnect unit test to be mostly cleartext except the server login information.
 
21
 
 
22
20/4/2005 Martin Preuss <martin@aquamaniac.de>
 
23
        * inserted an \"#ifndef\" before definition of static variables to allow include from multiple source files of a project
 
24
 
 
25
18/4/2005:  Ace Jones  <acejones@users.sf.net>
 
26
        * Added libofx_request_statement API, and underlying support classes, to create an OFX statement request
 
27
        * Added libofx_request_accountinfo API to create an OFX account into request
 
28
        * Added ofxconnect sample app to demonstrate & test new API's (try "make check" in the ofxconnect folder).  Read README.privateserver first.
 
29
 
 
30
24/11/2004:  Benoit Gr�goire  <bock@step.polymtl.ca>
 
31
        * Apply Christian Stimming's patch for rpm building.  Also adds a make rpm target.
 
32
        
 
33
08/10/2004:  Benoit Gr�goire  <bock@step.polymtl.ca>
2
34
        * Release 0.7.0
3
35
        * configure.in:  Update libtool version number.
4
36