From e8b9a3d880ab72f748b6eb01a92ae2c910753d2f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 31 Aug 2004 13:57:45 +0000 Subject: [PATCH] Release of libxslt-1.1.10 Daniel * NEWS configure.in doc/*: Release of libxslt-1.1.10 Daniel --- ChangeLog | 4 ++++ configure.in | 4 ++-- doc/libxslt-api.xml | 6 +++--- doc/libxslt-refs.xml | 8 ++++++++ doc/libxslt.xsa | 23 +++++++++++++---------- doc/news.html | 8 ++++++-- doc/xslt.html | 10 +++++++++- libxslt/xsltwin32config.h | 8 ++++---- 8 files changed, 49 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index cbdd2bed..763b31e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 31 15:45:42 CEST 2004 Daniel Veillard + + * NEWS configure.in doc/*: Release of libxslt-1.1.10 + Tue Aug 31 11:41:11 CEST 2004 Daniel Veillard * doc/xsltproc.1 doc/xsltproc.xml: added missing descriptions diff --git a/configure.in b/configure.in index 2469b396..8cbb3e0a 100644 --- a/configure.in +++ b/configure.in @@ -10,11 +10,11 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=9 +LIBXSLT_MICRO_VERSION=10 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 -LIBEXSLT_MICRO_VERSION=7 +LIBEXSLT_MICRO_VERSION=8 LIBXML_REQUIRED_VERSION=2.6.8 diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 0a0bb6a6..65612719 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -1813,9 +1813,9 @@ informations are stored'/> - - - + Find the next stylesheet in import precedence. + + This is a hashtable scanner function to normalize the compiled steps of an imported stylesheet. diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 4862e5c3..0ffeee62 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -2085,6 +2085,7 @@ + @@ -3303,6 +3304,7 @@ + @@ -4040,6 +4042,7 @@ + @@ -4268,6 +4271,7 @@ + @@ -4589,6 +4593,7 @@ + @@ -4681,6 +4686,7 @@ + @@ -4960,6 +4966,7 @@ + @@ -6096,6 +6103,7 @@ + diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index a3ca5bdb..1a458057 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,17 +8,20 @@ libxslt - 1.1.8 - July 5 2004 + 1.1.9 + Aug 22 2004 http://xmlsoft.org/XSLT/ - - build fixes: Windows runtime options (Oliver Stoeneberg), Windows - binary package layout (Igor Zlatkovic), libgcrypt version test and link - (William) - - documentation: fix libxslt namespace name in doc (William) - - bug fixes: undefined namespace message (William Brack), search engine - (William), multiple namespace fixups (William), namespace fix for key - evaluation (William), Python memory debug bindings, - - improvements: crypto extensions for exslt (Joel Reed, William) + - build fixes: missing tests (William Brack), Python dependancies, Python + on 64bits boxes, --with-crypto flag (Rob Richards), + - fixes: RVT key handling (William), Python binding (William and Sitsofe + Wheeler), key and XPath troubles (William), template priority on imports + (William), str:tokenize with empty strings (William), #default namespace + alias behaviour (William), doc ordering missing for main document + (William), 64bit bug (Andreas Schwab) + - improvements: EXSLT date:sum added (Joel Reed), hook for document + loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD + attributes, extend xsltproc --version with CVS stamp (William). + - Documentation: web page problem reported by Oliver Stoeneberg diff --git a/doc/news.html b/doc/news.html index ec3a1ab6..005ac92c 100644 --- a/doc/news.html +++ b/doc/news.html @@ -8,8 +8,12 @@ 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

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

Those are the public releases made:

1.1.9: Aug 22 2004

  • build fixes: missing tests (William Brack), Python dependancies, Python - on 64bits boxes, --with-crypto flag (Rob Richards),
  • +to the CVS code base.

    Those are the public releases made:

    1.1.10: Aug 31 2004

    • build fix: NUL in c file blocking compilation on Solaris, Windows build + (Igor Zlatkovic)
    • +
    • fix: key initialization problem (William Brack)
    • +
    • documentation: fixed missing man page description for --path
    • +

    1.1.9: Aug 22 2004

    • build fixes: missing tests (William Brack), Python dependancies, Python + on 64bits boxes, --with-crypto flag (Rob Richards),
    • fixes: RVT key handling (William), Python binding (William and Sitsofe Wheeler), key and XPath troubles (William), template priority on imports (William), str:tokenize with empty strings (William), #default namespace diff --git a/doc/xslt.html b/doc/xslt.html index 0e3db126..69336a9c 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -297,10 +297,18 @@ to the CVS code base.

      Those are the public releases made:

      +

      1.1.10: Aug 31 2004

      +
        +
      • build fix: NUL in c file blocking compilation on Solaris, Windows build + (Igor Zlatkovic)
      • +
      • fix: key initialization problem (William Brack)
      • +
      • documentation: fixed missing man page description for --path
      • +
      +

      1.1.9: Aug 22 2004

      • build fixes: missing tests (William Brack), Python dependancies, Python - on 64bits boxes, --with-crypto flag (Rob Richards),
      • + on 64bits boxes, --with-crypto flag (Rob Richards),
      • fixes: RVT key handling (William), Python binding (William and Sitsofe Wheeler), key and XPath troubles (William), template priority on imports (William), str:tokenize with empty strings (William), #default namespace diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index 1536eaa3..e0a0a0cb 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -23,28 +23,28 @@ extern "C" { * * the version string like "1.2.3" */ -#define LIBXSLT_DOTTED_VERSION "1.1.9" +#define LIBXSLT_DOTTED_VERSION "1.1.10" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10109 +#define LIBXSLT_VERSION 10110 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10109" +#define LIBXSLT_VERSION_STRING "10110" /** * LIBXSLT_VERSION_EXTRA * * extra version information, used to show a CVS compilation */ -#define LIBXML_VERSION_EXTRA "-CVS938" +#define LIBXML_VERSION_EXTRA "-CVS940" /** * WITH_XSLT_DEBUG: