summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-05-19 15:25:53 +0200
committerJulian Andres Klode <jak@debian.org>2010-05-19 15:25:53 +0200
commitd55ec0082540e99d520426bb73d3443f2175213b (patch)
tree463fad96ffbfbc92b210c6d0599deb51fd58ae80 /debian
parent6acb0019d19c01a1861c41cf0d846a42a0af481b (diff)
downloadpython-apt-d55ec0082540e99d520426bb73d3443f2175213b.tar.gz
Merge a patch from Sebastian Heinlein to make get_changelog() only
check sources where source version >= binary version (Closes: #581831).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 426606aa..22418888 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ python-apt (0.7.95) UNRELEASED; urgency=low
* apt/package.py:
- Decode using utf-8 in installed_files (LP: #407953).
- Fix fetch_source() to work when source name = binary name (LP: #552400).
+ - Merge a patch from Sebastian Heinlein to make get_changelog() only
+ check sources where source version >= binary version (Closes: #581831).
* python:
- Return bool instead of int to Python where possible, looks better.
- Document every class, function, property.