bagder: curl-www Makefile, 1.74, 1.75 _changes.html, 1.86, 1.87 _newslog.html, 1.79, 1.80

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb.contactor.se:/var/tmp/cvs-serv29999

Modified Files:
	Makefile _changes.html _newslog.html 
Log Message:
7.12.2


Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- Makefile	4 Oct 2004 07:14:59 -0000	1.74
+++ Makefile	18 Oct 2004 07:53:57 -0000	1.75
@@ -5,8 +5,8 @@
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
 
 # the latest stable version is:
-STABLE= 7.12.1
-RELDATE = "10th of August 2004"
+STABLE= 7.12.2
+RELDATE = "18th of October 2004"
 
 # name of the dir to tempoary unpack and build zip files in:
 TEMPDIR=tempzip

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- _changes.html	10 Aug 2004 08:48:32 -0000	1.86
+++ _changes.html	18 Oct 2004 07:53:57 -0000	1.87
@@ -42,6 +42,58 @@
 </ul>
 
 <p>
+SUBTITLE(Fixed in 7.12.2)
+<p>Changes:
+<ul>
+ <li> the IDN code now verifies that only TLD-legitmate letters are used in the
+   name or a warning is displayed (when verbose is enabled)
+ <li> provides error texts for IDN errors
+ <li> file upload parts in formposts now get their directory names cut off
+ <li> added CURLINFO_OS_ERRNO
+ <li> added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
+   before "AUTH SSL"
+ <li> curl_getdate() completely rewritten: may affect rare curl -z use cases
+</ul>
+<p> Bugfixes:
+<ul>
+ <li> CURLOPT_FTP_CREATE_MISSING_DIRS works for third party transfers
+ <li> memory leak for cookies received with max-age set
+ <li> potential memory leaks in the window name resolver
+ <li> URLs with ?-letters in the user name or password fields
+ <li> libcurl error message is now provided when send() fails
+ <li> no more SIGPIPE on Mac OS X and other SO_NOSIGPIPE-supporting platforms
+ <li> HTTP resume was refused if redirected
+ <li> configure's gethostbyname check when both nsl and socket libs are required
+ <li> configure --with-libidn now checks the given path before defaults
+ <li> a race condition sometimes resulting in CURLE_COULDNT_RESOLVE_HOST in the
+   windows threaded name resolver code
+ <li> isspace() invokes with negative values in the cookie code
+ <li> a case of read-already-freed-data when CURLOPT_VERBOSE is used and a (very)
+   persistent connection
+ <li> now includes descriptive error messages for IDN errors
+ <li> more forgivning PASS response code check for better working with proftpd
+ <li> curl/multi.h works better included in winsock-using apps
+ <li> curl_easy_reset() no longer enables the progress meter
+ <li> build fix for SSL disabled curl with SSL Engine support present
+ <li> configure --with-ssl=PATH now ignores pkg-config path info
+ <li> CURLOPT_SSLENGINE can be set to NULL even if no engine support is available
+ <li> LDAP crash when more than one record was received
+ <li> connect failures properly stores an error message in the errorbuffer
+ <li> Rare Location:-following problem with bad original URL
+ <li> -F can now add Content-Type on non-file sections
+ <li> double Host: header when following Location: with replaced Host:
+ <li> curl_multi_add_handle() return code
+ <li> "Proxy-Connection: close" is now understood and properly dealt with
+ <li> curl_getdate() crash
+ <li> downloading empty files now calls the write callback properly
+ <li> no reverse DNS lookups for ip-only addresses with ipv6-enabled libcurl
+ <li> file handler leak when getting an empty file:// URL
+ <li> libcurl works better multi-threaded on AIX (when built with xlc)
+ <li> cookies over proxy didn't match the path properly
+ <li> MSVC makefile fixes to build better
+ <li> FTP response 530 on 'PASS' now sends back a better error message
+</ul>
+<p>
 SUBTITLE(Fixed in 7.12.1)
 <p>Changes:
 <ul>

Index: _newslog.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_newslog.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- _newslog.html	3 Oct 2004 22:53:13 -0000	1.79
+++ _newslog.html	18 Oct 2004 07:53:57 -0000	1.80
@@ -31,6 +31,15 @@
  NCOLE
 #endif
 
+ NSUBJ(curl and libcurl 7.12.2)
+ NDATE(18 October 2004)
+ NCOLS
+
+ <a href="download.html">download</a> and <a href="changes.html">read
+ changelog</a>.
+
+ NCOLE
+
  NSUBJ(Download Wizard)
  NDATE(4 October 2004)
  NCOLS

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.