aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-29 22:15:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-29 22:15:22 +0000
commit56ddfbea6e834da58f1dfa26b54b3d3a52a9d378 (patch)
treec4d35c458fe0fc71b48fd2f44a0acfab83be2b3a /CHANGES
parent45a2240ead02333e6ddf988af33e0093dbbfcd10 (diff)
ftp resumed upload and long Digest nonces
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e026dcd21..6fb17047c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
Changelog
+Daniel S (29 Nov 2007)
+- A bug report on the curl-library list showed a HTTP Digest session going on
+ with a 700+ letter nonce. Previously libcurl only support 127 letter ones
+ and now I bumped it to 1023.
+
+- Fixed the resumed FTP upload loop to now require that the read callback
+ returns a full buffer on each invoke.
+
Daniel S (25 Nov 2007)
- Added test case 1015 that tests --data-urlencode in multiple ways