diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-09-15 13:24:51 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-09-15 13:24:51 +0200 |
commit | c1cde32ed651337684f52f9aee6eead01b70d352 (patch) | |
tree | 61380c8833b47cb52f3f25102eacc864d37b7bee /debian/changelog | |
parent | 58d9e6e0f9bf93724637c8a5687fe22058fc75a1 (diff) |
* debian/apt.cron.daily:
- handle absolut directory paths correctly by loading directories
directly instead of building the paths on our own (Closes: #596421)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 174a263a9..bc862870b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ apt (0.8.5) UNRELEASED; urgency=low as requested by the backports crew (Closes: #596097) * apt-pkg/deb/deblistparser.cc: - overrule NotAutomatic in case of ButAutomaticUpgrades + * debian/apt.cron.daily: + - handle absolut directory paths correctly by loading directories + directly instead of building the paths on our own (Closes: #596421) - -- David Kalnischkies <kalnischkies@gmail.com> Tue, 14 Sep 2010 18:56:23 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Wed, 15 Sep 2010 13:24:16 +0200 apt (0.8.4) unstable; urgency=low |