summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2014-07-09 06:00:34 +0800
committerAron Xu <aron@debian.org>2014-07-09 07:07:22 +0800
commit3a8c2d58eab0410fe5e79a112614aa9be061dc46 (patch)
tree35649a125c7068a3f1f3920ca2244df810ab975b /debian
parent1166c939ce1cb9106f8a51be3026f3ee0e1ccba9 (diff)
downloadlibxml2-3a8c2d58eab0410fe5e79a112614aa9be061dc46.tar.gz
Add new changelog entrydebian/2.9.1+dfsg1-4
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5433d31..a2f9950 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+libxml2 (2.9.1+dfsg1-4) unstable; urgency=low
+
+ [ Christian Svensson ]
+ * Do not build-depend on readline (Closes: #742350)
+
+ [ Daniel Schepler ]
+ * Patch to bootstrap without python (Closes: #738080)
+
+ [ Helmut Grohne ]
+ * Drop unneeded B-D on perl and binutils (Closes: #753005)
+
+ [ Adam Conrad ]
+ * Actually run dh_autoreconf, which the old/new mixed rules file misses.
+
+ [ Matthias Klose ]
+ * Add patch to fix python multiarch issue
+ * Allow the package to cross-build by tweaking B-Ds on python
+ * Set PYTHON_LIBS for cross builds
+
+ [ Aron Xu ]
+ * Use correct $CC
+ * Configure udeb without python
+ * New round of cherry-picking upstream fixes
+ - Includes fixes for CVE-2014-0191 (Closes: #747309).
+ * Call prename with -vf
+ * Require python-all-dev (>= 2.7.5-5~)
+ * Bump std-ver: 3.9.4 -> 3.9.5, no change
+
+ -- Aron Xu <aron@debian.org> Wed, 09 Jul 2014 05:40:15 +0800
+
libxml2 (2.9.1+dfsg1-3) unstable; urgency=low
* debian/patches/0007-Fix-XPath-optimization-with-predicates.patch: