# HG changeset patch # User paulb # Date 1185640796 0 # Node ID e0d6321db79ce939d40358fbcc7fdb892d0ed19b # Parent 8d02d3fcefb3c673f961bcb641c66abf123e23e1 [project @ 2007-07-28 16:39:56 by paulb] Updated release information. diff -r 8d02d3fcefb3 -r e0d6321db79c PKG-INFO --- a/PKG-INFO Sat Jul 28 15:42:18 2007 +0000 +++ b/PKG-INFO Sat Jul 28 16:39:56 2007 +0000 @@ -1,19 +1,19 @@ Metadata-Version: 1.1 Name: libxml2dom -Version: 0.4.3 +Version: 0.4.4 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.3.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.4.4.tar.gz Summary: PyXML-style API for the libxml2 Python bindings License: MIT 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 +Keywords: XML libxml2 SVG XMPP Platform: Any Classifier: Development Status :: 3 - Alpha Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) diff -r 8d02d3fcefb3 -r e0d6321db79c README.txt --- a/README.txt Sat Jul 28 15:42:18 2007 +0000 +++ b/README.txt Sat Jul 28 16:39:56 2007 +0000 @@ -65,6 +65,11 @@ libxml2dom.macrolib implementation, too). A way is needed to get libxml2 to do the node copying itself. +New in libxml2dom 0.4.4 (Changes since libxml2dom 0.4.3) +-------------------------------------------------------- + + * Improved XMPP support for messages, presence and events. + New in libxml2dom 0.4.3 (Changes since libxml2dom 0.4.2) --------------------------------------------------------