torture testing and a moved CVS repo
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 May 2004 10:39:44 +0000 (10:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 May 2004 10:39:44 +0000 (10:39 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 5db781a..ad260c3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,31 @@
-                                  _   _ ____  _     
-                              ___| | | |  _ \| |    
-                             / __| | | | |_) | |    
-                            | (__| |_| |  _ <| |___ 
+                                  _   _ ____  _
+                              ___| | | |  _ \| |
+                             / __| | | | |_) | |
+                            | (__| |_| |  _ <| |___
                              \___|\___/|_| \_\_____|
 
                                   Changelog
 
+Daniel (17 May 2004)
+- All 191 test cases run through the torture test OK!
+
+Daniel (14 May 2004)
+- With a slightly modified ftpserver.pl I've now run almost all tests through
+  with runtests.pl -t. This is goodness!
+
+- Since I have been unable to contact the CVS admins for several months, I've
+  decided that the current CVS hosting was not good enough. I've now moved the
+  CVS repo once again, see README for updated cvs checkout instructions.
+
+Daniel (13 May 2004)
+- runtests.pl -t now runs fine all the way to test 100. I believe test case
+  100 fails because of an FTP server problem.
+
+Daniel (12 May 2004)
+- General cleanups all over to make libcurl survive and do well when a memory
+  function returns NULL. runtests.pl -t now works fine for the first 26 test
+  cases.
+
 Daniel (11 May 2004)
 - Seshubabu Pasam provided a patch that introduces curl_global_init_mem() -
   like normal curl_global_init() but allows the app to replace all memory
index 0249382..61a7f78 100644 (file)
@@ -21,6 +21,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o allocation failures cause no leaks
  o the progress meter display now handles file sizes up to full 8 exabytes
    (which is as high a signed 64 bit number can reach)
  o general HTTP authentication improvements
@@ -34,6 +35,7 @@ This release includes the following bugfixes:
 
 Other curl-related news since the previous public release:
 
+ o The CVS repository was moved to cool.haxx.se
  o AdacURL 7.11.2 was released: http://www.almroth.com/adacurl/
  o PycURL 7.11.3 was released: http://pycurl.sourceforge.net
  o A new German download mirror: http://www.mirrorspace.org/curl/
@@ -42,6 +44,6 @@ This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
  Gisle Vanem, Tommy Tam, Luca Altea, James Bursa, Mihai Ionescu, Michael
- Benedict, Andrés García, Joe Halpin
+ Benedict, Andrés García, Joe Halpin, Seshubabu Pasam
 
         Thanks! (and sorry if I forgot to mention someone)