libxml2dom

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

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