]> granicus.if.org Git - curl/commitdiff
resume fix
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2003 20:12:16 +0000 (20:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2003 20:12:16 +0000 (20:12 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index beb893984d6a32273c3f8fcd6c7aed66c1ea7dec..ca179f1024d7a56655e2e3ac3aa35805c8118325 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
 
 
 Daniel (9 October)
+- Lachlan O'Dea fixed a resume problem: "If I set CURLOPT_RESUME_FROM, perform
+  an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download
+  still has a Range header with a garbage value." bug report #820502
+
 - Dominick Meglio made the inet_pton.c file build fine using MSVC.
 
 - The 'sws' test suite web server now #include setup.h from the lib directory.
index 150a902e0faeb39666ec97921165d598e735b8ca..aa3a0cd984eddd04a033029516786bca7c74e0e7 100644 (file)
@@ -19,6 +19,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o resume was not possible to switch off properly once enabled
  o fixed the ipv4 connect code when a DNS entry has multiple IPs
  o now checks subjectAltNames when matching certs
  o HTTP POST using read callback works again
@@ -65,6 +66,7 @@ advice from friends like these:
  Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
  Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
  Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard,
- Jeremy Friesner, Florian Schoppmann, Neil Dunbar, Frank Ticheler
+ Jeremy Friesner, Florian Schoppmann, Neil Dunbar, Frank Ticheler, Lachlan
+ O'Dea
  
         Thanks! (and sorry if I forgot to mention someone)