aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 15:41:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 15:41:56 +0000
commit3ded81188b35de8575af7b820e429c89a6e9f125 (patch)
tree5f6e7ddf359fbfa4cb71df2c7d6ca3b846ac0bd1 /CHANGES
parenta4351517354859ae9bd63da2836093da530097a0 (diff)
ares fix, warnings fixed, mpeix fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 140c82e5f..f08c4d6df 100644
--- 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.