bagder: curl-www _newslog.html, 1.82, 1.83 _changes.html, 1.89, 1.90 Makefile, 1.76, 1.77

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

Modified Files:
	_newslog.html _changes.html Makefile 
Log Message:
the first release this year


Index: _newslog.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_newslog.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- _newslog.html	20 Dec 2004 12:34:39 -0000	1.82
+++ _newslog.html	1 Feb 2005 08:02:04 -0000	1.83
@@ -31,6 +31,15 @@
  NCOLE
 #endif
 
+ NSUBJ(curl and libcurl 7.13.0)
+ NDATE(1 February 2005)
+ NCOLS
+
+ You know the drill: <a href="download.html">download</a> and <a
+ href="changes.html">read changelog</a>.
+
+ NCOLE
+
  NSUBJ(curl and libcurl 7.12.3)
  NDATE(20 December 2004)
  NCOLS

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Makefile	20 Dec 2004 12:30:41 -0000	1.76
+++ Makefile	1 Feb 2005 08:02:04 -0000	1.77
@@ -1,12 +1,12 @@
 MAINPARTS= _doctype.html _menu.html _footer.html setup.t pic.t where.t	\
-libcurl/_links.html ad.t mirrorlinks.t css.t sflogo.t
+libcurl/_links.html ad.t mirrorlinks.t css.t sflogo.t ad.t
 
 # today's date
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
 
 # the latest stable version is:
-STABLE= 7.12.3
-RELDATE = "20th of December 2004"
+STABLE= 7.13.0
+RELDATE = "1st of February 2005"
 
 # name of the dir to tempoary unpack and build zip files in:
 TEMPDIR=tempzip
@@ -58,14 +58,14 @@
 foot.html: _foot.html $(MAINPARTS)
 	$(ACTION)
 
-main.html: _main.html $(MAINPARTS) $(STAT) $(RELEASE)
+main.html: _main.html $(MAINPARTS) $(STAT) $(RELEASE) poll.t recentmail.t
 	$(ACTION)
 
 index.html: main.html newslog.html
 	rm -f $@
 	./filter.pl < $< > $@
 
-main2.html: _main2.html $(MAINPARTS) $(STAT) $(RELEASE)
+main2.html: _main2.html $(MAINPARTS) $(STAT) $(RELEASE) poll2.t
 	$(ACTION)
 
 index2.html: main2.html newslog.html

Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- _changes.html	20 Dec 2004 12:34:39 -0000	1.89
+++ _changes.html	1 Feb 2005 08:02:04 -0000	1.90
@@ -41,6 +41,42 @@
  document (it is work in progress).
 </ul>
 
+SUBTITLE(Fixed since -- available in CVS and pre-releases)
+<p> Changes:
+<ul>
+ <li> added --ftp-account and CURLOPT_FTP_ACCOUNT
+ <li> added CURLOPT_SOURCE_URL and CURLOPT_SOURCE_QUOTE
+ <li> obsoleted CURLOPT_SOURCE_HOST, CURLOPT_SOURCE_PATH, CURLOPT_SOURCE_PORT
+   and CURLOPT_PASV_HOST
+ <li> added --3p-url, --3p-user and --3p-quote
+ <li> -Q "+[command]" was added
+ <li> src/getpass.c license issue sorted (code was rewritten)
+ <li> curl -w now supports 'http_connect' for the proxy's response to CONNECT
+ <li> introducing "curl-config --protocols"
+</ul>
+<p> Bugfixes:
+<ul>
+ <li> re-sending a request when retrying on a fresh connection with multi
+   interface
+ <li> improved valgrind report parser in the test suite
+ <li> several valgrind reports
+ <li> CURLOPT_FTPPORT and -P work when built ipv6-enabled
+ <li> FTP third party transfers was much improved
+ <li> proxy environment variables are now ignored when built HTTP-disabled
+ <li> CURLOPT_PROXY can now disable HTTP proxy even when built HTTP-disabled
+ <li> "curl dictionary.com" no longer assumes DICT protocol
+ <li> re-invoke some system calls on EINTR
+ <li> duplicate Host: when failed connection re-use
+ <li> SOCKS5 version check
+ <li> memory problem with cleaning up multi interface
+ <li> SSL certificate name memory leak
+ <li> -d with -G to multiple URLs crashed
+ <li> double va_list access crash fixed
+ <li> minor memory leak when "version" is set in a cookie header
+ <li> builds fine on BeOS and NetBSD
+ <li> builds and runs fine on FreeBSD
+</ul>
+
 <p>
 SUBTITLE(Fixed in 7.12.3)
 <p>Changes:

_______________________________________________
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.