From 6c4f0aa3eaa0de86457dbc734ea552cd03a67a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 1 Oct 2014 08:07:52 +0200 Subject: Initial import of psocksxx version 0.0.5-1 --- changelog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 changelog (limited to 'changelog') diff --git a/changelog b/changelog new file mode 100644 index 0000000..5c4c46d --- /dev/null +++ b/changelog @@ -0,0 +1,19 @@ +0.0.5 - 29th June 2014 + * Fixing 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 + -- cgit v1.2.3