From 04a6430382c02eb9842c39f90e8fc8ddc5f5e11c Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 29 Nov 2006 15:09:33 +0000 Subject: [PATCH] preparing release of libxslt-1.1.19 Daniel * NEWS configure.in doc//*: preparing release of libxslt-1.1.19 Daniel --- ChangeLog | 4 ++++ NEWS | 6 ++++++ configure.in | 2 +- doc/libxslt.xsa | 28 +++++++++++++++++++++------- doc/news.html | 5 ++++- doc/xslt.html | 6 ++++++ libxslt/xsltwin32config.h | 6 +++--- 7 files changed, 45 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47818356..fa5233ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 29 16:06:43 CET 2006 Daniel Veillard + + * NEWS configure.in doc//*: preparing release of libxslt-1.1.19 + Sat Nov 25 11:48:28 HKT 2006 William Brack * libxslt/variables.c: fixed problem with cached RVT's, diff --git a/NEWS b/NEWS index ba8b9dd7..06fc688a 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,12 @@ ChangeLog.html to the CVS at http://cvs.gnome.org/viewcvs/libxslt/ code base.Those are the public releases made: +1.1.19: Nov 29 2006: + - Bug fixes: entities within attributes (William Brack), Python detection + problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result + value tree caching bug (William Brack) + + 1.1.18: Oct 26 2006: - portability and build fixes: DESTDIR problem, build paths in python shared lib, compile when libxml2 doesn't support XInclude (Gary Coady). diff --git a/configure.in b/configure.in index 02bffec6..73e1b789 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=18 +LIBXSLT_MICRO_VERSION=19 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index e6d58779..9f0dcbca 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,14 +8,28 @@ libxslt - 1.1.17 - Jun 6 2006 + 1.1.18 + Oct 26 2006 http://xmlsoft.org/XSLT/ - - portability fixes: python detection - - bug fixes: some regression tests, attribute/namespaces output (Kasimier - Buchcik), problem in mixed xsl:value-of and xsl:text uses (Kasimier) - - improvements: internal refactoring (Kasimier Buchcik), use of the XPath - object cache in libxml2-2.6.25 (Kasimier) + - portability and build fixes: DESTDIR problem, build paths in python + shared lib, compile when libxml2 doesn't support XInclude (Gary Coady). + - bug fixes: a number of namespace related bugs (Kasimier Buchcik), + parameters bugs (Kasimier Buchcik), proximity position in predicates + of match patterns (Kasimier), exslt-node-set troubles with strings + (Kasimier), CDATA serialization, Python floats and booleans XPath + conversions, XInclude support fixes, RVT cleanup problem (William Brack + and Kasimier), attribute checking in stylesheets (Kasimier), xsltForEach + context problem (Kasimier), security check should pass full URLs (Shane + Corgatelli), security cleanup patch (Mikhail Zabaluev), some python + accessor for stylesheet were broken, memory errors when compiling + stylesheets (Mike Hommey), EXSLT current date end-of-month problem + (William Brack). + - improvements: refactoring of namespace handling, value-of impleemntation + and template internal processing (Kasimier Buchcik), new xsltproc + flag to apply Xinclude to stylesheets. + - documentation: xsltproc man pages (Daniel Leidert), tests updates + (William Brack), various typo fixes (Daniel Leidert), comments on + versions macros (Peter Breitenlohner). diff --git a/doc/news.html b/doc/news.html index 2d6f146a..f25f3289 100644 --- a/doc/news.html +++ b/doc/news.html @@ -9,7 +9,10 @@ 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 CVS code base.

Those are the public releases made:

1.1.18: Oct 26 2006

  • portability and build fixes: DESTDIR problem, build paths in python +to the CVS code base.

    Those are the public releases made:

    1.1.19: Nov 29 2006

    • Bug fixes: entities within attributes (William Brack), Python detection + problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result + value tree caching bug (William Brack)
    • +

    1.1.18: Oct 26 2006

    • portability and build fixes: DESTDIR problem, build paths in python shared lib, compile when libxml2 doesn't support XInclude (Gary Coady).
    • bug fixes: a number of namespace related bugs (Kasimier Buchcik), parameters bugs (Kasimier Buchcik), proximity position in predicates diff --git a/doc/xslt.html b/doc/xslt.html index a52014a6..d5930d26 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -304,6 +304,12 @@ to the CVS code base.

      Those are the public releases made:

      +

      1.1.19: Nov 29 2006

      +
        +
      • Bug fixes: entities within attributes (William Brack), Python detection + problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result + value tree caching bug (William Brack)
      • +

      1.1.18: Oct 26 2006

      • portability and build fixes: DESTDIR problem, build paths in python diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index f37098ea..64859b00 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.18" +#define LIBXSLT_DOTTED_VERSION "1.1.19" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10118 +#define LIBXSLT_VERSION 10119 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10118" +#define LIBXSLT_VERSION_STRING "10119" /** * LIBXSLT_VERSION_EXTRA: