aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-27 09:13:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-27 09:13:39 +0000
commitb4c53e2cfd11fa9fec43d766fbec1a06931de11d (patch)
tree2e44596fe0dc87fb30ac8c995be8542bb11d7f29 /CHANGES
parenta2902de67c3bf044a19419f8826521a963baaa7f (diff)
An anonymous submitter filed bug #1299181
(http://curl.haxx.se/bug/view.cgi?id=1299181) that identified a silly problem with Content-Range: headers with the 'bytes' keyword written in a different case than all lowercase! It would cause a segfault!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dcb8a46c4..56b53a71e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,11 @@
Daniel (27 September 2005)
+- An anonymous submitter filed bug #1299181
+ (http://curl.haxx.se/bug/view.cgi?id=1299181) that identified a silly
+ problem with Content-Range: headers with the 'bytes' keyword written in a
+ different case than all lowercase! It would cause a segfault!
+
- TJ Saunders of the proftpd project identified and pointed out problems with
the modified FTPS negotiation change of August 19 2005. Thus, we revert the
change back to pre-7.14.1 status.