diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-12 19:55:55 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-12 19:55:55 +0200 |
| commit | 23d29169c30b2f05a0c2943832a7cf7288ff5802 (patch) | |
| tree | 5f3d6ff39d06199a0423913284149fb6e59436d5 /debian | |
| parent | 3bbb577e8a47ed05041c2532531e0e263f821c2c (diff) | |
| download | python-apt-23d29169c30b2f05a0c2943832a7cf7288ff5802.tar.gz | |
apt/package.py: Handle cases where no candidate is available, by returning
None in the candidate property. (Closes: #523801)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d9258436..83b00150 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.7.10.3) unstable; urgency=low + + * apt/package.py: Handle cases where no candidate is available, by returning + None in the candidate property. (Closes: #523801) + + -- Julian Andres Klode <jak@debian.org> Sun, 12 Apr 2009 19:50:26 +0200 + python-apt (0.7.10.2) unstable; urgency=low * apt/package.py: Handle cases where no candidate is available and |
