aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-19 16:47:20 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-19 16:47:20 +0000
commit19c33f86184fb2cc8fdcc18fd5693bccade52e64 (patch)
treeb232bac0b59b4a5dda496b4270787a94589369b5 /ChangeLog
parentb54d68ff219a354920cf650bbb5418c5c2af5b66 (diff)
downloadlibmicrohttpd-19c33f86184fb2cc8fdcc18fd5693bccade52e64.tar.gz
libmicrohttpd-19c33f86184fb2cc8fdcc18fd5693bccade52e64.zip
tclaveirole: fixing #2085 with patch from the bugreport
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3004446..f0b2c69f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Thu Jan 19 17:46:05 CET 2012
2 Fixing use of uninitialized 'earliest_deadline' variable in
3 MHD_get_timeout which can lead to returning an incorrect
4 (too early) timeout (#2085). -tclaveirole
5
1Thu Jan 19 13:31:27 CET 2012 6Thu Jan 19 13:31:27 CET 2012
2 Fixing digest authentication for GET requests with URI arguments 7 Fixing digest authentication for GET requests with URI arguments
3 (#2059). -CG 8 (#2059). -CG