summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-05-19 15:40:21 +0200
committerJulian Andres Klode <jak@debian.org>2010-05-19 15:40:21 +0200
commita2564f533b18c3dfc5ce485c2965e9c8fed3c380 (patch)
tree751987648d15a8e27e1629dcafc7ce69974a4c79 /debian
parentd55ec0082540e99d520426bb73d3443f2175213b (diff)
downloadpython-apt-a2564f533b18c3dfc5ce485c2965e9c8fed3c380.tar.gz
Add Version.source_version and enhance Sebastian's patch to make use
of it, in order to find the best changelog for the package.
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 22418888..96f93813 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ python-apt (0.7.95) UNRELEASED; urgency=low
- 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).
+ - Add Version.source_version and enhance Sebastian's patch to make use
+ of it, in order to find the best changelog for the package.
* python:
- Return bool instead of int to Python where possible, looks better.
- Document every class, function, property.