summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-30 17:49:35 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-30 17:49:35 +0200
commite1fe8a0fdc56452f820c837a323729d93f57f581 (patch)
tree8c4c59869c4694ef1deb1f104852645afc02f0df /debian
parent0cb44e7c914bf98d92a85d83b0bdc15ebc73525d (diff)
downloadpython-apt-e1fe8a0fdc56452f820c837a323729d93f57f581.tar.gz
Return VersionList objects in Package.versions, which are sequences and also provide features of mappings. (partial API BREAK)
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 122ebe92..c4ba63fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ python-apt (0.7.12.0) unstable; urgency=low
+ Support assignments to the 'candidate' property of Package objects.
+ Initial patch by Sebastian Heinlein
- Make comparisons of Version object more robust.
+ - Return VersionList objects in Package.versions, which are sequences
+ and also provide features of mappings. (partial API BREAK)
* Use debhelper 7 instead of CDBS
[ Stefano Zacchiroli ]