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
diff --git a/ChangeLog b/ChangeLog
index ab4f0b5..dc4e2f2 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