From e4c565303580f14b977f8a25ffe5c3faa4212504 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 22 Jan 2004 14:35:06 +0000
Subject: [PATCH] zlib fix for the help text, stroll usage on mingw/djgpp

---
 CHANGES | 5 +++++
 1 file changed, 5 insertions(+)

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.