diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-13 13:29:52 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-13 13:29:52 +0100 |
commit | 544cc111be38bd0a3dfc887da3a70610b3cabe9e (patch) | |
tree | a0999795c61b95e3a9ec2cf30575e22e1b4d7337 /debian/changelog | |
parent | c4f931f8570519323a49f320258e0ae9fb121acb (diff) | |
parent | 98ee49227a1f1669306cbfc1b15c5243ed13cc8a (diff) |
merged from lp:~donkult/apt/experimental
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8d54ab68d..32b271668 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ apt (0.8.16~exp14) UNRELEASED; urgency=low + [ Michael Vogt ] * apt-pkg/packagemanager.cc: - fix inconsistent clog/cout usage in the debug output + + [ David Kalnischkies ] + * apt-pkg/packagemanager.cc: + - recheck all dependencies if we changed a package in SmartConfigure + as this could break an earlier dependency (LP: #940396) + - recheck dependencies in SmartUnpack after a change, too - -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 07 Mar 2012 09:20:02 +0100 + -- David Kalnischkies <kalnischkies@gmail.com> Tue, 13 Mar 2012 12:38:35 +0100 apt (0.8.16~exp13) experimental; urgency=low |