aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3148d34..4ee9da5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
1Tue Apr 13 21:46:01 CET 2016
2 Removed unneeded locking for global timeout list in
3 MHD_USE_THREAD_PER_CONNECTION mode.
4 Added 'simplepost' and 'largepost' examples to VS projects.
5 Added strtoXX() locale-independent replacement functions.
6 Added more error checking and minor fixes in digest auth
7 functions - should improve security.
8 Ignored specific errors in 'test_post' test until libcurl
9 will implement workaround for WinSock bug.
10 Fixed handling of caller-supplied socket with
11 MHD_OPTION_LISTEN_SOCKET (regression in 0.9.49).
12 Minor fixes.
13 Various cosmetics and comments fixes. -EG
14
1Sat Apr 09 13:05:42 CET 2016 15Sat Apr 09 13:05:42 CET 2016
2 Releasing libmicrohttpd 0.9.49. -EG 16 Releasing libmicrohttpd 0.9.49. -EG
3 17