# HG changeset patch # User paulb # Date 1163353118 0 # Node ID d894ea1a7cfca585c0779050aa4a85e04f44b761 # Parent 70818e62d0623636390aaae0323ad7f7de6f8b33 [project @ 2006-11-12 17:38:38 by paulb] Updated release information. diff -r 70818e62d062 -r d894ea1a7cfc PKG-INFO --- a/PKG-INFO Fri Jun 20 21:44:09 2008 +0200 +++ b/PKG-INFO Sun Nov 12 17:38:38 2006 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: libxml2dom -Version: 0.3.5 +Version: 0.3.6 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.3.5.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.3.6.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 diff -r 70818e62d062 -r d894ea1a7cfc README.txt --- a/README.txt Fri Jun 20 21:44:09 2008 +0200 +++ b/README.txt Sun Nov 12 17:38:38 2006 +0000 @@ -50,6 +50,12 @@ libxml2dom.macrolib implementation, too). A way is needed to get libxml2 to do the node copying itself. +New in libxml2dom 0.3.6 (Changes since libxml2dom 0.3.5) +-------------------------------------------------------- + + * Added cloneNode almost as a synonym for importNode (which, unlike in the + DOM specification, is present on all nodes). + New in libxml2dom 0.3.5 (Changes since libxml2dom 0.3.4) --------------------------------------------------------