Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > b54c7d8261aac5305e1b2654b009dcc7 > files > 6

lib64net6-1.3_0-1.3.6-1mdv2008.1.x86_64.rpm

net6
====

Version 1.3.6:
 * Translation roundup

Version 1.3.5:
 * Bug fix release, fixing a deference of an already freed pointer

Version 1.3.4:
 * Compilation fixes
 * Bug fixes, one of them had the potential to crash the application

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