]> granicus.if.org Git - curl/commitdiff
ares fix, warnings fixed, mpeix fixes
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jan 2004 15:41:56 +0000 (15:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jan 2004 15:41:56 +0000 (15:41 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 140c82e5fe6178e3eb59e01dd010765e3d0064d5..f08c4d6df80a16852a20b3e8c5426e5a939d5cb3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
 
                                   Changelog
 
+Daniel(29 January 2004)
+- Ken Hirsch provided patches to make curl build fine on the MPE/iX operating
+  system.
+
+- Dan Fandrich compiled curl with lots of aggresively pedantic compiler
+  options and thus found a few minor errors and did some general cleanups to
+  avoid them.
+
+- Dirk Manske fixed a flaw in ares that prevented it to use non-blocking
+  sockets properly.
+
 Daniel(28 January 2004)
 - Richard Bramante fixed chunked transfer-encoded "uploads" to send a final
   CRLF combo properly.