summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-04-21 16:00:35 +0200
committerJulian Andres Klode <jak@debian.org>2010-04-21 16:00:35 +0200
commitd624e84bf5ea40d2ae19b8ac02af77766e063d52 (patch)
treec8397dece0badd9430475c05d509fb06861f2df8 /debian
parent6b8d60e6ee5bb3f140f65c0f25e7d463eb18834d (diff)
downloadpython-apt-d624e84bf5ea40d2ae19b8ac02af77766e063d52.tar.gz
apt/cache.py: Use has_versions and has_provides from apt_pkg.Package where possible.
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 7326ed09..7c7df72a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low
- 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.
+ - Use has_versions and has_provides from apt_pkg.Package where possible.
* apt/package.py:
- Decode using utf-8 in installed_files (LP: #407953).
- Fix fetch_source() to work when source name = binary name (LP: #552400).