From fc1000b58864ad6196bb3626006bb0c3f549af58 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 23 Mar 2004 13:09:49 +0000 Subject: [PATCH] prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due to * configure.in: prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due to the dictionnary reference counting change * doc/*: updated and rebuilt the doc. * tests/namespaces/Makefile.am: fixed a build problem (tst5 ?) Daniel --- ChangeLog | 7 ++ NEWS | 12 +++ configure.in | 4 +- doc/EXSLT/libexslt-api.xml | 14 +-- doc/libxslt-api.xml | 218 +++++++++++++++++++++---------------------- doc/libxslt.xsa | 17 ++-- doc/news.html | 11 ++- doc/xslt.html | 13 +++ libxslt/xsltwin32config.h | 6 +- tests/namespaces/Makefile.am | 4 +- 10 files changed, 176 insertions(+), 130 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73d1bd8..cbb5a68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Mar 23 13:13:56 CET 2004 Daniel Veillard + + * configure.in: prepare release of 1.1.5, made a hard dependancy + to libxml2 2.6.8 due to the dictionnary reference counting change + * doc/*: updated and rebuilt the doc. + * tests/namespaces/Makefile.am: fixed a build problem (tst5 ?) + Mon Mar 22 20:25:41 CET 2004 Daniel Veillard * libxslt/xsltconfig.h.in: small fix for OpenVMS diff --git a/NEWS b/NEWS index aa85a31..35424a1 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,18 @@ http://cvs.gnome.org/lxr/source/libxslt/ChangeLog file for a really accurate description: +1.1.5: Mar 23 2004: + - performance: use dictionnary lookup for variables + - remove use of _private from source documents + - cleanup of "make tests" output + - bugfixes: AVT in local variables, use localtime_r to avoid thread + troubles (William), dictionary handling bug (William), limited number of + stubstitutions in AVT (William), tokenize fix for UTF-8 (William), + superfluous namespace (William), xsltproc error code on + halt, OpenVMS fix, dictionnary reference counting + change. + + 1.1.4: Feb 23 2004: - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with Yelp, extension problem diff --git a/configure.in b/configure.in index 66cd859..d9a0815 100644 --- a/configure.in +++ b/configure.in @@ -6,12 +6,12 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=4 +LIBXSLT_MICRO_VERSION=5 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 LIBEXSLT_MICRO_VERSION=4 -LIBXML_REQUIRED_VERSION=2.6.5 +LIBXML_REQUIRED_VERSION=2.6.8 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml index 1160ceb..827ee21 100644 --- a/doc/EXSLT/libexslt-api.xml +++ b/doc/EXSLT/libexslt-api.xml @@ -2,13 +2,13 @@ - - - + + + @@ -16,13 +16,13 @@ - - + + + - - + diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 2a55ff4..a9ad65d 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -14,57 +14,57 @@ interface for the document handling implements document loading and cache (multiple document() reference for the same resources must be equal. Daniel Veillard + + + - - - interface for the extension support This provide the API needed for simple and module extension support. Daniel Veillard + - - - - - - - - - - - - - - - - - - - + - + + + + + - + + + + + + - + + + + - + + + + + + interface for the non-standard features @@ -86,10 +86,10 @@ Daniel Veillard and Bjorn Reese <breese@users.sourceforge.net> - - + + @@ -102,12 +102,12 @@ Daniel Veillard + + + - - - interface for the key matching used in key() and template matches. @@ -125,11 +125,11 @@ set of function easing the processing and generation of namespace nodes in XSLT. Daniel Veillard - - - + + + Implementation of the XSLT number functions @@ -151,12 +151,12 @@ - - - + + + precomputing stylesheets @@ -197,11 +197,11 @@ This set of routine encapsulates XPath calls and Attribute Value Templates evaluation. Daniel Veillard - + - + @@ -213,33 +213,33 @@ This module implements the bulk of the actual Daniel Veillard + + - + + + + + + + + + - - - - - - - - - - - + @@ -252,12 +252,12 @@ - + - + @@ -285,39 +285,39 @@ Daniel Veillard - - - + + + + + + + - - - - - - - - - - - + + + + + + + @@ -340,41 +340,41 @@ + - - + + + + + + - - - - - - - - - - + - + + + + + macros for marking symbols as exportable/importable. @@ -392,39 +392,39 @@ Daniel Veillard + - - - + + + + + + + + + + - - - - - - - - - - - - + + + + @@ -433,44 +433,44 @@ + + + - + + + + + + - + + + + + - - - - - - - - - - - - diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index 8d3dca2..aacf685 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,13 +8,18 @@ libxslt - 1.1.4 - Feb 23 2004 + 1.1.5 + Mar 23 2004 http://xmlsoft.org/XSLT/ - - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with - Yelp, extension problem - - display extension modules (Steve Little) - - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy) + - performance: use dictionnary lookup for variables + - remove use of _private from source documents + - cleanup of "make tests" output + - bugfixes: AVT in local variables, use localtime_r to avoid thread + troubles (William), dictionary handling bug (William), limited number of + stubstitutions in AVT (William), tokenize fix for UTF-8 (William), + superfluous namespace (William), xsltproc error code on + <xsl:message> halt, OpenVMS fix, dictionnary reference counting + change. diff --git a/doc/news.html b/doc/news.html index 707582d..ca77a72 100644 --- a/doc/news.html +++ b/doc/news.html @@ -8,7 +8,16 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } News
Action against software patentsGnome2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for Gnome

News

Main Menu
Related links
API Indexes

CVS only : check the Changelog file -for a really accurate description

1.1.4: Feb 23 2004

  • bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with +for a really accurate description

    1.1.5: Mar 23 2004

    • performance: use dictionnary lookup for variables
    • +
    • remove use of _private from source documents
    • +
    • cleanup of "make tests" output
    • +
    • bugfixes: AVT in local variables, use localtime_r to avoid thread + troubles (William), dictionary handling bug (William), limited number of + stubstitutions in AVT (William), tokenize fix for UTF-8 (William), + superfluous namespace (William), xsltproc error code on + <xsl:message> halt, OpenVMS fix, dictionnary reference counting + change.
    • +

    1.1.4: Feb 23 2004

    • bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with Yelp, extension problem
    • display extension modules (Steve Little)
    • Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
    • diff --git a/doc/xslt.html b/doc/xslt.html index 18f703c..01e336c 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -291,6 +291,19 @@ platform, get in touch with me to upload the package. I will keep them in the href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog file for a really accurate description +

      1.1.5: Mar 23 2004

      +
        +
      • performance: use dictionnary lookup for variables
      • +
      • remove use of _private from source documents
      • +
      • cleanup of "make tests" output
      • +
      • bugfixes: AVT in local variables, use localtime_r to avoid thread + troubles (William), dictionary handling bug (William), limited number of + stubstitutions in AVT (William), tokenize fix for UTF-8 (William), + superfluous namespace (William), xsltproc error code on + <xsl:message> halt, OpenVMS fix, dictionnary reference counting + change.
      • +
      +

      1.1.4: Feb 23 2004

      • bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index ddb642d..49ddbaa 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -23,21 +23,21 @@ extern "C" { * * the version string like "1.2.3" */ -#define LIBXSLT_DOTTED_VERSION "1.1.4" +#define LIBXSLT_DOTTED_VERSION "1.1.5" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10104 +#define LIBXSLT_VERSION 10105 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10104" +#define LIBXSLT_VERSION_STRING "10105" /** * WITH_XSLT_DEBUG: diff --git a/tests/namespaces/Makefile.am b/tests/namespaces/Makefile.am index 2d76ec6..1964bc0 100644 --- a/tests/namespaces/Makefile.am +++ b/tests/namespaces/Makefile.am @@ -9,8 +9,8 @@ EXTRA_DIST = \ tst.xml tst.xsl tst.out \ tst2.xml tst2.xsl tst2.out \ tst3.xml tst3.xsl tst3.out \ - tst4.xml tst4.xsl tst4.out \ - tst5.xml tst5.xsl tst5.out + tst4.xml tst4.xsl tst4.out +# tst5.xml tst5.xsl tst5.out all: -- 2.7.4