summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-08-05 11:36:13 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-08-05 11:36:13 +0200
commit5204dc7d2975121f529802ec403134502d6d4e45 (patch)
tree964c562361f6f276740d47baf9e247771751e009 /debian
parent91e65ee1efd73fdbf507c2683bc6cc64fee9b37c (diff)
parent1d96f36591c56798021c4e33d01a781507592add (diff)
downloadpython-apt-5204dc7d2975121f529802ec403134502d6d4e45.tar.gz
* python/cache.cc:
- fix GetCandidateVer() reporting incorrect versions after SetCandidateVer() was used. Thanks to Julian Andres Klode for the test-case (LP: #237372) * python/apt_instmodule.cc: - do not change working dir in debExtractArchive() (LP: #184093) * apt/cache.py: - support "in" in apt.Cache() (LP: #251587)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 65f95664..3b70b925 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+python-apt (0.7.7.1ubuntu2) intrepid; urgency=low
+
+ * python/cache.cc:
+ - fix GetCandidateVer() reporting incorrect versions after
+ SetCandidateVer() was used. Thanks to Julian Andres Klode for
+ the test-case (LP: #237372)
+ * python/apt_instmodule.cc:
+ - do not change working dir in debExtractArchive() (LP: #184093)
+ * apt/cache.py:
+ - support "in" in apt.Cache() (LP: #251587)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Aug 2008 11:35:32 +0200
+
python-apt (0.7.7.1ubuntu1) intrepid; urgency=low
* python/cache.cc: