]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
new options to testcurl.pl, fixed curl-config and removed compiler warnings
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Mar 2005 07:50:16 +0000 (07:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Mar 2005 07:50:16 +0000 (07:50 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 60d0c48983186f4a334e922c263f64f98a80068a..d6308e19a2f768b575bf99aba9740c972b416d1e 100644 (file)
--- 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