[wwwsearch-commits] r25574 - wwwsearch/pullparser/common

jjlee at codespeak.net jjlee at codespeak.net
Sat Apr 8 19:26:07 CEST 2006


Author: jjlee
Date: Sat Apr  8 19:26:06 2006
New Revision: 25574

Modified:
   wwwsearch/pullparser/common/ChangeLog
Log:
Update ChangeLog

Modified: wwwsearch/pullparser/common/ChangeLog
==============================================================================
--- wwwsearch/pullparser/common/ChangeLog	(original)
+++ wwwsearch/pullparser/common/ChangeLog	Sat Apr  8 19:26:06 2006
@@ -1,6 +1,29 @@
 This isn't really in proper GNU ChangeLog format, it just happens to
 look that way.
 
+2006-04-08 John J Lee <jjl at pobox.com>
+	* 0.1.0 release:
+	* Backwards-incompatible change: .entitydefs attribute is no
+	  longer supported: use entitydefs constructor argument instead.
+	* Fix entity reference bugs, including:
+	* Don't unescape entity refs where encoding does not allow it
+	  (previously, UnicodeError was raised).
+	* Unescape numeric entity refs in attribute values and text.
+	* setup.py changes to support Pythons older than 2.3 again, using
+	  plain-distutils install.
+	* Add setup.cfg for setuptools.
+	* Pin ez_setup svn:externals property to specific revision.
+	* TolerantPullParser: monkeypatch sgmllib to fix
+	  http://www.python.org/sf/803422 :-(
+	* Minor documentation updates.
+
+2005-11-19 John J Lee <jjl at pobox.com>
+	* Stop trying to record precise dates in changelog, since that's
+	  silly ;-)
+	* Correct setup.py Development Status classifier.
+	* setuptools changes.
+	* Released 0.0.7.
+
 2005-10-31 John J Lee <jjl at pobox.com>
 	* Add setuptools support.
 


More information about the wwwsearch-commits mailing list