aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-15 07:50:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-15 07:50:16 +0000
commit1acbda97e07a9a74a192ff0c52143e3af5b4ce7e (patch)
treef94302163fa28bba4da5633e6d76b652493c5789
parentd6460aff36a732aae91ede16133456be456f78f6 (diff)
new options to testcurl.pl, fixed curl-config and removed compiler warnings
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 60d0c4898..d6308e19a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,16 @@
Daniel (14 March 2005)
+- Added a few missing features to the curl-config --features list
+
+- Modified testcurl.pl to now offer
+ 1 - command line options for all info it previously only read from
+ file: --name, --email, --desc and --configure
+ 2 - --nocvsup makes it not attempt to do cvs update
+ 3 - --crosscompile informs it and makes it not attempt things it can't do
+
+- Fixed numerous win32 compiler warnings.
+
- Removed the lib/security.h file since it shadowed the mingw/win32 header
with the same name which is needed for SSPI builds. The contents of the
former security.h is now i krb4.h