bagder: curl-www _changes.html,1.134,1.135

[email protected] Wed, 21 Jan 2009 11:03:40 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv24846

Modified Files:
	_changes.html 
Log Message:
now uses the same syntax all over (Changes/Bugfixes) and I made a new marker
for changes (CHG) and bugfixes (BGF) to easier allow scripts to extract them


Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- _changes.html	19 Jan 2009 10:05:24 -0000	1.134
+++ _changes.html	21 Jan 2009 11:03:38 -0000	1.135
@@ -26,12 +26,12 @@
 #if 0
 SUBTITLE(Fixed since -- available in CVS and daily snapshots)
 <p> Changes:
-<ul>
-<li>
+<ul class="changes">
+ CHG change
 </ul>
 <p> Bugfixes:
-<ul>
-<li>
[...4259 lines suppressed...]
- <li> QUOT fix for ftp
- <li> ftp upload through http proxy is now allowed using HTTP PUT
- <li> improved configure openssl path specifier
- <li> enabled "custom" http requests (like DELETE or TRACE)
+<p> Changes:
+<ul class="changes">
+ CHG <b>ldap://</b> with <a href="http://www.openldap.org">openldap</a>
+ CHG <b>file://</b> works, for unix and win32
+</ul>
+<p> Bugfixes:
+<ul class="bugfixes">
+ BGF cookie matching when using HTTP proxy
+ BGF better cookie sending (single line)
+ BGF QUOT fix for ftp
+ BGF ftp upload through http proxy is now allowed using HTTP PUT
+ BGF improved configure openssl path specifier
+ BGF enabled "custom" http requests (like DELETE or TRACE)
 </ul>
 
 <p> Earlier changes elsewhere