diff --git a/ChangeLog b/ChangeLog index a6db43ef..d8f1726a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 14 16:22:48 CET 2003 Daniel Veillard + + * configure.in: preparing release 2.0.24 + * libxslt.spec.in: small update + * doc/*: updated the news, rebuilt the APIs descriptions + Tue Jan 14 14:23:47 CET 2003 Daniel Veillard * libxslt/functions.c: fixed #101502 by applying and cleaning up diff --git a/configure.in b/configure.in index 5643926c..29bc780a 100644 --- a/configure.in +++ b/configure.in @@ -6,11 +6,11 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=0 -LIBXSLT_MICRO_VERSION=23 +LIBXSLT_MICRO_VERSION=24 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=7 -LIBEXSLT_MICRO_VERSION=14 +LIBEXSLT_MICRO_VERSION=15 LIBXML_REQUIRED_VERSION=2.4.25 diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 32a47cd7..9bb6aaed 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -207,6 +207,7 @@ + @@ -1604,6 +1605,11 @@ informations are stored'/> + + parse an XSLT stylesheet building the associated structures except the processing not needed for imported documents. + + + parse an XSLT stylesheet include element diff --git a/doc/news.html b/doc/news.html index afe3d0ba..e463f297 100644 --- a/doc/news.html +++ b/doc/news.html @@ -83,6 +83,25 @@ A:link, A:visited, A:active { text-decoration: underline }

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

+

1.0.24: Jan 14 2003

+
    +
  • bug fixes: imported global varables, python bindings (Stéphane Bidoul), + EXSLT memory leak (Charles Bozeman), namespace generation on + xsl:attribute, space handling with imports (Daniel Stodden), + extension-element-prefixes (Josh Parsons), comments within xsl:text (Matt + Sergeant), superfluous xmlns generation, XInclude related bug for + numbering, EXSLT strings (Alexey Efimov), attribute-sets computation on + imports, extension module init and shutdown callbacks not called
  • +
  • HP-UX portability (Alexey Efimov), Windows makefiles (Igor and Stephane + Bidoul), VMS makefile updates (Craig A. Berry)
  • +
  • adds xsltGetProfileInformation() (Michael Rothwell)
  • +
  • fix the API generation scripts
  • +
  • API to provide the sorting routines (Richard Jinks)
  • +
  • added XML description of the EXSLT API
  • +
  • added ESXLT URI (un)escaping (Jörg Walter)
  • +
  • Some memory leaks have been found and fixed
  • +
  • document() now support fragment identifiers in URIs
  • +

1.0.23: Nov 17 2002

  • Windows build cleanup (Igor)
  • diff --git a/doc/xslt.html b/doc/xslt.html index b94e27f3..8720d0c8 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -260,6 +260,26 @@ 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.0.24: Jan 14 2003

    +
      +
    • bug fixes: imported global varables, python bindings (Stéphane Bidoul), + EXSLT memory leak (Charles Bozeman), namespace generation on + xsl:attribute, space handling with imports (Daniel Stodden), + extension-element-prefixes (Josh Parsons), comments within xsl:text (Matt + Sergeant), superfluous xmlns generation, XInclude related bug for + numbering, EXSLT strings (Alexey Efimov), attribute-sets computation on + imports, extension module init and shutdown callbacks not called
    • +
    • HP-UX portability (Alexey Efimov), Windows makefiles (Igor and Stephane + Bidoul), VMS makefile updates (Craig A. Berry)
    • +
    • adds xsltGetProfileInformation() (Michael Rothwell)
    • +
    • fix the API generation scripts
    • +
    • API to provide the sorting routines (Richard Jinks)
    • +
    • added XML description of the EXSLT API
    • +
    • added ESXLT URI (un)escaping (Jörg Walter)
    • +
    • Some memory leaks have been found and fixed
    • +
    • document() now support fragment identifiers in URIs
    • +
    +

    1.0.23: Nov 17 2002

    • Windows build cleanup (Igor)
    • diff --git a/libxslt.spec.in b/libxslt.spec.in index db346f04..b194490d 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -103,6 +103,7 @@ rm -fr %{buildroot} %doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES %doc doc/libxslt-api.xml +%doc doc/libexslt-api.xml %doc %{_mandir}/man4/libxslt.4* %doc %{_mandir}/man4/libexslt.4* %{_libdir}/lib*.so diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index 697d1f73..7311e7f3 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -21,21 +21,21 @@ extern "C" { * * the version string like "1.2.3" */ -#define LIBXSLT_DOTTED_VERSION "1.0.23" +#define LIBXSLT_DOTTED_VERSION "1.0.24" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10023 +#define LIBXSLT_VERSION 10024 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10023" +#define LIBXSLT_VERSION_STRING "10024" /** * WITH_XSLT_DEBUG: diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt index 1a0dd42d..afb55895 100644 --- a/python/libxsltclass.txt +++ b/python/libxsltclass.txt @@ -35,6 +35,7 @@ loadStylesheetPI() newStylesheet() parseStylesheetDoc() parseStylesheetFile() +parseStylesheetImportedDoc() # functions from module xsltutils calibrateAdjust()