summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-12 19:07:25 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-12 19:07:25 +0200
commit8e4f00f1b6349b55eebce3c9cccbcab7ab438a85 (patch)
tree5f05ce0e1ab5155e54d851f24be2a0576c8e998c /debian
parentd7e542cd8973684d110c0512a49981e672df23e1 (diff)
downloadpython-apt-8e4f00f1b6349b55eebce3c9cccbcab7ab438a85.tar.gz
apt/package.py: Handle cases where no candidate is available and
one of the deprecated properties (e.g. candidateVersion) is requested. (Closes: #523801)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eb2a6a30..20d2167a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-apt (0.7.10.2) unstable; urgency=low
+
+ * apt/package.py: Handle cases where no candidate is available and
+ one of the deprecated properties (e.g. candidateVersion) is
+ requested. (Closes: #523801)
+
+ -- Julian Andres Klode <jak@debian.org> Sun, 12 Apr 2009 19:00:07 +0200
+
python-apt (0.7.10.1) unstable; urgency=low
* Fix FTBFS with python-debian (>= 0.1.13) on Python 2.4 by not using it to