aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-08-24 09:36:47 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-08-24 09:36:47 +0000
commit8bda20f73c908fc08b40ad7a1d1df2c35a8d362d (patch)
tree6a1ce0b5d3e47046787ce20ad97f5a3a497e6e28 /ChangeLog
parentbca3ad25f93b7895c4c89ea38551a2873cbbd3e1 (diff)
downloadandroid_external_libxml2-8bda20f73c908fc08b40ad7a1d1df2c35a8d362d.tar.gz
android_external_libxml2-8bda20f73c908fc08b40ad7a1d1df2c35a8d362d.tar.bz2
android_external_libxml2-8bda20f73c908fc08b40ad7a1d1df2c35a8d362d.zip
removed a potentially uninitialized variable error fixed a deprecation
* xpath.c: removed a potentially uninitialized variable error * python/generator.py: fixed a deprecation warning * python/tests/tstLastError.py: silent the damn test when Okay ! Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33bb2a0c..56b1d6f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
+
+ * xpath.c: removed a potentially uninitialized variable error
+ * python/generator.py: fixed a deprecation warning
+ * python/tests/tstLastError.py: silent the damn test when Okay !
+
Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
* SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c