]> granicus.if.org Git - curl/commitdiff
recent fixes
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Oct 2004 12:47:38 +0000 (12:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Oct 2004 12:47:38 +0000 (12:47 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 7c24347a9d2bd954990c35d2d40e1de9d0dd4e37..4272f3ec356782e0720d244142ec0d992fe9168d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@ Daniel (11 October 2004)
   the peer dies. The same effect is provide by the MSG_NOSIGNAL parameter to
   send() on other systems. Alan Pinstein verified the fix.
 
+Daniel (10 October 2004)
+- Systems with 64bit longs no longeruse strtoll() or our strtoll- replacement
+  to parse 64 bit numbers. strtol() works fine. Added a configure check to
+  detect if [constant]LL works and if so, use that in the strtoll replacement
+  code to work around compiler warnings reported by Andy Cedilnik.
+
 Gisle (6 October 2004)
 - For USE_LIBIDN builds: Added Top-Level-Domain (TLD) check of host-name
   used in fix_hostname(). Checks if characters in 'host->name' (indirectly
index 41bcc4d7e442c5e779bd2507ce08465e5e832fcd..d96973a00e29b76605013441ed2536012e2c4d13 100644 (file)
@@ -21,6 +21,8 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o libcurl error message is now provided when send() fails
+ o no more SIGPIPE on Mac OS X and other SO_NOSIGPIPE-supporting platforms
  o HTTP resume was refused if redirected
  o configure's gethostbyname check when both nsl and socket libs are required
  o configure --with-libidn now checks the given path before defaults
@@ -67,6 +69,7 @@ advice from friends like these:
  Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke,
  Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum", Jean-Philippe
  Barrette-LaPierre, Günter Knauf, Larry Campbell, Fedor Karpelevitch,
- Aleksandar Milivojevic, Gisle Vanem, Chris "Bob Bob", Chih-Chung Chang
+ Aleksandar Milivojevic, Gisle Vanem, Chris "Bob Bob", Chih-Chung Chang,
+ Andy Cedilnik, Alan Pinstein
 
         Thanks! (and sorry if I forgot to mention someone)