diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-28 08:03:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-28 08:03:25 +0000 |
commit | bcc62cc9e34ce7536a05f0bdccda7ada628ba220 (patch) | |
tree | 9042312105daf17b2570c25a8bc8dd0faae8cbce /RELEASE-NOTES | |
parent | 97b466d4095078e106dd1222735767b6ec944e81 (diff) |
#1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that
occurred when asking libcurl to follow HTTP redirects and the original URL had
more than one question mark (?). Added test case 276 to verify.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 73d5165b0..e7bfc8010 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: This release includes the following bugfixes: + o following redirects with more than one question mark in source URL o fixed debug build crash with -d o TFTP works on more systems o generates a fine AIX Toolbox RPM spec |