aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-05 10:14:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-05 10:14:46 +0000
commitacc5096eef48b33c691b4e9bc5125b7fb1f8e8d5 (patch)
treee5a86bf5ca9650bbf703033bd163e8e3d8410bc7 /CHANGES
parent67172406507a8030a38c229a217970d81b9d1b1e (diff)
clonk
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bdc412fb1..f182a6681 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,29 @@
Changelog
+Daniel (4 March 2004)
+- Modified the test HTTP server a lot to work with the upcoming changes for
+ PUT/POST with NTLM/Digest authentication (like test case 88). Added Andrés
+ García's win32-changes. Improved the logging.
+
+- Fixed the file:-related progress/getinfo stuff a bit more.
+
+Daniel (4 March 2004)
+- I corrected a problem with the multi interface when following a Location:
+ header or when doing multiple-request authentications. A subsequent request
+ could erroneously re-use a previous connection that was sent with
+ Connection: close. Christopher R. Palmer reported.
+
+- Andrés García patched curl to prevent warnings while compiling with mingw,
+ mainly because it is now possible to have both WIN32 and HAVE_CONFIG_H
+ defined.
+
+- When transferring files from a file: URL, the progress meter and other
+ transfer metrics were not updated properly.
+
+- David Byron provided a "version resource" file to the curl executable for
+ the windows builds.
+
Daniel (3 March 2004)
- David Byron's work on making libcurl only require winsock 1.1 on Windows
machines.