]> granicus.if.org Git - curl/commitdiff
mention the pre3 release
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Aug 2003 22:48:26 +0000 (22:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Aug 2003 22:48:26 +0000 (22:48 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 27da3d0e2da30fe46c48518377126a2eb9e4e181..d4a1979b673eb35815b6292a42bf29ec6e07e63b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,35 @@
 
                                   Changelog
 
+Daniel (11 August)
+- Mike Cherepov made the local binding code work for Windows, which makes
+  the option CURLOPT_INTERFACE work on Windows as well.
+
+- Vincent Sanders updated the fopen.c example code a lot.
+
+- --proxy-ntlm is now supported by the curl tool. It forces the proxy
+  authentication to be made using NTLM. It does not yet work for HTTPS over
+  proxies (or other proxy-tunneling options). Test case 81 and 82 do some
+  simple initial ntlm testing.
+
+- Found and fixed a minor memory leak on re-used connections with
+  proxy-authentication.
+
+- I removed -@ and -Z as valid short options. They were very rarely used (@
+  wasn't even documented).
+
+- Serge Semashko introduced CURLOPT_PROXYAUTH, and make it work when set to
+  CURLAUTH_NTLM and/or CURLAUTH_BASIC. The PROXAUTH is similar to HTTPAUTH,
+  but is for the proxy connection only, and HTTPAUTH is for the remote host.
+
+- Fixed loading of cookies with blank contents from a cookie jar. Also made the
+  cookie functions inform on added and skipped cookies (for cookie debugging).
+
+Version 7.10.7-pre3 (8 August 2003)
+
 Daniel (8 August)
+- Applied David Byron's fix for file:// URLs with drive letters included.
+
 - I added the --ftp-create-dirs to the client code, which activates Early's
   CURLOPT_FTP_CREATE_MISSING_DIRS option, and wrote test case 147 to verify
   it. Added the option to the curl.1 man page too. Added the option to the
@@ -19,7 +47,7 @@ Daniel (7 August)
   debian bug tracker). Added test case 74 to verify the fix and to discover if
   this breaks in the future.
 
-- make distcheck works again.
+- "make distcheck" works again.
 
 Version 7.10.7-pre2 (6 August 2003)