]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
zlib fix for the help text, stroll usage on mingw/djgpp
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 14:35:06 +0000 (14:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 14:35:06 +0000 (14:35 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index bc25c0231c8ec4bc5a4684b195d1c7560fff38d0..82b756b19c4f78e9aed233344663081e86490c02 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
                                   Changelog
 
 Daniel(22 January 2004)
+- Gisle Vanem made strtoll() get used when curl is built with the mingw
+  compiler.
+
+- Gisle Vanem fixed the compressed help text code to display properly.
+
 - Removed the '#define HttpPost' from the public header file, as curl_httppost
   is the proper name and it has been for quite some time now. Fixes another
   name space pollution.