aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-09-25 22:35:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-09-25 22:35:57 +0000
commit9e9f70a6936f3d5a96c5f8ceae1a0c826c023c98 (patch)
treed37152462f60acadcb7d4079b4d987ff236dcabe
parent1b9d311b5ce7709a41558b3973c407ffef4a9848 (diff)
give proper credit!
-rw-r--r--CHANGES5
-rw-r--r--RELEASE-NOTES2
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index f53007fe2..9d2c2eda6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,8 +7,9 @@
Changelog
Daniel Stenberg (25 Sep 2008)
-- 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
+- Emanuele Bovisio submitted bug report #2126435. We 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
Daniel Fandrich (23 Sep 2008)
- Make sure not to dereference the wrong UrlState proto union member when
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5beced6fd..2ddecf450 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -43,6 +43,6 @@ advice from friends like these:
Keith Mok, Yang Tse, Daniel Fandrich, Guenter Knauf, Dmitriy Sergeyev,
Linus Nielsen Feltzing, Martin Drasar, Stefan Krause, Dmitry Kurochkin,
Mike Revi, Andres Garcia, Michael Goffioul, Markus Moeller, Rob Crittenden,
- Jamie Lokier
+ Jamie Lokier, Emanuele Bovisio
Thanks! (and sorry if I forgot to mention someone)