diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-03-29 13:13:25 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-03-29 13:13:25 +0200 |
commit | 92d956ea4d68789fa6d15702a4c2336039dcdb0f (patch) | |
tree | a1adf2bcc8474b7034621b8c7f78221241f4110e /debian | |
parent | 71d73928ae58d6faf81e7405830881e47281f423 (diff) |
be able to disable resolver with APT::Get::CallResolver and disable
auto installation with APT::Get::AutoSolving
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ed60a3047..e669077fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,11 +27,12 @@ apt (0.8.13.1) UNRELEASED; urgency=low if non is specified with APT::Architectures (Closes: #612958) * cmdline/apt-get.cc: - do not show simulation notice for non-root commands (Closes: #619072) - - be able to disable resolver with APT::Get::AutoSolving + - be able to disable resolver with APT::Get::CallResolver and disable + auto installation with APT::Get::AutoSolving * apt-pkg/deb/deblistparser.cc: - create foo:any provides for all architectures for an allowed package - -- David Kalnischkies <kalnischkies@gmail.com> Mon, 28 Mar 2011 14:10:43 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Tue, 29 Mar 2011 13:12:45 +0200 apt (0.8.13) unstable; urgency=low |