libxml2dom (0.4.2-0ubuntu1) stable; urgency=low

  * Added missing impl attribute to NamedNodeMap, fixing
    attribute retrieval.
  * Added documentElement to Document.
  * Fixed and expanded the events module.
  * Added lots of functionality to the svg module.

 -- Paul Boddie <paul@boddie.org.uk>  Sun, 25 Mar 2007 03:56:21 +0200

libxml2dom (0.4.1-0ubuntu1) stable; urgency=low

  * Fixed the absence of CDATA node creation and importing.

 -- Paul Boddie <paul@boddie.org.uk>  Thu, 22 Mar 2007 21:48:23 +0100

libxml2dom (0.3.6-0ubuntu1) stable; urgency=low

  * Added cloneNode almost as a synonym for importNode
    (which, unlike in the DOM specification, is present on
    all nodes).
  * Introduced Debian stable package details - suggested by
    Robert Siemer.
  * Changed libxml2mod import details to try libxmlmods -
    suggested by Lucian Wischik.

 -- Paul Boddie <paul@boddie.org.uk>  Tue, 28 Nov 2006 23:29:45 +0100

libxml2dom (0.3.5-0ubuntu1) hoary; urgency=low

  * Fixed nodeType for HTML document elements - reported by
    Robert Siemer.
  * Fixed string results from XPath expressions - reported
    by Robert Siemer.

 -- Paul Boddie <paul@boddie.org.uk>  Thu, 27 Jul 2006 22:37:15 +0200

libxml2dom (0.3.4-0ubuntu1) hoary; urgency=low

  * Attempted to introduce generated prefixes for attributes
    having namespaces but whose names are unprefixed.
  * Added support for xmlns attribute retrieval
    (getAttributeNS) and detection (hasAttributeNS).
  * Added the length attribute to NamedNodeMap; renamed the
    length method on NodeList, adding a length attribute.

 -- Paul Boddie <paul@boddie.org.uk>  Sun,  4 Jun 2006 16:23:35 +0200

libxml2dom (0.3.3-0ubuntu1) hoary; urgency=low

  * Removed redundant weakref usage.
  * Added explicit copyright and licensing information to
    source files.

 -- Paul Boddie <paul@boddie.org.uk>  Mon, 12 Dec 2005 13:45:34 +0100

libxml2dom (0.3.2-0ubuntu1) hoary; urgency=low

  * Improved the xmlns attribute creation controls.

 -- Paul Boddie <paul@boddie.org.uk>  Mon, 12 Dec 2005 11:29:23 +0100

libxml2dom (0.3.1-0ubuntu1) hoary; urgency=low

  * Fixed empty namespace declarations on elements created
    with namespaceURI set to None. Previously, such
    declarations were missing.
  * Fixed attribute creation and introduced stricter
    controls over the construction of xmlns attributes.

 -- Paul Boddie <paul@boddie.org.uk>  Sun, 11 Dec 2005 18:10:12 +0100

libxml2dom (0.3-0ubuntu1) hoary; urgency=low

  * Imposed much stricter tests on strings used with the
    libxml2dom API. Strings given as arguments to methods
    and functions must now only contain ASCII characters;
    any other character data must be provided as Unicode
    objects. This change fixes various issues with XPath
    expressions, and quite probably various other things.
  * Fixed parentNode on Document objects (which caused
    xml.dom.ext.PrettyPrint to crash).
  * Added some support for the doctype attribute and related
    information.
  * libxml2dom is now licensed under the LGPL - see
    docs/COPYING.txt for details.

 -- Paul Boddie <paul@boddie.org.uk>  Sat,  3 Dec 2005 03:33:33 +0100

libxml2dom (0.2.4-0ubuntu1) hoary; urgency=low

  * Fixed Unicode conversions in the Node's xpath method.

 -- Paul Boddie <paul@boddie.org.uk>  Wed, 16 Nov 2005 18:18:51 +0100

libxml2dom (0.2.3-0ubuntu1) hoary; urgency=low

  * Fixed the parse function's docstring.
  * Added the owner element to obtained attribute nodes.
  * Fixed the Debian package changelog distribution
    identifiers.

 -- Paul Boddie <paul@boddie.org.uk>  Wed, 16 Nov 2005 18:18:44 +0100

libxml2dom (0.2.2-0ubuntu1) hoary; urgency=low

  * Fixed exception raising in parseURI, adding a docstring
    to explain the current limitations around HTML parsing.

 -- Paul Boddie <paul@boddie.org.uk>  Tue, 18 Oct 2005 19:14:40 +0200

libxml2dom (0.2.1-0ubuntu1) hoary; urgency=low

  * New upstream release.

 -- Paul Boddie <paul@boddie.org.uk>  Mon, 15 Aug 2005 19:25:28 +0200
