| | 1 | New in 0.7 - 2015-05-05 |
| | 2 | ----------------------- |
| | 3 | * add support for external select() calls |
| | 4 | * reset timeout if connection is active |
| | 5 | * cmake build system and general cmake support |
| | 6 | * prevent buffer overflow with overlong socket paths |
| | 7 | * fix compilation with newer gcc / glibc versions |
| | 8 | |
| | 9 | New in 0.6 - 2011-05-20 |
| | 10 | ----------------------- |
| | 11 | * Switch license to GPLv2 + linking exception |
| | 12 | * Don't rethrow unknown exceptions |
| | 13 | * Migrate to Boost unit test framework |
| | 14 | * gccxml wrapper: Filter -pthread from newer gcc versions |
| | 15 | * rpm package: Build in parallel |
| | 16 | |
| | 17 | New in 0.5 - 2009-02-07 |
| | 18 | ----------------------- |
| | 19 | * New project home |
| | 20 | * Fixed calls to virtual functions in constructors/destructors |
| | 21 | * Improvements for data transfers larger than 2 GB |
| | 22 | * Fixed uninitialized variables causing random transfer problems |
| | 23 | |
| | 24 | New in 0.4 - 2008-09-26 |
| | 25 | ----------------------- |
| | 26 | * Fix build of documentation for "out of tree" builds |
| | 27 | * Fixed a bug with nested namespaces |
| | 28 | * Fixed a bug with incomplete writes (Robert Huitl) |
| | 29 | * Provide access to buffer/block sizes of socket handler |
| | 30 | * Updated documentation |
| | 31 | |
| | 32 | New in 0.3 - 2007-05-08 |
| | 33 | ----------------------- |
| | 34 | * Fixed a bug in the automatic code generator |
| | 35 | * Updated autoconf suite |
| | 36 | |
| | 37 | New in 0.2 - 2006-12-21 |
| | 38 | ----------------------- |
| | 39 | * First public release |