# HG changeset patch # User paulb # Date 1168298613 0 # Node ID 0a983cca779201b9edd0f17edfcb50dc6c4c6407 # Parent d4a537f171226f40b58b883b8374971a9cca9e91 [project @ 2007-01-08 23:23:30 by paulb] Updated release information. diff -r d4a537f17122 -r 0a983cca7792 libxml2dom/macrolib/__init__.py --- a/libxml2dom/macrolib/__init__.py Mon Jan 08 23:23:23 2007 +0000 +++ b/libxml2dom/macrolib/__init__.py Mon Jan 08 23:23:33 2007 +0000 @@ -3,7 +3,7 @@ """ DOM macro library for libxml2. -Copyright (C) 2003, 2004, 2005, 2006 Paul Boddie +Copyright (C) 2003, 2004, 2005, 2006, 2007 Paul Boddie This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "0.3.6" +__version__ = "0.4" # Expose all functions here. diff -r d4a537f17122 -r 0a983cca7792 packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog --- a/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Mon Jan 08 23:23:23 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Mon Jan 08 23:23:33 2007 +0000 @@ -1,3 +1,11 @@ +libxml2dom (0.4-0ubuntu1) hoary; urgency=low + + * Introduced an Implementation class, permitting + specialised node creation. + * Added SVG-specific document support. + + -- Paul Boddie Tue, 9 Jan 2007 00:21:02 +0100 + libxml2dom (0.3.6-0ubuntu1) hoary; urgency=low * Added cloneNode almost as a synonym for importNode