aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-08-08 12:30:14 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-08-08 12:30:14 +0000
commitc71098bcc3c49f02e19d4527c2df8d242c6e50dd (patch)
tree3c158ab0ca72c6d8181bf30d58a517d22dc8fe8d /ChangeLog
parente15abfd99c9a1c892b68b17f9a8d65c949658adb (diff)
downloadlibmicrohttpd-c71098bcc3c49f02e19d4527c2df8d242c6e50dd.tar.gz
libmicrohttpd-c71098bcc3c49f02e19d4527c2df8d242c6e50dd.zip
Updated ChangeLog, added missing newline
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84c37517..330336ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Sat Aug 8 12:19:47 CEST 2015
2 Added checks for overflows and buffer overruns, fixed
3 possible buffer overrun.
4 Updated md5 implementation.
5 Fixed many compiler warning (mostly for VC compiler). -EG
6
1Tue Aug 4 13:50:23 CEST 2015 7Tue Aug 4 13:50:23 CEST 2015
2 Fix failure to properly clean up timed out connections 8 Fix failure to properly clean up timed out connections
3 if running in external select mode without listen socket, 9 if running in external select mode without listen socket,