bagder: curl-www _changes.html, 1.150, 1.151 _newslog.html, 1.162, 1.163 Makefile, 1.120, 1.121

[email protected] Wed, 11 Aug 2010 21:45:20 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv672

Modified Files:
	_changes.html _newslog.html Makefile 
Log Message:
7.21.1 is out


Index: _newslog.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_newslog.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- _newslog.html	16 Jun 2010 11:56:06 -0000	1.162
+++ _newslog.html	11 Aug 2010 21:45:18 -0000	1.163
@@ -34,6 +34,16 @@
  NCOLE
 #endif
 
+ NSUBJ(curl and libcurl 7.21.1)
+ NDATE(August 11 2010)
+ NCOLS
+
+  The curl team proudly presents <a href="download.html">curl and libcurl
+  7.21.1</a>. Read about the news, the fixes and the changes on the <a
+  href="changes.html#7_21_1">changes</a> page.
+
+ NCOLE
+
  NSUBJ(curl and libcurl 7.21.0)
  NDATE(June 16 2010)
  NCOLS
@@ -41,7 +51,7 @@
   Another two months are up, and the curl team again proudly presents a new
   curl release to download: <a href="download.html">curl and libcurl
   7.21.0</a>. Read about the news, the fixes and the changes on the <a
-  href="changes.html">changes</a> page.
+  href="changes.html#7_21_0">changes</a> page.
  <p>
   The minor number bump was made because of the many protocol-related
   improvements this time: added support for RTMP, improved TELNET ability,

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- Makefile	16 Jun 2010 11:56:06 -0000	1.120
+++ Makefile	11 Aug 2010 21:45:18 -0000	1.121
@@ -5,8 +5,8 @@
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
 
 # the latest stable version is:
-STABLE= 7.21.0
-RELDATE = "16th of June 2010"
+STABLE= 7.21.1
+RELDATE = "11th of August 2010"
 
 # 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.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- _changes.html	7 Aug 2010 22:02:59 -0000	1.150
+++ _changes.html	11 Aug 2010 21:45:17 -0000	1.151
@@ -55,6 +55,56 @@
 #define CHG <li>
 #define BGF <li>
 
+<a name="7_21_1"></a>
+SUBTITLE(Fixed in 7.21.1 - August 11 2010)
+<p> Changes:
+<ul class="changes">
+ CHG maketgz: produce CHANGES automatically
+ CHG added support for NTLM authentication when compiled with NSS
+ CHG build: Enable configure --enable-werror
+ CHG curl-config: --built-shared returns shared info
+</ul>
+<p> Bugfixes:
+<ul class="bugfixes">
+ BGF configure: spell --disable-threaded-resolver correctly
+ BGF multi: call the progress callback in all states
+ BGF multi: unmark handle as used when no longer head of pipeline
+ BGF sendrecv: treat all negative values from send/recv as errors
+ BGF ftp-wildcard: avoid tight loop when used without any pattern
+ BGF multi_socket: re-use of same socket without notifying app
+ BGF ftp wildcard: FTP LIST parser FIX
+ BGF urlglobbing backslash escaping bug
+ BGF build: add enable IPV6 option for the VC makefiles
+ BGF multi: CURLINFO_LASTSOCKET doesn't work after remove_handle
+ BGF --libcurl: use *_LARGE options with typecasted constants
+ BGF --libcurl: hide setopt() calls setting default options
+ BGF curl: avoid setting libcurl options to its default
+ BGF --libcurl: list the tricky options instead of using [REMARK]
+ BGF http: don't enable chunked during authentication negotiations
+ BGF upload: warn users trying to upload from stdin with anyauth
+ BGF configure: allow environments variable to override internals
+ BGF threaded resolver: fix timeout issue
+ BGF multi: fix condition that remove timers before trigger
+ BGF examples: add curl_multi_timeout
+ BGF --retry: access violation with URL part sets continued
+ BGF ssh: Fix compile error on 64-bit systems.
+ BGF remote-header-name: chop filename at next semicolon
+ BGF ftp: response timeout bug in "quote" sending
+ BGF CUSTOMREQUEST: shouldn't be disabled when HTTP is disabled
+ BGF Watcom makefiles overhaul.
+ BGF NTLM tests: boost coverage by forcing the hostname
+ BGF multi: fix FTPS connecting the data connection with OpenSSL
+ BGF retry: consider retrying even if -f is used
+ BGF fix SOCKS problem when using multi interface
+ BGF typecheck-gcc: add checks for recently added options
+ BGF SCP: send large files properly with new enough libssh2
+ BGF multi_socket: set timeout for 100-continue
+ BGF ";type=" URL suffix over HTTP proxy
+ BGF acknowledge progress callback error returns during connect
+ BGF Watcom makefile fixes
+ BGF runtests: clear old setenv remainders before test
+</ul>
+
 <a name="7_21_0"></a>
 SUBTITLE(Fixed in 7.21.0 - June 16 2010)
 <p> Changes: