libxml2dom

packages/ubuntu-feisty/python-libxml2dom/debian/changelog

327:c8b872695792
2008-02-16 paulb [project @ 2008-02-16 20:11:16 by paulb] Updated release information. Fixed copyright file.
     1 libxml2dom (0.4.6-0ubuntu1) feisty; urgency=low     2      3   * Exposed the libxml2 support for processing XInclude declarations.     4      5  -- Paul Boddie <paul@boddie.org.uk>  Sat, 16 Feb 2008 21:04:04 +0100     6      7 libxml2dom (0.4.5-0ubuntu1) feisty; urgency=low     8      9   * Fixed crashes when parsing empty documents.    10   * Fixed operations involving the standard XML_NAMESPACE    11     value, particularly setAttributeNS.    12   * Introduced deletion of conflicting attributes in    13     setAttributeNS.    14   * Added slightly nicer errors for parsing and serialising.    15   * Added some support for SOAP and XML-RPC message    16     processing.    17     18  -- Paul Boddie <paul@boddie.org.uk>  Sun, 28 Oct 2007 23:41:51 +0100    19     20 libxml2dom (0.4.4-0ubuntu1) feisty; urgency=low    21     22   * Relicensed under the LGPL version 3 or later (fixing    23     PKG-INFO file).    24   * Improved XMPP support for messages, presence and events.    25   * Added Ubuntu Feisty (7.04) package support.    26     27  -- Paul Boddie <paul@boddie.org.uk>  Sun, 26 Aug 2007 23:08:33 +0200    28     29 libxml2dom (0.4.3-0ubuntu1) hoary; urgency=low    30     31   * Enforced well-formedness in parse operations unless    32     otherwise requested.    33   * Fixed access to null doctype properties.    34   * Added getElementById, firstChild and lastChild to the Node class.    35   * Added a __hash__ method to the Node class.    36   * Moved document checking into the Node class.    37   * Added an iterator for the NamedNodeMap class.    38   * Expanded the svg and events modules, including a test of    39     SVG events.    40   * Split the debian-stable packages into debian-sarge and    41     debian-etch.    42     43  -- Paul Boddie <paul@boddie.org.uk>  Sun, 27 May 2007 17:51:55 +0200    44     45 libxml2dom (0.4.2-0ubuntu1) hoary; urgency=low    46     47   * Added missing impl attribute to NamedNodeMap, fixing    48     attribute retrieval.    49   * Added documentElement to Document.    50   * Fixed and expanded the events module.    51   * Added lots of functionality to the svg module.    52     53  -- Paul Boddie <paul@boddie.org.uk>  Sun, 25 Mar 2007 03:55:55 +0200    54     55 libxml2dom (0.4.1-0ubuntu1) hoary; urgency=low    56     57   * Fixed the absence of CDATA node creation and importing.    58     59  -- Paul Boddie <paul@boddie.org.uk>  Thu, 22 Mar 2007 21:48:43 +0100    60     61 libxml2dom (0.4-0ubuntu1) hoary; urgency=low    62     63   * Changed the nodeValue property to return None for    64     various node types, as specified in the DOM    65     specification (Level 3).    66   * Fixed various "not supported" exceptions and added tests    67     which can raise "wrong document" exceptions.    68   * Introduced an Implementation class, permitting    69     specialised node creation.    70   * Added SVG-specific document support.    71   * Made parseURI work for HTML documents.    72   * Fixed getElementsByTagName(NS), as reported by Christian    73     Seiler.    74   * Fixed previousSibling, nextSibling and parentNode    75     crashes using suggestions from Christian Seiler.    76   * Reintroduced node comparisons using suggestions from    77     Christian Seiler.    78   * Fixed the absence of the CDATA node type.    79   * Added the textContent property to nodes.    80   * Added a getDOMImplementation function.    81   * Added an experimental events module.    82   * Added an htmlencoding parameter to the parse functions,    83     as requested by Iliyan Peychev.    84     85  -- Paul Boddie <paul@boddie.org.uk>  Sat, 17 Mar 2007 20:37:02 +0100    86     87 libxml2dom (0.3.6-0ubuntu1) hoary; urgency=low    88     89   * Added cloneNode almost as a synonym for importNode    90     (which, unlike in the DOM specification, is present on    91     all nodes).    92   * Introduced Debian stable package details - suggested by    93     Robert Siemer.    94   * Changed libxml2mod import details to try libxmlmods -    95     suggested by Lucian Wischik.    96     97  -- Paul Boddie <paul@boddie.org.uk>  Tue, 28 Nov 2006 23:24:18 +0100    98     99 libxml2dom (0.3.5-0ubuntu1) hoary; urgency=low   100    101   * Fixed nodeType for HTML document elements - reported by   102     Robert Siemer.   103   * Fixed string results from XPath expressions - reported   104     by Robert Siemer.   105    106  -- Paul Boddie <paul@boddie.org.uk>  Thu, 27 Jul 2006 22:37:15 +0200   107    108 libxml2dom (0.3.4-0ubuntu1) hoary; urgency=low   109    110   * Attempted to introduce generated prefixes for attributes   111     having namespaces but whose names are unprefixed.   112   * Added support for xmlns attribute retrieval   113     (getAttributeNS) and detection (hasAttributeNS).   114   * Added the length attribute to NamedNodeMap; renamed the   115     length method on NodeList, adding a length attribute.   116    117  -- Paul Boddie <paul@boddie.org.uk>  Sun,  4 Jun 2006 16:23:35 +0200   118    119 libxml2dom (0.3.3-0ubuntu1) hoary; urgency=low   120    121   * Removed redundant weakref usage.   122   * Added explicit copyright and licensing information to   123     source files.   124    125  -- Paul Boddie <paul@boddie.org.uk>  Mon, 12 Dec 2005 13:45:34 +0100   126    127 libxml2dom (0.3.2-0ubuntu1) hoary; urgency=low   128    129   * Improved the xmlns attribute creation controls.   130    131  -- Paul Boddie <paul@boddie.org.uk>  Mon, 12 Dec 2005 11:29:23 +0100   132    133 libxml2dom (0.3.1-0ubuntu1) hoary; urgency=low   134    135   * Fixed empty namespace declarations on elements created   136     with namespaceURI set to None. Previously, such   137     declarations were missing.   138   * Fixed attribute creation and introduced stricter   139     controls over the construction of xmlns attributes.   140    141  -- Paul Boddie <paul@boddie.org.uk>  Sun, 11 Dec 2005 18:10:12 +0100   142    143 libxml2dom (0.3-0ubuntu1) hoary; urgency=low   144    145   * Imposed much stricter tests on strings used with the   146     libxml2dom API. Strings given as arguments to methods   147     and functions must now only contain ASCII characters;   148     any other character data must be provided as Unicode   149     objects. This change fixes various issues with XPath   150     expressions, and quite probably various other things.   151   * Fixed parentNode on Document objects (which caused   152     xml.dom.ext.PrettyPrint to crash).   153   * Added some support for the doctype attribute and related   154     information.   155   * libxml2dom is now licensed under the LGPL - see   156     docs/COPYING.txt for details.   157    158  -- Paul Boddie <paul@boddie.org.uk>  Sat,  3 Dec 2005 03:33:33 +0100   159    160 libxml2dom (0.2.4-0ubuntu1) hoary; urgency=low   161    162   * Fixed Unicode conversions in the Node's xpath method.   163    164  -- Paul Boddie <paul@boddie.org.uk>  Wed, 16 Nov 2005 18:18:51 +0100   165    166 libxml2dom (0.2.3-0ubuntu1) hoary; urgency=low   167    168   * Fixed the parse function's docstring.   169   * Added the owner element to obtained attribute nodes.   170   * Fixed the Debian package changelog distribution   171     identifiers.   172    173  -- Paul Boddie <paul@boddie.org.uk>  Wed, 16 Nov 2005 18:18:44 +0100   174    175 libxml2dom (0.2.2-0ubuntu1) hoary; urgency=low   176    177   * Fixed exception raising in parseURI, adding a docstring   178     to explain the current limitations around HTML parsing.   179    180  -- Paul Boddie <paul@boddie.org.uk>  Tue, 18 Oct 2005 19:14:40 +0200   181    182 libxml2dom (0.2.1-0ubuntu1) hoary; urgency=low   183    184   * New upstream release.   185    186  -- Paul Boddie <paul@boddie.org.uk>  Mon, 15 Aug 2005 19:25:28 +0200