blob: 771952c23ec0db893dcc0541c82bce4dd2a30bb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
1.1.1 - 14th June 2018
* Drop ordered comparisons between pointers and zero
* Use NULL instead of 0 for pointers
1.1.0 - 29th November 2015
* Add examples
* Enforce Automake version check in configure.ac
1.0.0 - 04th November 2015
* First stable release (no code changes since v0.0.6)
0.0.6 - 03rd October 2014
* Remove obsolete doxygen tags
0.0.5 - 29th June 2014
* Fix inconsistent timeout behaviour on different systems
0.0.4 - 10th November 2013
* bug fix - member functions should not be throwing exceptions if the
signature does not specify it.
0.0.3 - 31st October 2013
* Suppress SIGPIPE signals
* Code cleanup work
0.0.2 - 29th September 2013
* Added timeout support for socket communications
* New base socket stream I/O class to reduce redundant code
* Added install targets for doxygen generated docs
0.0.1 - 19th September 2013
* Initial release
|