summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b3ef9e5..53b0e08c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 08 18:32:17 CET 2016
+ Some minor internal fixes, addition error checking and
+ micro optimizations.
+ Reworked usage of sockets shutdown() - now work equally
+ on all platforms, disconnection should be "more graceful". -EG
+
Tue Mar 15 21:52:27 CET 2016
Do not crash if pthread_create() fails. -DD