summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 19017e2..ca2c9b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libxml2 (2.7.8.dfsg-5.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * encoding.c: Fix off by one error. CVE-2011-0216.
+ * parser.c: Make sure parser returns when getting a Stop order.
+ CVE-2011-3905.
+ * Both closes: #652352.
+
+ -- Luk Claes <luk@debian.org> Fri, 30 Dec 2011 18:31:13 +0100
+
libxml2 (2.7.8.dfsg-5) unstable; urgency=low
* xpath.c, xpointer.c, include/libxml/xpath.h: Hardening of XPath evaluation.