Commit graph

7 commits

Author SHA1 Message Date
wiz
a3ab38e850 Update to 0.9.1, based on PR 43330 by Gary Duzan.
Set LICENSE.

LibOFX 0.9.0:
	- this release now exports version information thus allowing depending applications
          to determine the version of LibOFX to compile against
        - some fields have been added to OfxFiLogin to allow for modification of some
          OFX header fields in outgoing requests. Together with the latest AqBanking3 this
          should fix the problem with servers suddenly rejecting connections from LibOFX
          applications
        - the calling application can now tell libofx where the data files reside. This allows
          for relocatable binaries (most importantly on Windows)
        - some warnings from recent versions of GCC have been fixed
        - libOFX can now easily be cross-compiled for Windows on Linux
        - the OFX header is now scanned for a hint regarding the encoding of the document and
          convert the data to UTF8 if iconv is available at compile time.
        - the API for online requests has been cleaned up
2010-05-20 06:54:23 +00:00
drochner
987c135e4b update to 0.8.3
change: Fix problem with string lengths. Fixes Gnucash bug
       	http://bugzilla.gnome.org/show_bug.cgi?id=353986
2007-09-05 16:42:16 +00:00
joerg
e8737ed5d3 unlink(2) needs unistd.h. 2006-09-11 07:18:27 +00:00
wiz
6b2fc477bf Update to 0.8.2:
LibOFX 0.8.2:
- bug fixes for GCC4.x and 64-bit compatibility
- fix to enable OFXDirectConnect in Aqbanking
- improvements to ofxpartner functionality
- minor build system modifications
- new fields for fees, commissions and stock split data
- fix a memory leak and a potential crashing bug

Remove curl/buildlink3.mk from buildlink3.mk, since the library
provided by this package is not linked against curl.
2006-09-03 13:02:17 +00:00
minskim
4a28423d25 Make this package build with gcc-4. 2006-04-03 17:26:40 +00:00
joerg
70f6f5b076 mkstemp is in unistd.h on DragonFly and FreeBSD, so include that as well. 2006-02-08 16:21:51 +00:00
wiz
a3ce94c442 Initial import of libofx-0.8.0, based on the package provided by
Gary Duzan in PR 32439:

This is the LibOFX library. It is a parser and an API designed to
allow applications to very easily support OFX command responses,
usually provided by financial institutions for statement downloads.
To my knowledge, it is the first working OpenSource implementation
of the OFX (Open Financial eXchange) specification on the client
side.
2006-02-05 22:25:01 +00:00