diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-26 20:31:03 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-26 20:36:52 +0100 |
commit | 93e1565796b61eb44bec39f50e09a34cbe090178 (patch) | |
tree | ebb655eb7496799009b672c39799f670a596eb3e /debian/NEWS | |
parent | db678df196ccd8f9f6fb336706cf5701d1e53aa6 (diff) |
apt(8): Wait for frontend and cache lock
This is a rework of !6 with additional stuff for the frontend
lock, so we can lock the frontend lock and then keep looping
over dpkg lock.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 35b562dda..3b208f1b0 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,10 @@ +apt (1.9.11) UNRELEASED; urgency=medium + + apt(8) now waits for the lock indefinitely if connected to a tty, or + for 120 seconds if not. + + -- Julian Andres Klode <jak@debian.org> Wed, 26 Feb 2020 20:30:33 +0100 + apt (1.9.6) experimental; urgency=medium apt(8) no longer treats package names passed as regular expressions or fnmatch |