diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-31 11:42:55 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-31 11:42:55 +0200 |
| commit | b4d0f3a1c38d916c2abda67549a454467a05fb1f (patch) | |
| tree | 7d5776b295fc7af1a84a1d2c7e8123b2945aa157 /debian | |
| parent | d6343253aa4025376b9a8bb2b2fa140819def747 (diff) | |
| download | python-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/changelog | 3 |
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) |
