[wwwsearch-commits] r33207 - wwwsearch/ClientForm/common

jjlee at codespeak.net jjlee at codespeak.net
Thu Oct 12 01:30:41 CEST 2006


Author: jjlee
Date: Thu Oct 12 01:30:39 2006
New Revision: 33207

Modified:
   wwwsearch/ClientForm/common/ChangeLog
Log:
Update changelog

Modified: wwwsearch/ClientForm/common/ChangeLog
==============================================================================
--- wwwsearch/ClientForm/common/ChangeLog	(original)
+++ wwwsearch/ClientForm/common/ChangeLog	Thu Oct 12 01:30:39 2006
@@ -1,6 +1,25 @@
 This isn't really in proper GNU ChangeLog format, it just happens to
 look that way.
 
+2006-10-12 John J Lee <jjl at pobox.com>
+	* 0.2.3 release:
+	* Fix entity reference / character reference handling for
+	  Python 2.5 .
+	* Nameless list controls are now never successful.
+	* List controls used to get inappropriately .merge_control()ed
+	  with other controls, or parsing would raise AmbiguityError.
+	  That's fixed now.
+	* Handle line endings in element content the same way browsers do
+	  (strip exactly one leading linebreaks, if any leading linebreaks
+	  are present) (patch from Benji York).
+	* Convert TEXTAREA content to DOS line ending convention, again
+	  following the major browsers.
+	* Allow mechanize to supply URL join / parse / unparse functions,
+	  to allow mechanize to follow RFC 3986, thus fixing some URL
+	  processing bugs.  ClientForm should do the same; probably I
+	  should merge the two projects after final mechanize release.
+	* Doc fixes.
+
 2006-03-22 John J Lee <jjl at pobox.com>
 	* 0.2.2 release:
 	* Stop trying to record precise dates in changelog, since that's


More information about the wwwsearch-commits mailing list