diff options
author | Luk Claes <luk@debian.org> | 2011-12-30 18:31:31 +0100 |
---|---|---|
committer | Luk Claes <luk@debian.org> | 2011-12-30 18:31:31 +0100 |
commit | b4af3ef034e84af1c5d95391d9aa9eab608c43f5 (patch) | |
tree | 61d79f4c7a025ab03dfa8e6dc69e71b793450e47 | |
parent | 70ef05d469c29fd87192c4636d33898283fff33c (diff) | |
download | libxml2-debian/2.7.8.dfsg-5.1.tar.gz |
Release 2.7.8.dfsg-5.1debian/2.7.8.dfsg-5.1
-rw-r--r-- | debian/changelog | 10 |
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. |