diff options
author | Julian Andres Klode <jak@debian.org> | 2017-05-05 14:52:43 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-05-05 14:52:43 +0200 |
commit | a90a6f585030f768e01bd38cd0788a14551b52a2 (patch) | |
tree | 0856b04bedb9bd3b99bc232c5f083248af87c7dc /debian | |
parent | fd408a7f6d2ccc7482cc09021e6111348421bf65 (diff) |
Ubuntu release 1.2.221.2.22
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 11 | ||||
-rw-r--r-- | debian/changelog | 14 |
2 files changed, 24 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index 934391456..a9e00166c 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,14 @@ +apt (1.2.22) 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 <juliank@ubuntu.com> Thu, 04 May 2017 22:54:02 +0200 + apt (1.2~exp1) experimental; urgency=medium [ Automatic removal of debs after install ] diff --git a/debian/changelog b/debian/changelog index b40e92c59..0403e2c4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,22 @@ +apt (1.2.22) xenial; 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 <juliank@ubuntu.com> Fri, 05 May 2017 14:51:57 +0200 + apt (1.2.21) xenial; urgency=medium * Microrelease covering fixes of 1.4 and 1.4.1 [ Julian Andres Klode ] * Ignore \.ucf-[a-z]+$ like we do for \.dpkg-[a-z]+$ - * systemd: Rework timing and add After=network-online (LP: #1615482) + * systemd: Rework timing and add After=network-online (was LP #1615482) [ David Kalnischkies ] * Fix and avoid quoting in CommandLine::AsString (LP: #1672710) |