diff options
author | Julian Andres Klode <jak@debian.org> | 2016-03-06 19:47:53 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-03-06 19:48:39 +0100 |
commit | f009dd15f385e9df4ca0482a940870350ba2d160 (patch) | |
tree | b98c69e5c0ca91244df2c92efc5a07ca1c1fdada /debian | |
parent | 607bab3fe856d228f22e1cd96dbb7204e2f3375d (diff) |
Release 1.2.51.2.5
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6aabe9e59..f309b4a14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +apt (1.2.5) unstable; urgency=medium + + [ Daniel Kahn Gillmor ] + * apt-key del should correctly handle keyids prefixed with 0x + + [ David Kalnischkies ] + * support APT::Get::Build-Dep-Automatic again in build-dep + * add test for apt-key 0xKEY and use parameter expansion. + Thanks to James McCoy for the suggestion. (Closes: 816691) + * do not move not-failed pdiff-patches into CWD on failure (Closes: #816837) + * get group again after potential remap in Source: parse. + Thanks to Francesco Poli and Marc Haber for testdata. (Closes: 812251) + + [ Colin Watson ] + * Fix lzma write support to handle "try again" case (Closes: #751688) + + [ Julian Andres Klode ] + * Prevent double remapping of iterators and string views + * debian/control: Set Standards-Version to 3.9.7 + + -- Julian Andres Klode <jak@debian.org> Sun, 06 Mar 2016 19:47:45 +0100 + apt (1.2.4) unstable; urgency=medium [ David Kalnischkies ] |