summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-07-21 17:50:54 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-07-21 17:50:54 +0200
commitaff278bfea6ebb29cad5de272eb9539057ddd3bd (patch)
treee278c2fae1b2d8be0e1035d7ffdb947de758acf5 /debian/changelog
parent0fad7309fbc20a7ca838e241e5118bf56f39946c (diff)
Only run Download-Upgradable and Unattended-Upgrades if the initial
update was successful Closes: #341970
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index cf9231105..668cf5596 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,6 @@ apt (0.7.21) UNRELEASED; urgency=low
* Updated cron script to support backups by hardlinks and
verbose levels. All features turned off by default.
* Added more error handlings. Closes: #438803, #462734, #454989,
- * Refactored condition structure to make download and upgrade performed
- if only previous steps succeeded. Closes: #341970
* Documented all cron script related configuration items in
configure-index.
@@ -29,7 +27,9 @@ apt (0.7.21) UNRELEASED; urgency=low
HttpMethod::ServerDie() (LP: #385144)
* apt-pkg/deb/dpkgpm.cc:
- provide DPkg::Chroot-Directory config option (useful for testing)
-
+ * Only run Download-Upgradable and Unattended-Upgrades if the initial
+ update was successful Closes: #341970
+
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 May 2009 17:51:42 +0200
[ Michael Vogt ]