# HG changeset patch # User paulb # Date 1175884693 0 # Node ID 5d8c0e00789ea3b27d8b69ae5765017438d9cadc # Parent 364d9889087da995bd1a39b4982e4eba7ed69e8a [project @ 2007-04-06 18:38:09 by paulb] Updated release information. diff -r 364d9889087d -r 5d8c0e00789e libxml2dom/macrolib/__init__.py --- a/libxml2dom/macrolib/__init__.py Fri Apr 06 18:38:06 2007 +0000 +++ b/libxml2dom/macrolib/__init__.py Fri Apr 06 18:38:13 2007 +0000 @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "0.4.2" +__version__ = "0.4.3" # Expose all functions here. diff -r 364d9889087d -r 5d8c0e00789e packages/debian-stable/python2.3-libxml2dom/debian/changelog --- a/packages/debian-stable/python2.3-libxml2dom/debian/changelog Fri Apr 06 18:38:06 2007 +0000 +++ b/packages/debian-stable/python2.3-libxml2dom/debian/changelog Fri Apr 06 18:38:13 2007 +0000 @@ -1,3 +1,12 @@ +libxml2dom (0.4.3-0ubuntu1) stable; urgency=low + + * Added getElementById to the Node class. + * Added a __hash__ method to the Node class. + * Expanded the svg and events modules, including a test of + SVG events. + + -- Paul Boddie Fri, 6 Apr 2007 20:36:38 +0200 + libxml2dom (0.4.2-0ubuntu1) stable; urgency=low * Added missing impl attribute to NamedNodeMap, fixing diff -r 364d9889087d -r 5d8c0e00789e packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog --- a/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Fri Apr 06 18:38:06 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Fri Apr 06 18:38:13 2007 +0000 @@ -1,3 +1,12 @@ +libxml2dom (0.4.3-0ubuntu1) hoary; urgency=low + + * Added getElementById to the Node class. + * Added a __hash__ method to the Node class. + * Expanded the svg and events modules, including a test of + SVG events. + + -- Paul Boddie Fri, 6 Apr 2007 20:36:16 +0200 + libxml2dom (0.4.2-0ubuntu1) hoary; urgency=low * Added missing impl attribute to NamedNodeMap, fixing