diff --git a/ChangeLog b/ChangeLog
index 81e63c2f..84c6d743 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard
* doc/html/*: rebuilt the docs for the release
+ * doc/xml.html: added 2.3.14 release.
Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard
diff --git a/doc/xml.html b/doc/xml.html
index 8bdfe2ff..d232a6d1 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1,5 +1,3 @@
-
The XML C library for Gnome
@@ -156,8 +154,8 @@ debug it (but patches are really appreciated!).
version, and that the problem still shows up in those
check the list
archives to see if the problem was reported already, in this case
- there is probably a fix available, similary check the registered open bugs
+ there is probably a fix available, similary check the registered open
+ bugs
make sure you can reproduce the bug with xmllint or one of the test
programs found in source in the distribution
Please send the command showing the error as well as the input (as an
@@ -259,6 +257,18 @@ you want to test those
docs
+2.3.14: July 5 2001
+
+ - fixed some entities problems and reduce mem requirement when substituing
+ them
+ - lots of improvements in the XPath queries interpreter can be
+ substancially faster
+ - Makefiles and configure cleanups
+ - Fixes to XPath variable eval, and compare on empty node set
+ - HTML tag closing bug fixed
+ - Fixed an URI reference computating problem when validating
+
+
2.3.13: June 28 2001
- 2.3.12 configure.in was broken as well as the push mode XML parser
@@ -1618,6 +1628,6 @@ Gnome CVS base under gnome-xml/example
Daniel Veillard
-$Id: xml.html,v 1.97 2001/06/28 16:20:36 veillard Exp $
+$Id: xml.html,v 1.98 2001/07/05 09:46:10 veillard Exp $