summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-06 15:05:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-06 15:05:00 +0000
commit49c0d62dda84232b6f7149979e635d45fd0b8480 (patch)
treeaff7b1b44270c03f4b80fa55786e4115a44026d9
parentf752098ba56fb2d9934307156046837261a2d0f9 (diff)
downloadgnurl-49c0d62dda84232b6f7149979e635d45fd0b8480.tar.gz
gnurl-49c0d62dda84232b6f7149979e635d45fd0b8480.tar.bz2
gnurl-49c0d62dda84232b6f7149979e635d45fd0b8480.zip
two items since pre6
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 73be00428..49bae8462 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,18 @@
History of Changes
+Daniel (6 March 2002)
+- Ralph Mitchell patched away a few compiler warnings in tests/server/sws.c
+
+Daniel (5 March 2002)
+- I noticed that the typedef in curl.h for the progress callback prototype was
+ wrong and thus applications that used it would not get the proper input
+ data. It used size_t where the implementation actually uses doubles!
+
+ I wish I could blame someone else, but this was my fault. Again.
+
+Version 7.9.5-pre6
+
Daniel (4 March 2002)
- Cut off the changes done during 2001 from this changelog file and put them
in a separate file (CHANGES.2001), available from CVS of course.