From afc0dfb141f72d0246ab364bfe00226439ee2967 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 1 Oct 2004 06:43:37 +0000 Subject: [PATCH] reflect the last few changes --- RELEASE-NOTES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bf840903f..05990a883 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,12 +10,15 @@ Curl and libcurl 7.12.2 This release includes the following changes: + o file upload parts in formposts now get their directory names cut off + o added CURLINFO_OS_ERRNO o added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead before "AUTH SSL" o curl_getdate() completely rewritten, which may affect curl -z use cases This release includes the following bugfixes: + o curl/multi.h works better included in winsock-using apps o curl_easy_reset() no longer enables the progress meter o build fix for SSL disabled curl with SSL Engine support present o configure --with-ssl=PATH now ignores pkg-config path info @@ -46,6 +49,7 @@ advice from friends like these: Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil Jacobsen, Ling Thio, Roman Koifman, Harshal Pradhan, Jonas Forsman, David Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke, - Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum" + Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum", Jean-Philippe + Barrette-LaPierre, Günter Knauf, Larry Campbell, Fedor Karpelevitch Thanks! (and sorry if I forgot to mention someone)