summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-26 15:40:59 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-26 15:40:59 +0000
commitb51b6bf42e6ccd487f902fe31685defa0bc6aedd (patch)
tree2e4dca3551ff80ca3bcdf7c08b57bf0649b6e9ed /debian
parent940c6ecb9e7494414c4554fa4487cb5d17b5dadb (diff)
downloadpython-apt-b51b6bf42e6ccd487f902fe31685defa0bc6aedd.tar.gz
* the pkgCache::VerIterator.DependsList[] dict does no longer depend on the localized depends name but on the english one
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b84dd1e..80634e36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ python-apt (0.6.16.1) unstable; urgency=low
* memleak fixed when pkgCache objects are deallocated
* typos fixed (thanks to Gustavo Franco)
* pkgRecords.Record added to get raw record data
+ * python/cache.cc: "key" in pkgCache::VerIterator.DependsList[key] is
+ no longer locale specific but always english
- --
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jan 2006 16:30:02 +0100
python-apt (0.6.16) unstable; urgency=low