summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
1 files changed, 17 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a163f03a..c1b12cc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-python-apt (0.8.4) UNRELEASED; urgency=low
+python-apt (0.8.4) unstable; urgency=low
+ [ Michael Vogt ]
* doc/examples/build-deps.py:
- update the build-deps.py example to use the apt API more
* add support for apt_pkg.Policy.get_priority(PkgFileIterator)
@@ -17,8 +18,22 @@ python-apt (0.8.4) UNRELEASED; urgency=low
- if there is no Version.uri return None
* apt/cache.py:
- fix _have_multi_arch flag (thanks to Sebastian Heinlein)
+ * build against apt 0.9.0
+
+ [Julian Andres Klode ]
+ * python/apt_pkgmodule.cc:
+ - Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had Suggests value previously
- -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Jan 2012 12:07:48 +0100
+ -- Michael Vogt <mvo@debian.org> Mon, 16 Apr 2012 19:06:48 +0200
+
+python-apt (0.8.4~exp1) experimental; urgency=low
+
+ * tests/test_apt_cache.py:
+ - fix tests on kfreebsd/ia64
+ * apt/debfile.py:
+ - fix crash in dep multiarch handling
+
+ -- Michael Vogt <mvo@debian.org> Tue, 24 Jan 2012 14:02:46 +0100
python-apt (0.8.3) unstable; urgency=low
@@ -30,8 +45,6 @@ python-apt (0.8.3) unstable; urgency=low
- add multiarch support to the debfile.py code
* tests/test_apt_cache.py:
- add additional check if provides test can actually be run
- * apt/debfile.py:
- - fix crash in dep multiarch handling
-- Michael Vogt <mvo@debian.org> Thu, 08 Dec 2011 20:31:52 +0100