summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-05-11 14:46:58 +0200
committerJulian Andres Klode <jak@debian.org>2017-05-11 14:46:58 +0200
commit59929e14271f82baa4c7cba4a071df21fe5b9d27 (patch)
treea80615e81a07bc20a94ef710f749126ade8f78cf /debian
parent7b7bf4e4aa2ba0330f270798fed56bc2a9427071 (diff)
Release 1.4.31.4.3
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS11
-rw-r--r--debian/changelog10
2 files changed, 15 insertions, 6 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 0c31e4e2d..bff3621bc 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,11 +1,10 @@
apt (1.4.2) unstable; urgency=medium
- This release uncouples the the downloading of new package
- information and the upgrades from the installation of the
- upgrades. The downloading now takes place randomly throughout
- the day (thus spreading the load on mirrors), while the upgrade
- only starts between 6 and 7 (am) (so it is predictable when this
- runs and administrators can react quickly if anything breaks).
+ If periodic updates and unattended upgrades are enabled, the start of
+ periodic updates are now distributed over 24 hour intervals (as in 1.2
+ to 1.4), whereas starting unattended-upgrade has been restricted to a
+ time between 6 and 7 am. This only affects systems using systemd, other
+ systems still use the classical hourly cron job.
-- Julian Andres Klode <jak@debian.org> Thu, 04 May 2017 22:54:02 +0200
diff --git a/debian/changelog b/debian/changelog
index 883c5e548..94a1cb202 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+apt (1.4.3) unstable; urgency=medium
+
+ [ Julian Andres Klode ]
+ * Do not try to (re)start timers outside 'apt' package (Closes: #862001)
+
+ [ Miroslav Kure ]
+ * Updated Czech translation of apt (Closes: #861943)
+
+ -- Julian Andres Klode <jak@debian.org> Thu, 11 May 2017 14:46:28 +0200
+
apt (1.4.2) unstable; urgency=medium
[ Julian Andres Klode ]