XSLTools

Changeset

621:d699dd8f0192
2007-09-09 paulb raw files shortlog changelog graph [project @ 2007-09-09 18:12:35 by paulb] Updated release information.
PKG-INFO (file) README.txt (file) XSLForms/__init__.py (file)
     1.1 --- a/PKG-INFO	Sun Sep 09 17:29:05 2007 +0000
     1.2 +++ b/PKG-INFO	Sun Sep 09 18:12:37 2007 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  Metadata-Version: 1.1
     1.5  Name: XSLTools
     1.6 -Version: 0.4.7
     1.7 +Version: 0.5
     1.8  Author: Paul Boddie
     1.9  Author-email: paul at boddie org uk
    1.10  Maintainer: Paul Boddie
    1.11  Maintainer-email: paul at boddie org uk
    1.12  Home-page: http://www.boddie.org.uk/python/XSLTools.html
    1.13 -Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.4.7.tar.gz
    1.14 +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.5.tar.gz
    1.15  Summary: Modules and packages for the development of XML/XSL-based applications
    1.16  License: LGPL (version 3 or later)
    1.17  Description: XSLTools is a distribution providing modules and packages for the development
     2.1 --- a/README.txt	Sun Sep 09 17:29:05 2007 +0000
     2.2 +++ b/README.txt	Sun Sep 09 18:12:37 2007 +0000
     2.3 @@ -53,9 +53,13 @@
     2.4  The example Web applications require WebStack (release 1.2.3 or later).
     2.5  The example PyQt applications have been tested with PyQt 3.15.
     2.6  
     2.7 -New in XSLTools 0.4.7 (Changes since XSLTools 0.4.6)
     2.8 -----------------------------------------------------
     2.9 +New in XSLTools 0.5 (Changes since XSLTools 0.4.6)
    2.10 +--------------------------------------------------
    2.11  
    2.12 +  * Renamed template:id to template:section in order to get around problems
    2.13 +    and potential future problems with browsers (such as Konqueror 3.5.6)
    2.14 +    which get confused loading documents with multiple id attributes, even if
    2.15 +    only one is unprefixed. WARNING! This change is not backwards compatible.
    2.16    * Added Ubuntu Feisty (7.04) package support.
    2.17    * Tidied the documentation HTML.
    2.18  
     3.1 --- a/XSLForms/__init__.py	Sun Sep 09 17:29:05 2007 +0000
     3.2 +++ b/XSLForms/__init__.py	Sun Sep 09 18:12:37 2007 +0000
     3.3 @@ -19,6 +19,6 @@
     3.4  with this program.  If not, see <http://www.gnu.org/licenses/>.
     3.5  """
     3.6  
     3.7 -__version__ = "0.4.7"
     3.8 +__version__ = "0.5"
     3.9  
    3.10  # vim: tabstop=4 expandtab shiftwidth=4