===========================================================================
Released gwenhywfar-2.6.2 (2007-10-15, r1298)
===========================================================================

Windows connection errors have been fixed, hopefully. NetBSD
connection errors have been fixed. This release is only interesting
for windows or NetBSD users.


===========================================================================
Released gwenhywfar-2.6.1 (2007-07-08, r1265)
===========================================================================

Windows registry issues have been solved. Some very minor bugs have
been fixed. Cross-compiling is now supported. This release is only
interesting for windows or cross-compiling users.


===========================================================================
                    gwenhywfar-2.6.0 (2007/06/09, r1225)
===========================================================================

Some very small bugfixes with loggers and with process starting. Some
missing list functions have been added.


===========================================================================
                    gwenhywfar-2.5.4 (2007/02/16, r1165)
===========================================================================

Another bugfix release for windows: Fix copying of generated
headers that would give wrong compile on windows. Add functions
for lookup of a temp directory and macros for the directory
separator character.


===========================================================================
                    gwenhywfar-2.5.3 (2007/02/09, r1150)
===========================================================================

Bugfix release for windows: Home directory lookup is fixed
now. Binreloc support with latest autoconf is fixed. Extra make
check tests for INHERIT macros are added.


===========================================================================
                    gwenhywfar-2.5.2 (2007/01/19, r1122)
===========================================================================

This release finally fixes additional build problems on
windows/mingw32, needed for a win32 build of aqbanking and
gnucash.  All other platforms/OSs are not affected.


===========================================================================
                    gwenhywfar-2.5.1 (2007/01/16)
===========================================================================

This release fixes some build problems on windows/mingw32, needed
for a win32 build of aqbanking.  All other platforms are not
affected.


===========================================================================
                    gwenhywfar-2.5.0 (2006/12/25)
===========================================================================

This release decreases the verbosity and makes gwenhywfar completely 
relocatable using binreloc.


===========================================================================
                    gwenhywfar-2.4.1 (2006/09/26)
===========================================================================

This release fixes some bugs, removes debugging messages and cleans up the
API (longtime deprecated functions have been removed). Callbacks functions
used widely in Gwenhywfar have been adapted to work on Windows as well.


===========================================================================
                    gwenhywfar-2.4.0 (2006/08/25)
===========================================================================

This version adds a simple signal/slot framework and fixes some bugs.


===========================================================================
                    gwenhywfar-2.3.1 (2006/07/13)
===========================================================================

This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files.


===========================================================================
                    gwenhywfar-2.3.0 (2006/06/15)
===========================================================================

This release fixes some bugs and introduces a new module for fast lookup
of objects via integer ids. It also provides a storage module to be used
by my next projects.


===========================================================================
                    gwenhywfar-2.2.0 (2006/04/12)
===========================================================================

This release includes a fix for SSL problems on MacOSX, introduces user and
password fields to GWEN_URL, adds a GWEN_DBIO plugin for RFC822 headers (as
used by AqMail) and adds some signedness fixes.


===========================================================================
                    gwenhywfar-2.1.1 (2006/03/26)
===========================================================================

This is just a maintenance release which fixes some minor bugs and compiles
on sparc-solaris and amd64 with less warnings.


===========================================================================
                    gwenhywfar-2.1.0 (2006/03/20)
===========================================================================

This release fixes some bugs and very much improves the internal list code
which results in speedup of XML file reading by factor 5-6.


===========================================================================
                    gwenhywfar-2.0.0 (2006/02/27)
===========================================================================

This release fixes the spurious signature error encountered with AqHBCI and
improves the API documentation.


===========================================================================
                    gwenhywfar-1.99.7 (2006/02/06)
===========================================================================

The CryptToken framework now handles up to six keys per user, some memory
leaks and some minor bugs have been fixed.


===========================================================================
                    gwenhywfar-1.99.6 (2006/01/30)
===========================================================================

The OpenHBCI CryptToken now reports a bad pin to the application (i.e.
AqBanking is now able to intercept bad pins from these CryptTokens as well).


===========================================================================
                    gwenhywfar-1.99.5 (2006/01/26)
===========================================================================

This release fixes some bugs in HTTP code and working with crypt tokens is
now safer.


===========================================================================
                    gwenhywfar-1.99.4 (2006/01/17)
===========================================================================

This release fixes some bugs in the build system (especially regarding
GCC's new visibility feature).


===========================================================================
                    gwenhywfar-1.99.3 (2006/01/11)
===========================================================================

This release fixes some minor bugs and makes use of GCCs visibility features
(thus removing about 700 symbols from the shared library).


===========================================================================
                    gwenhywfar-1.99.2 (2005/12/15)
===========================================================================

This release fixes some problems with the network code and Gnucash.


===========================================================================
                    gwenhywfar-1.99.1 (2005/12/01)
===========================================================================

This release chiefly fixes some bugs in network and XML code. It also prepares
Gwenhywfar to be used in 64 bit environments.


===========================================================================
                    gwenhywfar-1.99.0beta (2005/11/22)
===========================================================================

This is the first release of the gwen2 series. It features a complete rewrite
of the network code which fixes problems with some HBCI servers.
Only the latest version of AqBanking works with this version of gwen.


===========================================================================
                    gwenhywfar-1.19.0 (2005/10/22)
===========================================================================

The changes in this release are as follows:
Some problems in GWEN_CryptToken when keys smaller than 96 bytes are used
were fixed (this allows AqBanking/AqHBCI to work with some banks again!).
This version also fixes some bugs thus making network-timeout problems less
likely to occurr.
A request wrapper around existing IPC code was added.


===========================================================================
                    gwenhywfar-1.15.0 (2005/08/11)
===========================================================================

This release fixes some important bugs, enables the crypttoken code (used by
AqHBCI), adds the tool gct-tool for admimistration of crypttoken, adds
blowfish encryption, improves the waitcallback code and compiles warningless
with gcc4.
