diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-04 15:36:11 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-04 15:36:11 +0100 |
commit | e779ece477b9af1cc774c80c17d1dbfa6feb2b01 (patch) | |
tree | e59a5b453e527a2d8823c76ae318356f5d37c0ee /debian | |
parent | 5273f1bf4da222c54e7abe9f3c6482496f8e09fd (diff) | |
parent | 5d149bfc7f34bc39e0edf8d9d98786cadefeeedf (diff) |
merged from apt-authentication-reliability
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 12b3b5ddc..b94835a35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,20 @@ apt (0.7.9ubuntu6) hardy; urgency=low + [ Michael Vogt ] + * cmdline/apt-key: + - add support for a master-keyring that contains signing keys + that can be used to sign the archive signing keys. This should + make key-rollover easier. + * apt-pkg/deb/dpkgpm.cc: + - merged patch from Kees Cook to fix anoying upper-case display + on amd64 in sbuild + * apt-pkg/algorithms.cc: + - add APT::Update::Post-Invoke-Success script slot * apt-pkg/deb/dpkgpm.cc: - add APT::Apport::MaxReports to limit the maximum number of reports generated in a single run (default to 3) - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100 apt (0.7.9ubuntu5) hardy; urgency=low |