diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-26 21:30:15 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-26 21:31:05 +0100 |
commit | de9762d5443b8a957fae781bbdc4a740cc6c4e6f (patch) | |
tree | 5c2973c7e3eadb951ae7ee3e22fabb74ff4a9c62 /debian | |
parent | b71b6802fe64723117bce6d91495a8af98ac528a (diff) |
Release 1.9.111.9.11
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 36 |
2 files changed, 37 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index 3b208f1b0..13fc64182 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,4 @@ -apt (1.9.11) UNRELEASED; urgency=medium +apt (1.9.11) experimental; urgency=medium apt(8) now waits for the lock indefinitely if connected to a tty, or for 120 seconds if not. diff --git a/debian/changelog b/debian/changelog index 4664128e6..8992cb181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +apt (1.9.11) experimental; urgency=medium + + [ Tomáš Janoušek ] + * bash completion: Add autopurge command + + [ Tris Emmy Wilson ] + * apt-mark: don't lie about successful marks + + [ Julian Andres Klode ] + * apt(8): Wait for lock (Closes: #754103) + * policy: Implement pinning by source package (Closes: #166032) + * Initialize libgcrypt on first use (Closes: #949074) + * Fix various compiler warnings + * Bump ABI to 6.0; update symbols file; cleanup ABI: + - Merge various function overloads together + - Make stuff that should be virtual virtual + - Default to hidden visibility + * Code removals: + - Use a 32-bit djb VersionHash instead of CRC-16 + - Remove CRC-16 implementation + * Hardening: + - tagfile: Check if memchr() returned null before using + - tagfile: Check out-of-bounds access to Tags vector + * Cache improvements: + - Type safe cache: Replace map_pointer_t with map_pointer<T> + - Extensibility: Add d-pointers to groups, packages, versions, and files + - Prepare for package hashtable removal: Swap locations of hashtables + + [ Nis Martensen ] + * apt-pkg/srcrecords.cc: 'source' means 'deb-src' in error message + + [ David Kalnischkies ] + * Parse records including empty tag names correctly + + -- Julian Andres Klode <jak@debian.org> Wed, 26 Feb 2020 21:29:48 +0100 + apt (1.9.10) experimental; urgency=medium [ David Kalnischkies ] |