aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-07 16:32:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-07 16:32:50 +0000
commitcee75ea2bf528d7d465cfa224128228926287446 (patch)
tree55fd09d83170d71a8add65ae2c6d00c56a8e19f2 /ChangeLog
parent20e37fdb3ded4749207e8cfb74a1f8aa572b289d (diff)
downloadlibmicrohttpd-cee75ea2bf528d7d465cfa224128228926287446.tar.gz
libmicrohttpd-cee75ea2bf528d7d465cfa224128228926287446.zip
fix nonce counter base - #2061
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39d3e70e..9bc39925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Sat Jan 7 17:30:48 CET 2012
2 Digest authentication expects nonce count in base 16, not base 10
3 (#2061). -tclaveirole
4
1Thu Jan 5 22:01:37 CET 2012 5Thu Jan 5 22:01:37 CET 2012
2 Partial fix for #2059, digest authentication with GET arguments. -CG 6 Partial fix for #2059, digest authentication with GET arguments. -CG
3 7