aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-20 07:25:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-20 07:25:18 +0000
commitbd277e3daad52aa3f228d84bb4669b21f05157ee (patch)
tree21071cb00e66d745bd3e0b0d35fd1e68d58f888f /CHANGES
parenta1cec0e49a48a060ae68d305f60b0b228b4d39be (diff)
RFC2732 parsing, curl-config patching, -G added, kerberos name space fixing,
configure fixes, libtool cleanups
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES33
1 files changed, 33 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 703865a44..357f7dba8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,40 @@
History of Changes
+Daniel (20 August 2001)
+- Brad pointed out that we ship two extra libtool files in the tarballs that
+ we really don't need to! Removing them makes the gz-archive about 60K
+ smaller!
+
+- Albert Chin brought fixes for the configure script to detect socklen_t
+ properly as well as moving lots of our custom autoconf macros to
+ acinclude.m4.
+
+Daniel (19 August 2001)
+- Moonesamy improved his -G feature for host names only URLs...
+
+Daniel (17 August 2001)
+- Finally cleaned up the kerberos code to use Curl_ prefixes on all global
+ symbols and to not use global variables.
+
+Version 7.8.1-pre6
+
+Daniel (16 August 2001)
+- S. Moonesamy added the -G option to curl, that converts the data specified
+ with -d to a GET request. Default action when using -d is POST. When -G is
+ used, the -d specified data will be appended to the URL with a '?'
+ separator. As suggested previously by Kevin Roth.
+
+- curl-config --libs should now display all linker options required to link
+ with libcurl. It includes the path and options for libcurl itself.
+ curl-config --cflags displays the compiler option(s) needed to compile
+ source files that use libcurl functions. Basically, that sets the include
+ path correct.
+
Daniel (15 August 2001)
+- Arkadiusz Miskiewicz pointed out a mistake in how IPv6-style IP-addresses
+ were parsed and used. (RFC2732-format)
+
- Bug #12733 over on php.net identified a problem in libcurl that made it core
dump if you used CURLOPT_POST without setting any data to post with
CURLOPT_POSTFIELDS! This is no longer the case. Not using CURLOPT_POSTFIELDS