aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-30 13:07:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-30 13:07:05 +0000
commiteb60ba23f57eb51aba371c42a5af1e331514a28f (patch)
treefe6d98d0e3c1acf4978e2f013b73e6f404169608 /RELEASE-NOTES
parent69aac49f79999214d2423140258728f8b70e0047 (diff)
- Stephen Collyer and Tor Arntsen helped identify a flaw in the range code
which output the range using a signed variable where it should rather use unsigned.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1320f752b..01ef6647b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -26,6 +26,7 @@ This release includes the following bugfixes:
o RC4-MD5 cipher now works with NSS-built libcurl
o range requests with --head are now done correctly
o configure script misdetected monotonic clock availability
+ o range numbers could be made to wrongly get output as signed
This release includes the following known bugs:
@@ -44,6 +45,7 @@ advice from friends like these:
Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich,
Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May,
- Phil Pellouchoud, Eduard Bloch, John Lightsey
+ Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen
+
Thanks! (and sorry if I forgot to mention someone)