aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-09 16:16:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-09 16:16:05 +0000
commit68e140b2eb8cf13aa1322ef8474a98820601971e (patch)
treec240a9c1eb0b0c76e834dfde5a69e3fb5562f65c
parent283f68f660d989371c7eb8a527b93aab7584a071 (diff)
mondays are busy days catching up with the patches from the weekend! ;-)
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8757f97e..3641d4d67 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,22 @@
Changelog
+Daniel (9 February 2004)
+- The default HTTP Accept: header was modified to the much simpler
+ "Accept: */*".
+
+- P R Schaffner updated the curl-ssl spec file for RPMs.
+
+- Dominick Meglio brought lots of documentation for the share interface's man
+ pages that were previously missing.
+
+- Tor Arntsen provided a patch that makes libcurl work-around a bug in the
+ AIX5 implementation of getaddrinfo(). This makes the FTP PORT stuff work on
+ ipv6-enabled AIX builds.
+
+- Ken Rastatter provided portability fixes for the curlgtk.c example, and now
+ it runs on windows with GTK as well!
+
Daniel (6 February 2004)
- Andrés García made the configure script find gethostbyname() fine when run
with mingw on windows.