# HG changeset patch # User paulb # Date 1133577545 0 # Node ID bed426e9147e996dfa0aae4d48e515881a61b6c9 # Parent 8fbbc2913b6e11443c922b95e2d4bc32a1a27de9 [project @ 2005-12-03 02:39:05 by paulb] Updated release information. Adopted the LGPL. diff -r 8fbbc2913b6e -r bed426e9147e packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog --- a/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Sat Dec 03 02:38:52 2005 +0000 +++ b/packages/ubuntu-hoary/python2.4-libxml2dom/debian/changelog Sat Dec 03 02:39:05 2005 +0000 @@ -1,11 +1,19 @@ -libxml2dom (0.2.5-0ubuntu1) hoary; urgency=low +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 Thu, 1 Dec 2005 02:57:39 +0100 + -- Paul Boddie Sat, 3 Dec 2005 03:33:33 +0100 libxml2dom (0.2.4-0ubuntu1) hoary; urgency=low diff -r 8fbbc2913b6e -r bed426e9147e packages/ubuntu-hoary/python2.4-libxml2dom/debian/copyright --- a/packages/ubuntu-hoary/python2.4-libxml2dom/debian/copyright Sat Dec 03 02:38:52 2005 +0000 +++ b/packages/ubuntu-hoary/python2.4-libxml2dom/debian/copyright Sat Dec 03 02:39:05 2005 +0000 @@ -12,26 +12,18 @@ Copyright: - Copyright (C) 2003, 2004, 2005 Paul Boddie . - All Rights Reserved. +Copyright (C) 2003, 2004, 2005 Paul Boddie -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL PAUL -BODDIE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of Paul Boddie shall not be used -in advertising or otherwise to promote the sale, use or other dealings in -this Software without prior written authorization from him. +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA