aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-02 23:00:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-02 23:00:11 +0000
commit7cb018fd3364d37b36970b99f630e374d94b15b2 (patch)
tree9d0a66f7d3f26fe8fa0cd0c26b6ce23d60256f30 /ChangeLog
parentf78f507c193b87f1a0d1f019a00b5ba1152ff567 (diff)
downloadlibmicrohttpd-7cb018fd3364d37b36970b99f630e374d94b15b2.tar.gz
libmicrohttpd-7cb018fd3364d37b36970b99f630e374d94b15b2.zip
changing order in which headers are returned to match the order in which we received them from the network
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04fe614a..5d6b588d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Fri Mar 2 23:44:56 CET 2012
2 Making sure that MHD_get_connection_values iterates over the
3 headers in the order in which they were received. -CG
4
1Wed Feb 1 09:39:12 CET 2012 5Wed Feb 1 09:39:12 CET 2012
2 Fixed compilation problem on MinGW. -BS 6 Fixed compilation problem on MinGW. -BS
3 7