diff --git a/ChangeLog b/ChangeLog
index f0c84c4f..b015c773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jan 26 16:52:50 CET 2000 Daniel Veillard
+
+ * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
+ * debugXML.c : fixed a bug in the cat command
+ * valid.c: fixing some small probs
+ * libxml.spec.in: get rid of the SNAP suffix
+ * doc/xml.html: updated the status
+
Mon Jan 24 14:31:09 CET 2000 Daniel Veillard
* xml-config.in: xml-config --version to just return the
diff --git a/doc/xml.html b/doc/xml.html
index 7c2ac596..105b1975 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -146,6 +146,14 @@ for really accurate description
- working on HTML and XML links recognition layers, get in touch with me
if you want to test those.
+ - there is some kind of roadmap to libxml-2.0: fix I18N, and change structures
+ to accomodate DOM
+ - added a nanoFTP transport module
+
+
+1.8.5: Jan 21 2000
+
- adding APIs to parse a well balanced chunk of XML (production [43] content of the XML
spec)
@@ -996,6 +1004,6 @@ base under gnome-xml/example
Daniel Veillard
-$Id: xml.html,v 1.21 2000/01/14 14:45:21 veillard Exp $
+$Id: xml.html,v 1.22 2000/01/18 18:01:01 veillard Exp $