summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-04-21 15:55:47 +0200
committerJulian Andres Klode <jak@debian.org>2010-04-21 15:55:47 +0200
commit906ba788c824ff4f2bc2b00ecb44d0743159c904 (patch)
tree188658ef7bd4633f86fd1084a78c7fc935b8b4a5 /debian
parent497226deabdc9c4e797d7da86fe7b0ce6038bf75 (diff)
downloadpython-apt-906ba788c824ff4f2bc2b00ecb44d0743159c904.tar.gz
apt/cache.py: Make Cache.get_providing_packages() about 1000 times faster.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f3e33d7b..c79ede07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low
* apt/cache.py:
- Make Cache.get_changes() much (~35x) faster (Closes: #578074).
- Make Cache.req_reinstall_pkgs much faster as well.
+ - Make Cache.get_providing_packages() about 1000 times faster.
* apt/package.py:
- Decode using utf-8 in installed_files (LP: #407953).
- Fix fetch_source() to work when source name = binary name (LP: #552400).