# HG changeset patch # User paulb # Date 1175990504 0 # Node ID 02965897d8eea7f64bd4e63b93f3841757dc7c98 # Parent 106f5ed40f44e7d1052b135e6fd2dd784ff3e86c [project @ 2007-04-08 00:01:42 by paulb] Updated release notes. diff -r 106f5ed40f44 -r 02965897d8ee packages/debian-stable/python2.3-libxml2dom/debian/changelog --- a/packages/debian-stable/python2.3-libxml2dom/debian/changelog Sun Apr 08 00:01:33 2007 +0000 +++ b/packages/debian-stable/python2.3-libxml2dom/debian/changelog Sun Apr 08 00:01:44 2007 +0000 @@ -1,5 +1,7 @@ libxml2dom (0.4.3-0ubuntu1) stable; urgency=low + * Enforced well-formedness in parse operations unless + otherwise requested. * Added getElementById to the Node class. * Added a __hash__ method to the Node class. * Expanded the svg and events modules, including a test of diff -r 106f5ed40f44 -r 02965897d8ee packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog --- a/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Sun Apr 08 00:01:33 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Sun Apr 08 00:01:44 2007 +0000 @@ -1,5 +1,7 @@ libxml2dom (0.4.3-0ubuntu1) hoary; urgency=low + * Enforced well-formedness in parse operations unless + otherwise requested. * Added getElementById to the Node class. * Added a __hash__ method to the Node class. * Expanded the svg and events modules, including a test of