# HG changeset patch # User paulb # Date 1169163217 0 # Node ID 835f5a7912b62f514bde88285cbeb86a5ee7132a # Parent d18aac1b1d8b6d05f2de5046d9059db357dd0d02 [project @ 2007-01-18 23:33:32 by paulb] Updated release information. diff -r d18aac1b1d8b -r 835f5a7912b6 PKG-INFO --- a/PKG-INFO Thu Jan 18 23:02:45 2007 +0000 +++ b/PKG-INFO Thu Jan 18 23:33:37 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: XSLTools -Version: 0.4.2 +Version: 0.4.3 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/XSLTools.html -Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.4.2.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.4.3.tar.gz Summary: Modules and packages for the development of XML/XSL-based applications License: LGPL Description: XSLTools is a distribution providing modules and packages for the development diff -r d18aac1b1d8b -r 835f5a7912b6 README.txt --- a/README.txt Thu Jan 18 23:02:45 2007 +0000 +++ b/README.txt Thu Jan 18 23:33:37 2007 +0000 @@ -48,7 +48,8 @@ * Fixed translation selection when an unsupported locale is specified, choosing the first locale as the default (rather than exposing the values - themselves as translations). + themselves as translations). Note that this is an unfortunate and subtle + change which may affect application output - apologies are hereby offered! New in XSLTools 0.4.2 (Changes since XSLTools 0.4.1) ---------------------------------------------------- diff -r d18aac1b1d8b -r 835f5a7912b6 XSLForms/__init__.py --- a/XSLForms/__init__.py Thu Jan 18 23:02:45 2007 +0000 +++ b/XSLForms/__init__.py Thu Jan 18 23:33:37 2007 +0000 @@ -3,7 +3,7 @@ """ XML/XSL-based forms generation and interpretation. -Copyright (C) 2005, 2006 Paul Boddie +Copyright (C) 2005, 2006, 2007 Paul Boddie This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -20,6 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "0.4.2" +__version__ = "0.4.3" # vim: tabstop=4 expandtab shiftwidth=4 diff -r d18aac1b1d8b -r 835f5a7912b6 XSLTools/__init__.py --- a/XSLTools/__init__.py Thu Jan 18 23:02:45 2007 +0000 +++ b/XSLTools/__init__.py Thu Jan 18 23:33:37 2007 +0000 @@ -3,7 +3,7 @@ """ XML/XSL-related helper modules. -Copyright (C) 2005, 2006 Paul Boddie +Copyright (C) 2005, 2006, 2007 Paul Boddie This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -20,6 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "0.4.2" +__version__ = "0.4.3" # vim: tabstop=4 expandtab shiftwidth=4