diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-30 07:57:32 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-30 07:57:32 +0200 |
commit | e1dbde8dd006ca0ed6b7a6c383af7bbc60014912 (patch) | |
tree | 404a3c469869f9cf4a67ee43fbda8a7ed1bfdc6a /debian | |
parent | f5cd2dbfc493127b18d9ea2b0bb258b736b91cd4 (diff) |
* apt-pkg/packageset.h:
- add a simple wrapper around std::set for packages with it
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2755e7c5f..6980e5fcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ apt (0.7.26~exp6) UNRELEASED; urgency=low - correct "Dangerous iterator usage." pointed out by cppcheck * ftparchive/writer.h: - add a virtual destructor to FTWScanner class (for cppcheck) + * apt-pkg/packageset.h: + - add a simple wrapper around std::set for packages with it -- David Kalnischkies <kalnischkies@gmail.com> Sat, 29 May 2010 19:09:05 +0200 |