summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-03-04 15:59:36 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-03-04 15:59:36 +0000
commit2156d4387bf23c9b927341da58bd394bb4946017 (patch)
tree4be660145b9861c8d4d9f1e34a875c7ce07f2b44 /ChangeLog
parentcccd4a0524717f27fa5d54177686f6121db4bd3a (diff)
downloadlibxml2-2156d4387bf23c9b927341da58bd394bb4946017.tar.gz
fixing compilation bug with some options disabled as well as
* debugXML.c testHTML.c tree.c doc/examples/*.c include/libxml/xmlsave.h: fixing compilation bug with some options disabled as well as --with-minimum should fix #134695 Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3aed4ae9..6fb95227 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
+
+ * debugXML.c testHTML.c tree.c doc/examples/*.c
+ include/libxml/xmlsave.h: fixing compilation bug with some options
+ disabled as well as --with-minimum should fix #134695
+
Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
* xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,