diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-04-21 15:58:46 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-04-21 15:58:46 +0200 |
| commit | 6b8d60e6ee5bb3f140f65c0f25e7d463eb18834d (patch) | |
| tree | 0bf7da5b179c7c97301fe3ad1bc097993ae4c5e5 /debian | |
| parent | 906ba788c824ff4f2bc2b00ecb44d0743159c904 (diff) | |
| download | python-apt-6b8d60e6ee5bb3f140f65c0f25e7d463eb18834d.tar.gz | |
python/cache.cc: Add Package.has_provides to see which packages are provided at least once.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c79ede07..7326ed09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,7 +14,8 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low * python/cache.cc: - Check that 2nd argument to Cache.update() really is a SourceList object. - Fix PackageFile.not_automatic to use NotAutomatic instead of NotSource. - - Add Package.has_versions to see which packages have at least one version. + - Add Package.has_versions to see which packages have at least one version, + and Package.has_provides for provides. - Add rich compare methods to the Version object. * python/generic.cc: - Fix a memory leak when using old attribute names. |
