summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-05-04 22:57:12 +0200
committerJulian Andres Klode <jak@debian.org>2017-05-04 22:57:12 +0200
commit1179ac70e9ad100d507c276e6d8de1f9aba08104 (patch)
tree53f682f8616cbfd2e5f3005ac166eb795c7a5140 /debian
parent6bc40ffd444affd870e0053fa349575faa4d586f (diff)
Release 1.4.21.4.2
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS11
-rw-r--r--debian/changelog12
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 67275f6e4..0c31e4e2d 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,14 @@
+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).
+
+ -- Julian Andres Klode <jak@debian.org> Thu, 04 May 2017 22:54:02 +0200
+
apt (1.4~beta1) unstable; urgency=medium
Support for GPG signatures using the SHA1 or RIPE-MD/160 hash
diff --git a/debian/changelog b/debian/changelog
index 7740ca948..883c5e548 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+apt (1.4.2) unstable; urgency=medium
+
+ [ Julian Andres Klode ]
+ * Run unattended-upgrade -d in download part
+ * apt.systemd.daily: Add locking
+ * Split apt-daily timer into two (LP: #1686470)
+
+ [ Matt Kraai ]
+ * bash-completion: Fix spelling of autoclean (Closes: #861846)
+
+ -- Julian Andres Klode <jak@debian.org> Thu, 04 May 2017 22:52:10 +0200
+
apt (1.4.1) unstable; urgency=medium
[ Julian Andres Klode ]