~mterry/ubuntu/natty/libofx/libofx.new-upstream-benoit-sru

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Saïvann Carignan
  • Date: 2008-02-06 17:25:16 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080206172516-bnzxb29igye8um9h
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LibOFX 0.9.0:
 
2
        - this release now exports version information thus allowing depending applications
 
3
          to determine the version of LibOFX to compile against
 
4
        - some fields have been added to OfxFiLogin to allow for modification of some
 
5
          OFX header fields in outgoing requests. Together with the latest AqBanking3 this
 
6
          should fix the problem with servers suddenly rejecting connections from LibOFX
 
7
          applications
 
8
        - the calling application can now tell libofx where the data files reside. This allows
 
9
          for relocatable binaries (most importantly on Windows)
 
10
        - some warnings from recent versions of GCC have been fixed
 
11
        - libOFX can now easily be cross-compiled for Windows on Linux
 
12
        - the OFX header is now scanned for a hint regarding the encoding of the document and
 
13
          convert the data to UTF8 if iconv is available at compile time.
 
14
        - the API for online requests has been cleaned up
 
15
 
 
16
LibOFX 0.8.3:
 
17
        - Fix problem with string lengths.  Fixes Gnucash bug http://bugzilla.gnome.org/show_bug.cgi?id=353986
 
18
 
1
19
LibOFX 0.8.2:
2
20
        - bug fixes for GCC4.x and 64-bit compatibility
3
21
        - fix to enable OFXDirectConnect in Aqbanking