summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-18 15:16:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-18 15:16:08 +0000
commit6d58d13710d2073d93d9d01fad4323ede004df9c (patch)
treec73faa6c200f131c541ab5a86d0be47e58582d9a
parent0b177cb165ba896d2fbc1c3e57542fbb63911cdf (diff)
downloadgnurl-6d58d13710d2073d93d9d01fad4323ede004df9c.tar.gz
gnurl-6d58d13710d2073d93d9d01fad4323ede004df9c.tar.bz2
gnurl-6d58d13710d2073d93d9d01fad4323ede004df9c.zip
mingw fix, mac os x fix, long long check removed from configure,
--enable-debug uses even stricter options now
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e149f8f5..1b735bac3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,21 @@
History of Changes
+Daniel (18 January 2002)
+- Played around with stricter compiler warnings for gcc (when ./configure
+ --enable-debug is used) and changed some minor things to stop the warnings.
+
+- Commented out the 'long long' and 'long double' checks in configure.in, as
+ we don't currently use them anyway and the code in lib/mprintf.c that use
+ them causes warnings.
+
+- Saul Good and jonatan pointed out Mac OS X build problems with pre3 and how
+ to correct them. Two compiler warnings were removed as well.
+
+- Andrés García fixed two minor mingw32 building problems.
+
+Version 7.9.3-pre3
+
Daniel (17 January 2002)
- docs/libcurl-the-guide is a new tutorial for our libcurl programming
friends.