From ed421aa6666dead65a2b81fadaf60c35fbdf2329 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Sun, 4 Nov 2001 21:22:45 +0000
Subject: [PATCH] Updated the news section, Daniel
---
doc/news.html | 6 ++++++
doc/xml.html | 8 ++++++++
doc/xmlio.html | 1 +
3 files changed, 15 insertions(+)
diff --git a/doc/news.html b/doc/news.html
index 451274b7..0572c2ec 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -84,6 +84,12 @@ you want to test those
(seeems working but delayed from release) parsing/import of Docbook
SGML docs
+2.4.8: Nov 4 2001
+
+- fixed SGML catalogs broken in previous release, updated xmlcatalog
+ tool
+- fixed a compile errors and some includes troubles.
+
2.4.7: Oct 30 2001
- exported some debugging interfaces
diff --git a/doc/xml.html b/doc/xml.html
index a8c0d100..205528f4 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -559,6 +559,13 @@ you want to test those
SGML docs
+2.4.8: Nov 4 2001
+
+ - fixed SGML catalogs broken in previous release, updated xmlcatalog
+ tool
+ - fixed a compile errors and some includes troubles.
+
+
2.4.7: Oct 30 2001
- exported some debugging interfaces
@@ -2141,6 +2148,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
}
- And then use it to save the document:
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 9fb30dba..483c9ed7 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -216,6 +216,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
}
- And then use it to save the document: