aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-22 14:35:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-22 14:35:06 +0000
commite4c565303580f14b977f8a25ffe5c3faa4212504 (patch)
tree9046cc43496836cdf826a3d66c9017d424d011c9 /CHANGES
parentad7e26b1401238d50b8bc7e98b6cf7660f03d4e6 (diff)
zlib fix for the help text, stroll usage on mingw/djgpp
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bc25c0231..82b756b19 100644
--- 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.