summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-14 10:21:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-14 10:21:52 +0000
commit28a8e1602d609f68ee58bb4be1e50d3824663c41 (patch)
treeedf622515a3e8c6974c1518ac0a04c415e251064
parentcce05b9138102946fdd49d3b59e51dd66b7da0e8 (diff)
downloadgnurl-28a8e1602d609f68ee58bb4be1e50d3824663c41.tar.gz
gnurl-28a8e1602d609f68ee58bb4be1e50d3824663c41.tar.bz2
gnurl-28a8e1602d609f68ee58bb4be1e50d3824663c41.zip
ssluse fixed, various win32 fixes
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 83a515731..39d00bd01 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,10 +8,14 @@
Daniel (14 March 2001)
+- Björn Stenberg provided similar fixes as Jörn did and some additional patches
+ for non-SSL compiles.
+
- I increased the interface number for libcurl as I've removed the low level
functions from the interface. I also took this opportunity to rename the
- Curl_strequal function to curl_strequal and Curl_strnequal to curl_strnequal,
- as they're public libcurl functions (even if they're still undocumented).
+ Curl_strequal function to curl_strequal and Curl_strnequal to
+ curl_strnequal, as they're public libcurl functions (even if they're still
+ undocumented).
This will make older programs not capable of using the new libcurl with
just a drop-in replacement.
@@ -21,6 +25,7 @@ Daniel (14 March 2001)
o lib/ssluse.c had a bad #endif placement
o lib/file.c was made to compile on win32 again
o lib/Makefile.m32 was updated with the new files
+ o lib/libcurl.def matches the current interface state
Daniel (13 March 2001)
- It only took an hour or so before Jörn Hartroth found a problem in the