diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-06 18:48:34 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-06 18:48:34 +0100 |
commit | 5292fdba6e4cf5846720b2af69129d30d02ab8ad (patch) | |
tree | 515107b71d69e5d84dfa7bf0efcf18e3f639a8a4 /debian | |
parent | e779ece477b9af1cc774c80c17d1dbfa6feb2b01 (diff) | |
parent | 76264cb71becaeabc2df863272e440d494491a56 (diff) |
merged from mvo
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b94835a35..d1d3c5697 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ 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 @@ -10,9 +9,14 @@ apt (0.7.9ubuntu6) hardy; urgency=low on amd64 in sbuild * apt-pkg/algorithms.cc: - add APT::Update::Post-Invoke-Success script slot + - Make the breaks handling use the kill list. This means, that a + Breaks: Pkg (<< version) may put Pkg onto the remove list. * apt-pkg/deb/dpkgpm.cc: - add APT::Apport::MaxReports to limit the maximum number of reports generated in a single run (default to 3) + * apt-pkg/deb/debmetaindex.cc: + - add missing "Release" file uri when apt-get update --print-uris + is run -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100 |