aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-10-27 12:23:42 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-10-27 12:23:42 +0000
commitda7012adc958daf558f3dd699c11725b3c414e3f (patch)
treeb22596d311b3d6c6538b4db325238103479eafb1 /ChangeLog
parentc8acb9ceb645d60b2c1d6d3af461c445f2254c49 (diff)
downloadlibmicrohttpd-da7012adc958daf558f3dd699c11725b3c414e3f.tar.gz
libmicrohttpd-da7012adc958daf558f3dd699c11725b3c414e3f.zip
Update deprecation macros for new GCC, better support old clang
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31d09c2d..f13956d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Tue Oct 27 12:08:02 CET 2015
2 Rework deprecation maros: fix errors with old GCC versions,
3 improved support for old clang and new GCC. -EG
4
1Sun Oct 25 23:05:32 CET 2015 5Sun Oct 25 23:05:32 CET 2015
2 Return correct header kind in MHD_get_connection_values() 6 Return correct header kind in MHD_get_connection_values()
3 even if a bitmask is used for the "kind" argument. -FC/CG 7 even if a bitmask is used for the "kind" argument. -FC/CG