diff --git a/ChangeLog b/ChangeLog index 96959431..888afd76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard + + * configure.in doc/xml.html include/libxml/xmlwin32version.h: + release of 2.3.12 + * parser.c: make an error message if unknow entities in all cases + Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard * uri.c: fixed 2 uri normalization bugs on '//' reduction diff --git a/configure.in b/configure.in index 9dd0f6f7..755db6dc 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CANONICAL_HOST LIBXML_MAJOR_VERSION=2 LIBXML_MINOR_VERSION=3 -LIBXML_MICRO_VERSION=11 +LIBXML_MICRO_VERSION=12 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/xml.html b/doc/xml.html index 8d4612a3..2e317798 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -1,5 +1,3 @@ - The XML C library for Gnome @@ -246,6 +244,22 @@ you want to test those

docs +

2.3.12: June 26 2001

+ +

2.3.11: June 17 2001