aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-09-25 14:09:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-09-25 14:09:22 +0000
commit1b9d311b5ce7709a41558b3973c407ffef4a9848 (patch)
tree11fd343b8a44e50112304bd9117604a4620558a5 /RELEASE-NOTES
parent4d437416daee0f626988b8c056ae9cd22486c655 (diff)
- Fixed the HTTP Digest auth code to not behave badly when getting a blank realm
with realm="". http://curl.haxx.se/bug/view.cgi?id=2126435
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a90bd2e32..5beced6fd 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -27,6 +27,7 @@ This release includes the following bugfixes:
o SFTP over SOCKS crash fixed
o thread-safety issues addressed for NSS-powered libcurls
o removed the use of mktime() and gmtime(_r)() in date parsing and conversions
+ o HTTP Digest with a blank realm did wrong
This release includes the following known bugs: