]> granicus.if.org Git - curl/commitdiff
configure, socks, debug, getdate
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Mar 2005 23:35:14 +0000 (23:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Mar 2005 23:35:14 +0000 (23:35 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 885879e19cfbb0b5c30daf8a15d06924b68602ab..7a5f4581e4e697c99a1350a3096151af8c74b88a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,20 @@
                                   Changelog
 
 
+Daniel (9 March 2005)
+- Dan F improved the SSL lib setup in configure.
+
+- Nodak Sodak reported a crash when using a SOCKS4 proxy.
+
+- Jean-Marc Ranger pointed out an embarassing debug printf() leftover in the
+  multi interface code.
+
+- Adjusted the man page for the curl_getdate() return value for dates after
+  year 2038. For 32 bit time_t it returns 0x7fffffff but for 64bit time_t it
+  returns either the correct value or even -1 on some systems that still seem
+  to not deal with this properly. Tor Arntsen found a 64bit AIX system for us
+  that did the latter.
+
 Daniel (8 March 2005)
 - Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
   file got a Last-Modified: header written to the data stream, corrupting the
index 259fea3fdfae25484dd56b3b9fdf741aea1a3fd4..a60a62b7861cbb275a4fa1fa73b35756c937f562 100644 (file)
@@ -14,6 +14,8 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o crash when using SOCKS4 proxy
+ o a debug printf() was removed
  o CURLOPT_FILETIME when downloading FTP corrupted data
  o FTP upload resume now works even if no file is present on the site
  o SSL seeding no longer attempts to read the whole random file
@@ -25,6 +27,7 @@ Other curl-related news since the previous public release:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
- Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio
+ Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
+ Jean-Marc Ranger, Tor Arntsen, Nodak Sodak
 
         Thanks! (and sorry if I forgot to mention someone)