aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-05 16:54:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-05 16:54:08 +0000
commitb98308b524fd5202e76077de5b1bd3202671acab (patch)
tree28ac96dd4fbc386e0683a9b55e38fb39e135f4a2
parent215c44558311d7a670cba91a264eb28628f78a5d (diff)
curl/curl.g fix, HP-UX fix, ftp port, libcurl.def, empty post and rfc2732-
addresses
-rw-r--r--CHANGES27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 89920ed56..d45264665 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,34 @@
Changelog
+Daniel (5 Aug 2002)
+- Lukasz Czekierda reported that RFC2732-style literal IPv6 addresses didn't
+ work. When did that code vanish? Anyway, it's back again now and seems to
+ work!
+
+- Jonatan Lander found out that POSTing an empty string didn't work with the
+ command line tool.
+
+Daniel (3 Aug 2002)
+- Jörn Hartroth fixed the libcurl.def file to build the windows DLL with
+ the multi interface enabled.
+
+Daniel (1 Aug 2002)
+- The ftp PORT command now uses a better default IP address, as it will
+ extract and use the local IP address used by the control connection.
+
+- Modified the #include lines in curl/multi.h to work better on more
+ platforms.
+
+Daniel (31 Jul 2002)
+- Attempted a fix for Ray DeGennaro's reported HP-UX host name resolve
+ problems.
+
Daniel (30 Jul 2002)
+- Priya Ramakrishnan and Ryan Jones compiles curl/curl.h with a C++ compiler
+ and don't get __STDC__ defined, which required us to extend the preprocessor
+ check for the ## operator usage.
+
- Correct the description for CURLOPT_PASSWDFUNCTION, if set to NULL the
internal default function will be put back.