diff --git a/ChangeLog b/ChangeLog index 50c5e972..d68b084a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 24 22:21:09 CET 2003 Daniel Veillard + + * configure.in: preparing release 1.0.27 + * doc/*: updated and rebuilt the docs + Mon Feb 24 19:43:15 CET 2003 Daniel Veillard * libxslt/namespaces.c: fixed #106554 for spurious xmlns:nsX="" diff --git a/configure.in b/configure.in index c4037740..c28749ef 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=26 +LIBXSLT_MICRO_VERSION=27 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=7 -LIBEXSLT_MICRO_VERSION=17 +LIBEXSLT_MICRO_VERSION=18 LIBXML_REQUIRED_VERSION=2.5.2 diff --git a/doc/contribs.html b/doc/contribs.html index ca6b797c..69fa7002 100644 --- a/doc/contribs.html +++ b/doc/contribs.html @@ -113,15 +113,11 @@ A:link, A:visited, A:active { text-decoration: underline } Python
  • -Steve Ball, - Zveno and contributors maintain - tcl bindings for libxml2 and libxslt, as well as - tkxmllint a GUI for - xmllint and - tkxsltproc a GUI for - xsltproc. -
  • -
  • If you want to use libxslt in a Mac OS X/Cocoa or Objective-C +Steve Ball, Zveno and contributors maintain tcl bindings for libxml2 and + libxslt, as well as tkxmllint a GUI for + xmllint and tkxsltproc + a GUI for xsltproc.
  • +
  • If you want to use libxslt in a Mac OS X/Cocoa or Objective-C framework, Marc Liyanage provides an application TestXSLT for XSLT and XML editing including wrapper classes for the XML parser and XSLT processor.
  • diff --git a/doc/news.html b/doc/news.html index 3889ff14..065047fe 100644 --- a/doc/news.html +++ b/doc/news.html @@ -84,6 +84,12 @@ A:link, A:visited, A:active { text-decoration: underline }

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

    +

    1.0.27: Feb 24 2003

    +
      +
    • bug fixes: spurious xmlns:nsX="" generation, serialization bug (in + libxml2), a namespace copy problem, errors in the RPM spec prereqs
    • +
    • Windows path canonicalization and document cache fix (Igor)
    • +

    1.0.26: Feb 10 2003

    • Fixed 3 serious bugs in document() and stylesheet compilation which diff --git a/doc/python.html b/doc/python.html index 41e8ac68..83aa01f5 100644 --- a/doc/python.html +++ b/doc/python.html @@ -111,9 +111,9 @@ or libxslt wrappers or bindings:

      bindings for libxslt within xmlwrapp
    • -Mike Phillips provides a module using - libxslt for PHP. -
    • +Mike Phillips provides a module + using libxslt + for PHP.

    The libxslt Python module depends on the libxml2 Python module.

    The distribution includes a set of Python bindings, which are garanteed to diff --git a/doc/xslt.html b/doc/xslt.html index 7be74f57..1527a6f3 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -267,6 +267,13 @@ 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.27: Feb 24 2003

    +
      +
    • bug fixes: spurious xmlns:nsX="" generation, serialization bug (in + libxml2), a namespace copy problem, errors in the RPM spec prereqs
    • +
    • Windows path canonicalization and document cache fix (Igor)
    • +
    +

    1.0.26: Feb 10 2003

    The libxslt Python module depends on the

  • Dave Kuhlman provides libxml/libxslt wrappers for Python
  • -
  • Steve Ball, - Zveno and contributors maintain - tcl bindings for libxml2 and libxslt, as well as - tkxmllint a GUI for - xmllint and - tkxsltproc a GUI for - xsltproc. +
  • Steve Ball, Zveno and contributors maintain tcl bindings for libxml2 and + libxslt, as well as tkxmllint a GUI for + xmllint and tkxsltproc + a GUI for xsltproc.
  • If you want to use libxslt in a Mac OS X/Cocoa or Objective-C framework, Marc Liyanage provides an application diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index da3e2d61..68ab3687 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.26" +#define LIBXSLT_DOTTED_VERSION "1.0.27" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10026 +#define LIBXSLT_VERSION 10027 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10026" +#define LIBXSLT_VERSION_STRING "10027" /** * WITH_XSLT_DEBUG: