aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Richards <rrichards@cdatazone.org>2009-06-19 13:54:25 -0400
committerRob Richards <rrichards@cdatazone.org>2009-06-19 13:54:25 -0400
commit798743a4983d3a2c94d6af1608bce9696aa181e7 (patch)
treeb9efde3d8be0019d23fe7e8a4ff4158655152e46 /ChangeLog
parentbccae2d21038967f5d83109f27b925bcd4795602 (diff)
downloadandroid_external_libxml2-798743a4983d3a2c94d6af1608bce9696aa181e7.tar.gz
android_external_libxml2-798743a4983d3a2c94d6af1608bce9696aa181e7.tar.bz2
android_external_libxml2-798743a4983d3a2c94d6af1608bce9696aa181e7.zip
* parser.c: use options from current parser context when creating
a parser context within xmlParseCtxtExternalEntity * xmlwriter.c: fix error message when unable to create output file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 014ea777..b5c0a8b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jun 19 19:51:08 CEST 2009 Rob Richards <rrichards@cdatazone.org>
+
+ * parser.c: use options from current parser context when creating
+ a parser context within xmlParseCtxtExternalEntity
+ * xmlwriter.c: fix error message when unable to create output file
+
Thu Jun 4 11:17:23 CEST 2009 Daniel Veillard <daniel@veillard.com>
* c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c