diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-02 14:09:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-02 14:09:08 +0000 |
commit | 6f750f3b575bce420666b8115c1db7897dae5f7a (patch) | |
tree | 5cdf15160840401d1871ee3917e90bdd1a768b1a /RELEASE-NOTES | |
parent | 5a6dcdc36c33e15f1b32f08bf885ec5d48b27aec (diff) |
Dmitriy Sergeyev reported a regression: resumed file:// transfers broke
after 7.16.2. This is much due to the different treatment file:// gets
internally, but now I added test 231 to make it less likely to happen again
without us noticing!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0377adb93..bc3fe03cd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -32,6 +32,7 @@ This release includes the following bugfixes: o FTPS data connection close o AIX 4 and 5 get to use non-blocking sockets o small POST with NTLM + o resumed file:// transfers This release includes the following known bugs: @@ -53,6 +54,6 @@ advice from friends like these: Dan Fandrich, Song Ma, Daniel Black, Giancarlo Formicuccia, Shmulik Regev, Daniel Cater, Colin Hogben, Jofell Gallardo, Daniel Johnson, Ralf S. Engelschall, James Housley, Chris Flerackers, Patrick Monnerat, - Jayesh A Shah, Greg Zavertnik, Peter O'Gorman, Greg Morse + Jayesh A Shah, Greg Zavertnik, Peter O'Gorman, Greg Morse, Dmitriy Sergeyev Thanks! (and sorry if I forgot to mention someone) |