Home | Back
net6
====

Version 1.3.3:
* Errors encountered on the connections do no longer propagate
   to the selector of the application
* Sockets could be opened without IPv6, enabling the application
   to retry the socket connection when IPv6 is unavailable

Version 1.3.2:
* Compilation fixes for MingW and GNUTLS
* Updated Autotools and gettext helper files

Version 1.3.1:
* Encryption support through GNUTLS
* Interface changes in the selector
* Allow the use of the net6 protocol with Unix domain sockets
* Send keep-alives to detect dropped clients
* Correctly listen on IPv6 if possible

Version 1.2.2:
* Translation update

Version 1.2.1:
* Improve gettext handling to allow translations in header files

Version 1.2.0:
* This release is both API- and ABI-incompatible to the 1.1.x series.
* New boolean type added
* Heavily refactored through intensive use of templates
* MSVC8 build environment added
* Redesigned type concept with thread safety in mind
* New translations:
   - Swedish (complete), thanks to Daniel Nylander!
   - French (partial)

Version 1.1.0:
* This release is both API- and ABI-incompatible to the 1.0.x series.
* Numeric error code transmission
* Compilation fixed for FreeBSD
* More dynamic type system
* Internationalisation through GNU gettext

Version 1.0.1:
* Using gethostbyname on win32 to make it work on versions < Windows XP

Version 1.0.0:
* Initial release