summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-07-31 11:42:55 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-07-31 11:42:55 +0200
commitb4d0f3a1c38d916c2abda67549a454467a05fb1f (patch)
tree7d5776b295fc7af1a84a1d2c7e8123b2945aa157 /debian
parentd6343253aa4025376b9a8bb2b2fa140819def747 (diff)
downloadpython-apt-b4d0f3a1c38d916c2abda67549a454467a05fb1f.tar.gz
fix GetCandidateVer() reporting incorrect versions after
SetCandidateVer() was used. Thanks to Julian Andres Klode for the test-case (LP: #237372)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 86e5b0c9..1afcb16e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ python-apt (0.7.7.2) UNRELEASED; urgency=low
* python/cache.cc:
- fix crash if Ver.PriorityType() returns NULL
+ - fix GetCandidateVer() reporting incorrect versions after
+ SetCandidateVer() was used. Thanks to Julian Andres Klode for
+ the test-case (LP: #237372)
* apt/cache.py:
- support "in" in apt.Cache() (LP: #251587)