diff options
author | Julian Andres Klode <jak@debian.org> | 2016-01-15 19:53:52 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-01-15 19:53:52 +0100 |
commit | 10aaf7cbf81864eefcc83c1dc197c05a40dc9ba9 (patch) | |
tree | 6597c3bbcf1f516a679fcef005f1e7cfaabfdae8 /debian | |
parent | ef6cc0e22a2933e0e36bc260179fdf0b86f9ac26 (diff) |
Release 1.21.2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index efd089764..94211f85a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +apt (1.2) unstable; urgency=medium + + [ Julian Andres Klode ] + * Do not break apt-file (<< 3.0~exp1~), 2.X works fine + * Version the build-depends on liblz4-dev to >= 0.0~r126 + * search: Handle packages without description (Closes: #810622) + * Only enable pipelining if server is HTTP/1.1 (Closes: #810796) + + [ Mattia Rizzolo ] + * Sort the list of sources to be built and linked (Closes: #810509) + + [ Michael Vogt ] + * Do not show multiple identical apt-cache showsrc entries (Closes: #734922) + + [ David Kalnischkies ] + * evaluate sourceslist-list-format entity in vendors sources.list. + Thanks to Niels Thykier for reporting on IRC + * update symbols file + * fix M-A:foreign provides creation for unknown archs + * revert file-hash based action-merging in acquire (Closes: 810046) + * return correct position in APT::StringView::(r)find + + [ Zhou Mo ] + * po: update simplified chinese programs translation + + -- Julian Andres Klode <jak@debian.org> Fri, 15 Jan 2016 19:52:19 +0100 + apt (1.2~exp1) experimental; urgency=medium [ Beatrice Torracca ] |