--trace fix
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Jul 2004 12:37:55 +0000 (12:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Jul 2004 12:37:55 +0000 (12:37 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 9f9accc..b3014b5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                   Changelog
 
+Daniel (1 July 2004)
+- When using curl --trace or --trace-ascii, no trace messages that were sent
+  by curl_easy_cleanup() were included in the trace file. This made the
+  message "Closing connection #0" never appear in trace dumps.
+  
 Daniel (30 June 2004)
 - Niels van Tongeren found that setting CURLOPT_NOBODY to TRUE doesn't disable
   a previously set POST request, making a very odd request get sent (unless
index 288182a..fa13661 100644 (file)
@@ -19,6 +19,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o --trace files now get the final info lines too
  o multi interface connects fine to multi-IP resolving hosts
  o --limit-rate works on Mac OS X (and other systems with bad poll()s)
  o cookies can now hold 4999 bytes of content
@@ -44,12 +45,14 @@ Other curl-related news since the previous public release:
  o Gambas binding for libcurl: http://gambas.sf.net/
  o pycurl 7.12.0 was released http://pycurl.sf.net/
  o wxWidgets binding: http://homepage.mac.com/codonnell/wxcurldav/
+ o New Austrian curl web mirror: http://curl.gds.tuwien.ac.at/
 
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
  Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
  Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
- Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel
+ Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel,
+ Niels van Tongeren
 
         Thanks! (and sorry if I forgot to mention someone)