diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-12 11:44:50 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-12 11:44:50 +0200 |
commit | f5a3d0095a5937c14c509a588eb6b7e946faf0c1 (patch) | |
tree | aa87ed1d128f9725409332aac20e4f296be2cf41 /debian/changelog | |
parent | 6248b28e9c9013e074120ae74b6a9fccee75c318 (diff) |
* methods/gpgv.cc:
- remove the keyrings count limit by using vector magic
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 845a37581..a328c1e1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low - remove targets refering to CVS or arch as they are useless * apt-pkg/depcache.cc: - be doublesure that the killer query is empty before starting reinstall + * methods/gpgv.cc: + - remove the keyrings count limit by using vector magic [ Jari Aalto ] * debian/rules: |