diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-08-28 22:26:32 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-08-28 22:26:32 +0200 |
commit | b093a199056673b55e6467ab9e22e8af15183c43 (patch) | |
tree | a7e26503f1f4325691612a6be4ed20233bcfe58e /debian | |
parent | e56aac77a45e7a9a5620be12dfae0e2296f1d560 (diff) |
* apt-pkg/contrib/configuration.cc:
- fix autoremove by using correct config-option name and
don't make faulty assumptions in error handling (Closes: #594689)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4ec71cbb6..072c00398 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,11 @@ apt (0.8.1) UNRELEASED; urgency=low pass this purge forward to the non-pseudo package for pseudos * apt-pkg/contrib/fileutl.cc: - apply SilentlyIgnore also on files without an extension + * apt-pkg/contrib/configuration.cc: + - fix autoremove by using correct config-option name and + don't make faulty assumptions in error handling (Closes: #594689) - -- David Kalnischkies <kalnischkies@gmail.com> Sat, 28 Aug 2010 17:53:00 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Sat, 28 Aug 2010 22:23:20 +0200 apt (0.8.0) unstable; urgency=low |