aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2009-03-25 09:43:49 +0000
committerDaniel Veillard <veillard@src.gnome.org>2009-03-25 09:43:49 +0000
commitdb3ce96906c09559d944c72b69eb984105f34776 (patch)
treedb54fd310c7f460dc44f635c6c471e5f2f8f6ce9 /ChangeLog
parent43bc89c1e31d2e4f0cdec2592b947393e967041d (diff)
downloadandroid_external_libxml2-db3ce96906c09559d944c72b69eb984105f34776.tar.gz
android_external_libxml2-db3ce96906c09559d944c72b69eb984105f34776.tar.bz2
android_external_libxml2-db3ce96906c09559d944c72b69eb984105f34776.zip
xmlXPathRegisterNs should not allow enpty prefixes daniel
* xpath.c: xmlXPathRegisterNs should not allow enpty prefixes daniel svn path=/trunk/; revision=3821
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c03942b..7bc9d4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 25 10:43:07 CET 2009 Daniel Veillard <daniel@veillard.com>
+
+ * xpath.c: xmlXPathRegisterNs should not allow enpty prefixes
+
Mon Mar 23 20:27:15 CET 2009 Daniel Veillard <daniel@veillard.com>
* tree.c: add a missing check in xmlAddSibling, patch by Kris Breuker