From: Daniel Veillard Date: Thu, 17 Sep 2009 15:19:59 +0000 (+0200) Subject: Release of libxslt-1.1.25 X-Git-Tag: v1.1.28~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51f625a10a828b8cb8cd87aa171a3c1d9049c72c;p=platform%2Fupstream%2Flibxslt.git Release of libxslt-1.1.25 * NEWS configure.in doc/xslt.html doc/news.html: update of version and description * doc/libxslt-api.xml doc/libxslt-refs.xml doc/libxslt.xsa libxslt/xsltwin32config.h doc/EXSLT/*: regenerated --- diff --git a/NEWS b/NEWS index de868e5..635bda0 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,66 @@ ChangeLog.html to the SVN at http://svn.gnome.org/viewcvs/libxslt/trunk/ code base.Those are the public releases made: -1.1.24: May 13 20088: +1.1.25: Sep 17 2009: + - Features: + Add API versioning and various cleanups (Daniel Veillard), + xsl:sort lang support using the locale (Nick Wellnhofer and Roumen Petrov) + + - Documentation: + Fix the download links for Solaris (Daniel Veillard), + Fix makefile and spec file to include doc in rpm (Daniel Veillard) + + - Portability: + Make sure testThreads is linked with pthreads (Daniel Veillard), + Fix potential crash on debug of extensions Solaris (Ben Walton), + applied patch from Roumen Petrov for mingw cross compilation problems (Roumen Petrov), + patch from Richard Jones to build shared libs with MinGW cross-compiler (Richard Jones), + fix include path when compiling with MinGW (Roumen Petrov), + portability fixes ( Nick Wellnhofer and Roumen Petrov) + + - Bug fixes: + Big fixes of pattern compilations (Nick Wellnhofer), + Fix uses of xmlAddChild for error handling (Daniel Veillard), + Detect deep recusion on function calls (Daniel Veillard), + Avoid an error in namespace generation (Martin), + Fix importing of encoding from included stylesheets (Nick Wellnhofer), + Fix problems with embedded stylesheets and namespaces (Martin), + QName parsing fix for patterns (Martin), + Crash compiling stylesheet with DTD (Martin), + Fix xsl:strip-space with namespace and wildcard (Nick Wellnhofer), + Fix a mutex deadlock on unregistered extensions (Nix), + 567192 xsltproc --output option ignore --xinclude (Joachim Breitner), + Fix redundant headers in list (Daniel Veillard), + 134754 Configure's --with-html-dir related fixes (Julio M. Merino Vidal), + 305913 a serious problem in extensions reentrancy (Daniel Veillard), + Fix an idness issue when building the tree (Daniel Veillard), + Fixed indexing error reported by Ron Burk on the mailing list. (William M. Brack), + prevent some unchecked pointer accesses (Jake Goulding), + fix for CVE-2008-2935 libexslt RC4 encryption/decryption functions Daniel (Daniel Veillard), + avoid a quadratic behaviour when hitting duplicates (Daniel Veillard), + 544829 fixed option --with-debugger (Arun Ragnavan), + 541965 fixed incorrect argument popping in exsltMathAtan2Function (William M. Brack), + fix problem with string check for element-available (Ron Burk), + 539741 added code to handle literal within an AVT (William M. Brack) + + - Improvements: + Allow use of EXSLT outside XSLT (Martin), + Support Esperanto locale (Nick Wellnhofer), + Change how attributes are copied for id and speed (Daniel Veillard), + Add API versioning and various cleanups (Daniel Veillard), + Adding a test program to check thread reentrancy (Daniel Veillard), + big patch from finishing xsl:sort lang support (Roumen Petrov), + add xsl:sort lang support using the locale (Nick Wellnhofer) + + - Cleanups: + Label xsltProcessOneNode as static (Daniel Veillard), + git setup (Daniel Veillard), + fixed typo detected by new libxml2 code (William M. Brack), + xsltExtFunctionLookup was defined but never implemented (Ralf Junker) + + + +1.1.24: May 13 2008: - Documentation: man page fix (Vincent Lefevre). - Bug fixes: pattern bug fix, key initialization problems, exclusion of unknown namespaced element on top of stylesheets, python generator diff --git a/configure.in b/configure.in index e0f9bd7..da1136d 100644 --- a/configure.in +++ b/configure.in @@ -11,11 +11,11 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=24 +LIBXSLT_MICRO_VERSION=25 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 -LIBEXSLT_MICRO_VERSION=13 +LIBEXSLT_MICRO_VERSION=14 LIBXML_REQUIRED_VERSION=2.6.27 diff --git a/doc/EXSLT/APIchunk0.html b/doc/EXSLT/APIchunk0.html index 3e6be16..b9666d4 100644 --- a/doc/EXSLT/APIchunk0.html +++ b/doc/EXSLT/APIchunk0.html @@ -7,9 +7,11 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - API Alphabetic Index C-s for libexslt
Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The EXSLT C library for Gnome

API Alphabetic Index C-s for libexslt

Main Menu
Related links
API Indexes

C-s + API Alphabetic Index C-u for libexslt
Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The EXSLT C library for Gnome

API Alphabetic Index C-u for libexslt

Main Menu
Related links
API Indexes

C-u

Letter C:

Common
exsltCommonRegister
+
Crypto
exsltCryptoRegister

Letter D:

Dates
exsltDateRegister
+exsltDateXpathCtxtRegister
Dynamic
exsltDynRegister

Letter E:

EXSLT
EXSLT_COMMON_NAMESPACE
EXSLT_CRYPTO_NAMESPACE
@@ -20,15 +22,21 @@ A:link, A:visited, A:active { text-decoration: underline } EXSLT_SETS_NAMESPACE
EXSLT_STRINGS_NAMESPACE
exsltCommonRegister
+exsltCryptoRegister
exsltDateRegister
+exsltDateXpathCtxtRegister
exsltDynRegister
exsltFuncRegister
exsltMathRegister
+exsltMathXpathCtxtRegister
exsltRegisterAll
exsltSetsRegister
+exsltSetsXpathCtxtRegister
exsltStrRegister
+exsltStrXpathCtxtRegister

Letter F:

Functions
exsltFuncRegister

Letter M:

Math
exsltMathRegister
+exsltMathXpathCtxtRegister

Letter N:

Namespace
EXSLT_COMMON_NAMESPACE
EXSLT_CRYPTO_NAMESPACE
EXSLT_DATE_NAMESPACE
@@ -39,19 +47,31 @@ A:link, A:visited, A:active { text-decoration: underline } EXSLT_STRINGS_NAMESPACE
SAXON_NAMESPACE

Letter R:

Registers
exsltCommonRegister
+exsltCryptoRegister
exsltDateRegister
+exsltDateXpathCtxtRegister
exsltDynRegister
exsltFuncRegister
exsltMathRegister
+exsltMathXpathCtxtRegister
exsltRegisterAll
exsltSaxonRegister
exsltSetsRegister
+exsltSetsXpathCtxtRegister
exsltStrRegister
+exsltStrXpathCtxtRegister

Letter S:

SAXON
SAXON_NAMESPACE
exsltSaxonRegister
Sets
exsltSetsRegister
+exsltSetsXpathCtxtRegister
Strings
exsltStrRegister
+exsltStrXpathCtxtRegister

Letter T:

Times
exsltDateRegister
+exsltDateXpathCtxtRegister
+

Letter X:

XSLT
exsltDateXpathCtxtRegister
+exsltMathXpathCtxtRegister
+exsltSetsXpathCtxtRegister
+exsltStrXpathCtxtRegister

Letter a:

all
exsltRegisterAll
available
exsltRegisterAll

Letter c:

common
EXSLT_COMMON_NAMESPACE
@@ -71,6 +91,10 @@ A:link, A:visited, A:active { text-decoration: underline } EXSLT_SETS_NAMESPACE
EXSLT_STRINGS_NAMESPACE
SAXON_NAMESPACE
+exsltDateXpathCtxtRegister
+exsltMathXpathCtxtRegister
+exsltSetsXpathCtxtRegister
+exsltStrXpathCtxtRegister
functions
EXSLT_COMMON_NAMESPACE
EXSLT_CRYPTO_NAMESPACE
EXSLT_DATE_NAMESPACE
@@ -82,14 +106,27 @@ A:link, A:visited, A:active { text-decoration: underline } SAXON_NAMESPACE

Letter m:

math
EXSLT_MATH_NAMESPACE
module
exsltCommonRegister
+exsltCryptoRegister
exsltDateRegister
+exsltDateXpathCtxtRegister
exsltDynRegister
exsltFuncRegister
exsltMathRegister
+exsltMathXpathCtxtRegister
exsltSaxonRegister
exsltSetsRegister
+exsltSetsXpathCtxtRegister
exsltStrRegister
+exsltStrXpathCtxtRegister
+

Letter o:

outside
exsltDateXpathCtxtRegister
+exsltMathXpathCtxtRegister
+exsltSetsXpathCtxtRegister
+exsltStrXpathCtxtRegister

Letter s:

set
EXSLT_SETS_NAMESPACE
strings
EXSLT_STRINGS_NAMESPACE
-

C-s +

Letter u:

use
exsltDateXpathCtxtRegister
+exsltMathXpathCtxtRegister
+exsltSetsXpathCtxtRegister
+exsltStrXpathCtxtRegister
+

C-u

Daniel Veillard

diff --git a/doc/EXSLT/APIfiles.html b/doc/EXSLT/APIfiles.html index d8f5c30..d925364 100644 --- a/doc/EXSLT/APIfiles.html +++ b/doc/EXSLT/APIfiles.html @@ -19,6 +19,7 @@ A:link, A:visited, A:active { text-decoration: underline } exsltCommonRegister
exsltCryptoRegister
exsltDateRegister
+exsltDateXpathCtxtRegister
exsltDynRegister
exsltFuncRegister
exsltLibexsltVersion
@@ -26,10 +27,13 @@ A:link, A:visited, A:active { text-decoration: underline } exsltLibxmlVersion
exsltLibxsltVersion
exsltMathRegister
+exsltMathXpathCtxtRegister
exsltRegisterAll
exsltSaxonRegister
exsltSetsRegister
+exsltSetsXpathCtxtRegister
exsltStrRegister
+exsltStrXpathCtxtRegister

Module exsltexports:

EXSLTCALL
EXSLTPUBFUN
EXSLTPUBVAR
diff --git a/doc/EXSLT/APIfunctions.html b/doc/EXSLT/APIfunctions.html index e185adf..aa3d910 100644 --- a/doc/EXSLT/APIfunctions.html +++ b/doc/EXSLT/APIfunctions.html @@ -7,4 +7,12 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - List of function manipulating types in libexslt
Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The EXSLT C library for Gnome

List of function manipulating types in libexslt

Main Menu
Related links
API Indexes

Daniel Veillard

+ List of function manipulating types in libexslt
Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The EXSLT C library for Gnome

List of function manipulating types in libexslt

Main Menu
Related links
API Indexes

Type const xmlChar *:

exsltDateXpathCtxtRegister
+exsltMathXpathCtxtRegister
+exsltSetsXpathCtxtRegister
+exsltStrXpathCtxtRegister
+

Type xmlXPathContextPtr:

exsltDateXpathCtxtRegister
+exsltMathXpathCtxtRegister
+exsltSetsXpathCtxtRegister
+exsltStrXpathCtxtRegister
+

Daniel Veillard

diff --git a/doc/EXSLT/APIsymbols.html b/doc/EXSLT/APIsymbols.html index 4727188..da77889 100644 --- a/doc/EXSLT/APIsymbols.html +++ b/doc/EXSLT/APIsymbols.html @@ -24,6 +24,7 @@ A:link, A:visited, A:active { text-decoration: underline }

Letter e:

exsltCommonRegister
exsltCryptoRegister
exsltDateRegister
+exsltDateXpathCtxtRegister
exsltDynRegister
exsltFuncRegister
exsltLibexsltVersion
@@ -31,8 +32,11 @@ A:link, A:visited, A:active { text-decoration: underline } exsltLibxmlVersion
exsltLibxsltVersion
exsltMathRegister
+exsltMathXpathCtxtRegister
exsltRegisterAll
exsltSaxonRegister
exsltSetsRegister
+exsltSetsXpathCtxtRegister
exsltStrRegister
+exsltStrXpathCtxtRegister

Daniel Veillard

diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml index cf02b23..bf35d34 100644 --- a/doc/EXSLT/libexslt-api.xml +++ b/doc/EXSLT/libexslt-api.xml @@ -18,13 +18,17 @@ + + + + @@ -88,6 +92,12 @@ Registers the EXSLT - Dates and Times module + + Registers the EXSLT - Dates and Times module for use outside XSLT + + + + Registers the EXSLT - Dynamic module @@ -100,6 +110,12 @@ Registers the EXSLT - Math module + + Registers the EXSLT - Math module for use outside XSLT + + + + Registers all available EXSLT extensions @@ -112,9 +128,21 @@ Registers the EXSLT - Sets module + + Registers the EXSLT - Sets module for use outside XSLT + + + + Registers the EXSLT - Strings module + + Registers the EXSLT - Strings module for use outside XSLT + + + + diff --git a/doc/EXSLT/libexslt-refs.xml b/doc/EXSLT/libexslt-refs.xml index 7279e06..bddfb06 100644 --- a/doc/EXSLT/libexslt-refs.xml +++ b/doc/EXSLT/libexslt-refs.xml @@ -18,6 +18,7 @@ + @@ -25,10 +26,13 @@ + + + @@ -57,6 +61,7 @@ + @@ -64,15 +69,30 @@ + + + + + + + + + + + + + + + @@ -88,6 +108,7 @@ + @@ -95,10 +116,13 @@ + + + @@ -121,6 +145,7 @@ + @@ -139,12 +164,16 @@ + + + + @@ -155,6 +184,7 @@ + @@ -175,13 +205,17 @@ + + + + @@ -191,14 +225,25 @@ + + + + + + + + + + + @@ -246,6 +291,10 @@ + + + + @@ -267,12 +316,24 @@ + + + + + + + + + + + + @@ -283,9 +344,17 @@ + + + + + + + + - + diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 330760d..6ae6439 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -1535,6 +1535,7 @@ the instruction which created the fragment exits'/> + @@ -2471,7 +2472,7 @@ exits'/> - Creates a new locale of an opaque system dependent type based on the language tag. Three-letter language codes (ISO 639-2 Alpha-3) are not supported. + Creates a new locale of an opaque system dependent type based on the language tag. diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index dd00382..620a8b6 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -2565,9 +2565,6 @@ - - - @@ -2880,7 +2877,6 @@ - @@ -3400,9 +3396,6 @@ - - - @@ -3785,7 +3778,6 @@ - @@ -4247,9 +4239,6 @@ - - - @@ -7626,7 +7615,6 @@ - diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index 75447f7..8e24f12 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,21 +8,13 @@ libxslt - 1.1.23 - Apr 8 2008 + 1.1.24 + May 13 2008 http://xmlsoft.org/XSLT/ - - Documentation: fix links for Cygwin DocBook setup (Philippe Bourcier), - xsltParseStylesheetDoc doc fix (Jason Viers), fix manpage default - maxdepth value - - Bug fixes: python segfault (Daniel Gryniewicz), week-in-year bug fix - (Maurice van der Pot), fix python iterator problem (William Brack), - avoid garbage collection problems on str:tokenize and str:split - and function results (William Brack and Peter Pawlowski) - superfluous re-generation of keys (William Brack), remove superfluous - code in xsltExtInitTest (Tony Graham), func:result segfault fix - (William Brack), timezone offset problem (Peter Pawlowski), - - Portability fixes: old gcrypt support fix (Brent Cowgill), Python - portability patch (Stephane Bidoul), VS 2008 fix (Rob Richard) + - Documentation: man page fix (Vincent Lefevre). + - Bug fixes: pattern bug fix, key initialization problems, exclusion of + unknown namespaced element on top of stylesheets, python generator + syntactic cleanup (Martin) diff --git a/doc/news.html b/doc/news.html index ae96f87..207ceb8 100644 --- a/doc/news.html +++ b/doc/news.html @@ -9,7 +9,63 @@ 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

The change log describes the recents commits -to the SVN code base.

Those are the public releases made:

1.1.24: May 13 20088

  • Documentation: man page fix (Vincent Lefevre).
  • +to the SVN code base.

    Those are the public releases made:

    1.1.25: Sep 17 2009

    • Features: + Add API versioning and various cleanups (Daniel Veillard), + xsl:sort lang support using the locale (Nick Wellnhofer and Roumen Petrov) +
    • +
    • Documentation: + Fix the download links for Solaris (Daniel Veillard), + Fix makefile and spec file to include doc in rpm (Daniel Veillard) +
    • +
    • Portability: + Make sure testThreads is linked with pthreads (Daniel Veillard), + Fix potential crash on debug of extensions Solaris (Ben Walton), + applied patch from Roumen Petrov for mingw cross compilation problems (Roumen Petrov), + patch from Richard Jones to build shared libs with MinGW cross-compiler (Richard Jones), + fix include path when compiling with MinGW (Roumen Petrov), + portability fixes ( Nick Wellnhofer and Roumen Petrov) +
    • +
    • Bug fixes: + Big fixes of pattern compilations (Nick Wellnhofer), + Fix uses of xmlAddChild for error handling (Daniel Veillard), + Detect deep recusion on function calls (Daniel Veillard), + Avoid an error in namespace generation (Martin), + Fix importing of encoding from included stylesheets (Nick Wellnhofer), + Fix problems with embedded stylesheets and namespaces (Martin), + QName parsing fix for patterns (Martin), + Crash compiling stylesheet with DTD (Martin), + Fix xsl:strip-space with namespace and wildcard (Nick Wellnhofer), + Fix a mutex deadlock on unregistered extensions (Nix), + 567192 xsltproc --output option ignore --xinclude (Joachim Breitner), + Fix redundant headers in list (Daniel Veillard), + 134754 Configure's --with-html-dir related fixes (Julio M. Merino Vidal), + 305913 a serious problem in extensions reentrancy (Daniel Veillard), + Fix an idness issue when building the tree (Daniel Veillard), + Fixed indexing error reported by Ron Burk on the mailing list. (William M. Brack), + prevent some unchecked pointer accesses (Jake Goulding), + fix for CVE-2008-2935 libexslt RC4 encryption/decryption functions Daniel (Daniel Veillard), + avoid a quadratic behaviour when hitting duplicates (Daniel Veillard), + 544829 fixed option --with-debugger (Arun Ragnavan), + 541965 fixed incorrect argument popping in exsltMathAtan2Function (William M. Brack), + fix problem with string check for element-available (Ron Burk), + 539741 added code to handle literal within an AVT (William M. Brack) +
    • +
    • Improvements: + Allow use of EXSLT outside XSLT (Martin), + Support Esperanto locale (Nick Wellnhofer), + Change how attributes are copied for id and speed (Daniel Veillard), + Add API versioning and various cleanups (Daniel Veillard), + Adding a test program to check thread reentrancy (Daniel Veillard), + big patch from finishing xsl:sort lang support (Roumen Petrov), + add xsl:sort lang support using the locale (Nick Wellnhofer) +
    • +
    • Cleanups: + Label xsltProcessOneNode as static (Daniel Veillard), + git setup (Daniel Veillard), + fixed typo detected by new libxml2 code (William M. Brack), + xsltExtFunctionLookup was defined but never implemented (Ralf Junker) +
    • +

    1.1.24: May 13 2008

    • Documentation: man page fix (Vincent Lefevre).
    • Bug fixes: pattern bug fix, key initialization problems, exclusion of unknown namespaced element on top of stylesheets, python generator syntactic cleanup (Martin)
    • diff --git a/doc/xslt.html b/doc/xslt.html index dabf3b8..d868c57 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -304,7 +304,66 @@ to the SVN code base.<

      Those are the public releases made:

      -

      1.1.24: May 13 20088

      +

      1.1.25: Sep 17 2009

      +
        +
      • Features: + Add API versioning and various cleanups (Daniel Veillard), + xsl:sort lang support using the locale (Nick Wellnhofer and Roumen Petrov) +
      • +
      • Documentation: + Fix the download links for Solaris (Daniel Veillard), + Fix makefile and spec file to include doc in rpm (Daniel Veillard) +
      • +
      • Portability: + Make sure testThreads is linked with pthreads (Daniel Veillard), + Fix potential crash on debug of extensions Solaris (Ben Walton), + applied patch from Roumen Petrov for mingw cross compilation problems (Roumen Petrov), + patch from Richard Jones to build shared libs with MinGW cross-compiler (Richard Jones), + fix include path when compiling with MinGW (Roumen Petrov), + portability fixes ( Nick Wellnhofer and Roumen Petrov) +
      • +
      • Bug fixes: + Big fixes of pattern compilations (Nick Wellnhofer), + Fix uses of xmlAddChild for error handling (Daniel Veillard), + Detect deep recusion on function calls (Daniel Veillard), + Avoid an error in namespace generation (Martin), + Fix importing of encoding from included stylesheets (Nick Wellnhofer), + Fix problems with embedded stylesheets and namespaces (Martin), + QName parsing fix for patterns (Martin), + Crash compiling stylesheet with DTD (Martin), + Fix xsl:strip-space with namespace and wildcard (Nick Wellnhofer), + Fix a mutex deadlock on unregistered extensions (Nix), + 567192 xsltproc --output option ignore --xinclude (Joachim Breitner), + Fix redundant headers in list (Daniel Veillard), + 134754 Configure's --with-html-dir related fixes (Julio M. Merino Vidal), + 305913 a serious problem in extensions reentrancy (Daniel Veillard), + Fix an idness issue when building the tree (Daniel Veillard), + Fixed indexing error reported by Ron Burk on the mailing list. (William M. Brack), + prevent some unchecked pointer accesses (Jake Goulding), + fix for CVE-2008-2935 libexslt RC4 encryption/decryption functions Daniel (Daniel Veillard), + avoid a quadratic behaviour when hitting duplicates (Daniel Veillard), + 544829 fixed option --with-debugger (Arun Ragnavan), + 541965 fixed incorrect argument popping in exsltMathAtan2Function (William M. Brack), + fix problem with string check for element-available (Ron Burk), + 539741 added code to handle literal within an AVT (William M. Brack) +
      • +
      • Improvements: + Allow use of EXSLT outside XSLT (Martin), + Support Esperanto locale (Nick Wellnhofer), + Change how attributes are copied for id and speed (Daniel Veillard), + Add API versioning and various cleanups (Daniel Veillard), + Adding a test program to check thread reentrancy (Daniel Veillard), + big patch from finishing xsl:sort lang support (Roumen Petrov), + add xsl:sort lang support using the locale (Nick Wellnhofer) +
      • +
      • Cleanups: + Label xsltProcessOneNode as static (Daniel Veillard), + git setup (Daniel Veillard), + fixed typo detected by new libxml2 code (William M. Brack), + xsltExtFunctionLookup was defined but never implemented (Ralf Junker) +
      • +
      +

      1.1.24: May 13 2008

      • Documentation: man page fix (Vincent Lefevre).
      • Bug fixes: pattern bug fix, key initialization problems, exclusion of diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index c0c100f..0733327 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.24" +#define LIBXSLT_DOTTED_VERSION "1.1.25" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10124 +#define LIBXSLT_VERSION 10125 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10124" +#define LIBXSLT_VERSION_STRING "10125" /** * LIBXSLT_VERSION_EXTRA: