diff --git a/ChangeLog b/ChangeLog index 5823b49e..27ad66cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 11 19:40:34 CET 2002 Daniel Veillard + + * python/*.py: removed tab used spaces + * configure.in libxslt/xsltwin32config.h: preparing 1.0.12 + * doc/news.html doc/xslt.html: rebuild/updated + Mon Feb 11 16:34:37 CET 2002 Daniel Veillard * tests/docs/Makefile.am tests/docs/bug-73.xml diff --git a/configure.in b/configure.in index ef01ca26..ba3dfb2a 100644 --- a/configure.in +++ b/configure.in @@ -6,12 +6,12 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=0 -LIBXSLT_MICRO_VERSION=11 +LIBXSLT_MICRO_VERSION=12 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=7 LIBEXSLT_MICRO_VERSION=4 -LIBXML_REQUIRED_VERSION=2.4.14 +LIBXML_REQUIRED_VERSION=2.4.15 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION diff --git a/doc/news.html b/doc/news.html index eecab63b..be5569dc 100644 --- a/doc/news.html +++ b/doc/news.html @@ -75,6 +75,11 @@ A:link, A:visited, A:active { text-decoration: underline }

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

+

1.0.12: Feb 11 2002

+
    +
  • Fixed the makefiles especially the python module ones
  • +
  • half a dozen bugs fixes including 2 old ones
  • +

1.0.11: Feb 8 2002