diff --git a/ChangeLog b/ChangeLog index 7ec2393b..c7de8177 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 11 19:25:44 CET 2002 Daniel Veillard + + * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15 + * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs + Mon Feb 11 14:53:24 CET 2002 Daniel Veillard * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707 diff --git a/configure.in b/configure.in index 08d2a1e1..601d75c1 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CANONICAL_HOST LIBXML_MAJOR_VERSION=2 LIBXML_MINOR_VERSION=4 -LIBXML_MICRO_VERSION=14 +LIBXML_MICRO_VERSION=15 LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION diff --git a/doc/news.html b/doc/news.html index 57ee6545..35f441b1 100644 --- a/doc/news.html +++ b/doc/news.html @@ -94,6 +94,12 @@ you want to test those

  • (seeems working but delayed from release) parsing/import of Docbook SGML docs
  • +

    2.4.15: Feb 11 2002

    +

    2.4.14: Feb 8 2002

    +

    2.4.15: Feb 11 2002

    +
      +
    • Fixed the Makefiles, especially the python module ones
    • +
    • A few bug fixes and cleanup
    • +
    • Includes cleanup
    • +
    +

    2.4.14: Feb 8 2002