diff --git a/CHANGES b/CHANGES index bc25c0231c8ec4bc5a4684b195d1c7560fff38d0..82b756b19c4f78e9aed233344663081e86490c02 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.