aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-15 11:27:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-15 11:27:03 +0000
commit5931d43a36d092d0c6a266c8cf619814c2f62d22 (patch)
tree764dfffdd49112cf67782a386e171d8758179755 /CHANGES
parent8475a0df2f58a67466065249b5cb4df7ddb5bc12 (diff)
clean up start time and t_startsingle use so that redirect_time works properly
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index daa462aab..00fbbb885 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,8 +6,22 @@
Changelog
+Daniel (15 November 2004)
+- To test my fix for the CURLINFO_REDIRECT_TIME bug, I added time_redirect and
+ num_redirects support to the -w writeout option for the command line tool.
+
+- Wojciech Zwiefka found out that CURLINFO_REDIRECT_TIME didn't work as
+ documented.
+
Daniel (12 November 2004)
-- *** New Behaviour Alert ***
+- Gisle Vanem modigied the MSVC and Netware makefiles to build without
+ libcurl.def
+
+- Dan Fandrich added the --disable-crypto-auth option to configure to allow
+ libcurl to build without Digest support. (I figure it should also explicitly
+ disable Negotiate and NTLM.)
+
+- *** Modified Behaviour Alert ***
Setting CURLOPT_POSTFIELDS to NULL will no longer do a GET.