# HG changeset patch # User paulb # Date 1191764930 0 # Node ID 33abadb956abd6252bc359ea92e1be036b2cf7b3 # Parent 94bc7f6f300a01b9282fbeb2e2cd05e95b2e6caf [project @ 2007-10-07 13:48:48 by paulb] Updated release notes for crash issue. diff -r 94bc7f6f300a -r 33abadb956ab README.txt --- a/README.txt Sun Oct 07 13:34:08 2007 +0000 +++ b/README.txt Sun Oct 07 13:48:50 2007 +0000 @@ -68,6 +68,7 @@ New in libxml2dom 0.4.5 (Changes since libxml2dom 0.4.4) -------------------------------------------------------- + * Fixed crashes when parsing empty documents. * Fixed operations involving the standard XML_NAMESPACE value, particularly setAttributeNS. * Introduced deletion of conflicting attributes in setAttributeNS. diff -r 94bc7f6f300a -r 33abadb956ab packages/ubuntu-feisty/python-libxml2dom/debian/changelog --- a/packages/ubuntu-feisty/python-libxml2dom/debian/changelog Sun Oct 07 13:34:08 2007 +0000 +++ b/packages/ubuntu-feisty/python-libxml2dom/debian/changelog Sun Oct 07 13:48:50 2007 +0000 @@ -1,5 +1,6 @@ libxml2dom (0.4.5-0ubuntu1) feisty; urgency=low + * Fixed crashes when parsing empty documents. * Fixed operations involving the standard XML_NAMESPACE value, particularly setAttributeNS. * Introduced deletion of conflicting attributes in diff -r 94bc7f6f300a -r 33abadb956ab packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog --- a/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Sun Oct 07 13:34:08 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Sun Oct 07 13:48:50 2007 +0000 @@ -1,5 +1,6 @@ libxml2dom (0.4.5-0ubuntu1) hoary; urgency=low + * Fixed crashes when parsing empty documents. * Fixed operations involving the standard XML_NAMESPACE value, particularly setAttributeNS. * Introduced deletion of conflicting attributes in