| Commit | Line | Data |
|---|---|---|
| cf902cad TJ |
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 | ||
| 85248d11 | 9 | New in 0.6 - 2011-05-20 |
| 53f79053 TJ |
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 | ||
| 0995cebb TJ |
17 | New in 0.5 - 2009-02-07 |
| 18 | ----------------------- | |
| e1f27c9e TJ |
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 | ||
| 0995cebb TJ |
24 | New in 0.4 - 2008-09-26 |
| 25 | ----------------------- | |
| 53d60743 TJ |
26 | * Fix build of documentation for "out of tree" builds |
| 27 | * Fixed a bug with nested namespaces | |
| 1450c064 RP |
28 | * Fixed a bug with incomplete writes (Robert Huitl) |
| 29 | * Provide access to buffer/block sizes of socket handler | |
| 53d60743 TJ |
30 | * Updated documentation |
| 31 | ||
| 0995cebb TJ |
32 | New in 0.3 - 2007-05-08 |
| 33 | ----------------------- | |
| 53d60743 TJ |
34 | * Fixed a bug in the automatic code generator |
| 35 | * Updated autoconf suite | |
| 36 | ||
| 0995cebb TJ |
37 | New in 0.2 - 2006-12-21 |
| 38 | ----------------------- | |
| 53d60743 | 39 | * First public release |