Initial cmake conversion of the libt2n project except the example projects. The unit...
[libt2n] / ChangeLog
1 New in 0.6 - 2011-05-20
2 -----------------------
3 * Switch license to GPLv2 + linking exception
4 * Don't rethrow unknown exceptions
5 * Migrate to Boost unit test framework
6 * gccxml wrapper: Filter -pthread from newer gcc versions
7 * rpm package: Build in parallel
8
9 New in 0.5 - 2009-02-07
10 -----------------------
11 * New project home
12 * Fixed calls to virtual functions in constructors/destructors
13 * Improvements for data transfers larger than 2 GB
14 * Fixed uninitialized variables causing random transfer problems
15
16 New in 0.4 - 2008-09-26
17 -----------------------
18 * Fix build of documentation for "out of tree" builds
19 * Fixed a bug with nested namespaces
20 * Fixed a bug with incomplete writes (Robert Huitl)
21 * Provide access to buffer/block sizes of socket handler
22 * Updated documentation
23
24 New in 0.3 - 2007-05-08
25 -----------------------
26 * Fixed a bug in the automatic code generator
27 * Updated autoconf suite
28
29 New in 0.2 - 2006-12-21
30 -----------------------
31 * First public release