summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2009-02-20 08:40:55 +0000
committerDaniel Veillard <veillard@src.gnome.org>2009-02-20 08:40:55 +0000
commitcb0ae19174e7b26f9dbc1633e8aca3280db45a32 (patch)
treec8ff6ba8ac7c9f92024a2bc8f6e2bdbfb403efd4 /ChangeLog
parenteb0a0b2e31b6de7df2b7c354a914708c033f6f8f (diff)
downloadlibxml2-cb0ae19174e7b26f9dbc1633e8aca3280db45a32.tar.gz
cleanups and error reports when xmlTextWriterVSprintf fails, by Jinmei
* xmlwriter.c: cleanups and error reports when xmlTextWriterVSprintf fails, by Jinmei Tatuya daniel svn path=/trunk/; revision=3817
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab4f0b5e..dc4e2f26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 20 09:40:04 CET 2009 Daniel Veillard <daniel@veillard.com>
+
+ * xmlwriter.c: cleanups and error reports when xmlTextWriterVSprintf
+ fails, by Jinmei Tatuya
+
Fri Feb 20 09:18:56 CET 2009 Daniel Veillard <daniel@veillard.com>
* xmlwriter.c: remove a couple of leaks on errors reported by