From da07c34a75ba7842a04df7dec30c8b33aea66c9c Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Tue, 25 Jan 2000 18:31:22 +0000
Subject: [PATCH] - added a nano FTP module - removed SNAP from RPM - updated
the status in doc
---
ChangeLog | 8 +
doc/xml.html | 10 +-
include/libxml/nanoftp.h | 36 ++
include/libxml/xmlIO.h | 4 +-
libxml.spec.in | 4 +-
nanoftp.c | 1185 ++++++++++++++++++++++++++++++++++++++
nanoftp.h | 36 ++
parser.c | 22 +-
valid.c | 17 +-
xmlIO.c | 37 +-
xmlIO.h | 4 +-
11 files changed, 1333 insertions(+), 30 deletions(-)
create mode 100644 include/libxml/nanoftp.h
create mode 100644 nanoftp.c
create mode 100644 nanoftp.h
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 $