# HG changeset patch # User paulb # Date 1191105776 0 # Node ID 554e10bea4a315a16dec93abfd1162e9b075a686 # Parent ad75d02f3a5c80b1e184655c1362d4ecbf71823b [project @ 2007-09-29 22:42:54 by paulb] Updated release information. diff -r ad75d02f3a5c -r 554e10bea4a3 PKG-INFO --- a/PKG-INFO Sat Sep 29 22:40:42 2007 +0000 +++ b/PKG-INFO Sat Sep 29 22:42:56 2007 +0000 @@ -1,19 +1,19 @@ Metadata-Version: 1.1 Name: libxml2dom -Version: 0.4.4 +Version: 0.4.5 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/libxml2dom.html -Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.4.4.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.4.5.tar.gz Summary: PyXML-style API for the libxml2 Python bindings License: LGPL (version 3 or later) Description: The libxml2dom package provides a traditional DOM wrapper around the Python bindings for libxml2. In contrast to the libxml2 bindings, libxml2dom provides an API reminiscent of minidom, pxdom and other Python-based and Python-related XML toolkits. -Keywords: XML libxml2 SVG XMPP +Keywords: XML libxml2 SVG XMPP SOAP Platform: Any Classifier: Development Status :: 3 - Alpha Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) diff -r ad75d02f3a5c -r 554e10bea4a3 README.txt --- a/README.txt Sat Sep 29 22:40:42 2007 +0000 +++ b/README.txt Sat Sep 29 22:42:56 2007 +0000 @@ -65,6 +65,14 @@ libxml2dom.macrolib implementation, too). A way is needed to get libxml2 to do the node copying itself. +New in libxml2dom 0.4.5 (Changes since libxml2dom 0.4.4) +-------------------------------------------------------- + + * Fixed operations involving the standard XML_NAMESPACE value, particularly + setAttributeNS. + * Introduced deletion of conflicting attributes in setAttributeNS. + * Added slightly nicer errors for parsing and serialising. + New in libxml2dom 0.4.4 (Changes since libxml2dom 0.4.3) -------------------------------------------------------- diff -r ad75d02f3a5c -r 554e10bea4a3 libxml2dom/__init__.py --- a/libxml2dom/__init__.py Sat Sep 29 22:40:42 2007 +0000 +++ b/libxml2dom/__init__.py Sat Sep 29 22:42:56 2007 +0000 @@ -19,7 +19,7 @@ with this program. If not, see . """ -__version__ = "0.4.4" +__version__ = "0.4.5" from libxml2dom.macrolib import * from libxml2dom.macrolib import \ diff -r ad75d02f3a5c -r 554e10bea4a3 libxml2dom/macrolib/__init__.py --- a/libxml2dom/macrolib/__init__.py Sat Sep 29 22:40:42 2007 +0000 +++ b/libxml2dom/macrolib/__init__.py Sat Sep 29 22:42:56 2007 +0000 @@ -19,7 +19,7 @@ with this program. If not, see . """ -__version__ = "0.4.4" +__version__ = "0.4.5" # Expose all functions here. diff -r ad75d02f3a5c -r 554e10bea4a3 packages/debian-etch/python-libxml2dom/debian/changelog --- a/packages/debian-etch/python-libxml2dom/debian/changelog Sat Sep 29 22:40:42 2007 +0000 +++ b/packages/debian-etch/python-libxml2dom/debian/changelog Sat Sep 29 22:42:56 2007 +0000 @@ -1,3 +1,14 @@ +libxml2dom (0.4.5-0ubuntu1) stable; urgency=low + + * Fixed operations involving the standard XML_NAMESPACE + value, particularly setAttributeNS. + * Introduced deletion of conflicting attributes in + setAttributeNS. + * Added slightly nicer errors for parsing and serialising. + * Added some support for SOAP message processing. + + -- Paul Boddie Sun, 30 Sep 2007 00:36:00 +0200 + libxml2dom (0.4.4-0ubuntu1) stable; urgency=low * Relicensed under the LGPL version 3 or later (fixing diff -r ad75d02f3a5c -r 554e10bea4a3 packages/debian-sarge/python2.3-libxml2dom/debian/changelog --- a/packages/debian-sarge/python2.3-libxml2dom/debian/changelog Sat Sep 29 22:40:42 2007 +0000 +++ b/packages/debian-sarge/python2.3-libxml2dom/debian/changelog Sat Sep 29 22:42:56 2007 +0000 @@ -1,3 +1,14 @@ +libxml2dom (0.4.5-0ubuntu1) stable; urgency=low + + * Fixed operations involving the standard XML_NAMESPACE + value, particularly setAttributeNS. + * Introduced deletion of conflicting attributes in + setAttributeNS. + * Added slightly nicer errors for parsing and serialising. + * Added some support for SOAP message processing. + + -- Paul Boddie Sun, 30 Sep 2007 00:36:38 +0200 + libxml2dom (0.4.4-0ubuntu1) feisty; urgency=low * Relicensed under the LGPL version 3 or later (fixing diff -r ad75d02f3a5c -r 554e10bea4a3 packages/ubuntu-feisty/python-libxml2dom/debian/changelog --- a/packages/ubuntu-feisty/python-libxml2dom/debian/changelog Sat Sep 29 22:40:42 2007 +0000 +++ b/packages/ubuntu-feisty/python-libxml2dom/debian/changelog Sat Sep 29 22:42:56 2007 +0000 @@ -1,3 +1,14 @@ +libxml2dom (0.4.5-0ubuntu1) feisty; urgency=low + + * Fixed operations involving the standard XML_NAMESPACE + value, particularly setAttributeNS. + * Introduced deletion of conflicting attributes in + setAttributeNS. + * Added slightly nicer errors for parsing and serialising. + * Added some support for SOAP message processing. + + -- Paul Boddie Sun, 30 Sep 2007 00:37:43 +0200 + libxml2dom (0.4.4-0ubuntu1) feisty; urgency=low * Relicensed under the LGPL version 3 or later (fixing diff -r ad75d02f3a5c -r 554e10bea4a3 packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog --- a/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Sat Sep 29 22:40:42 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Sat Sep 29 22:42:56 2007 +0000 @@ -1,3 +1,14 @@ +libxml2dom (0.4.5-0ubuntu1) hoary; urgency=low + + * Fixed operations involving the standard XML_NAMESPACE + value, particularly setAttributeNS. + * Introduced deletion of conflicting attributes in + setAttributeNS. + * Added slightly nicer errors for parsing and serialising. + * Added some support for SOAP message processing. + + -- Paul Boddie Sun, 30 Sep 2007 00:37:25 +0200 + libxml2dom (0.4.4-0ubuntu1) hoary; urgency=low * Relicensed under the LGPL version 3 or later (fixing