diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-06 17:29:55 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-06 17:29:55 +0100 |
commit | d9fe7642e735a5c264fbd301861aa3d24f36ec33 (patch) | |
tree | 62b76fa890197c6d9ecab6e5c78d54ebd3590012 /debian | |
parent | 5cc8cbf368251c4be4ffa1482fa5fb6b9d950452 (diff) |
releasing package apt version 0.9.13.2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1998eb616..e7eadc3d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +apt (0.9.13.2) unstable; urgency=low + + [ David Kalnischkies ] + * merge ubuntus apport reporting changes to reduce diff + * enable NOISE for build logs to enable analyse + * introduce a vendor system to change sources.list + * add a vendor specific file to have configurable entities + * use a substvar to set the archive-keyring in debian/control + * cherry-pick ubuntus (disabled) net-update fixes + * generate apt-key script with vendor info about keys + * drop old /var/state to /var/lib transition artefacts + + [ Steve Langasek ] + * prepare-release: declare the packages needed as source build deps. + + [ Michael Vogt ] + * enable release based selection for deb-src (closes: 731102) + * document Dpkg::Progress-Fancy (closes: 726169), thanks to James McCoy + * vendor/makefile: fix build error for parallel builds + * Handle SIGWINCH in APT::Progress-Fancy=1 + + -- Michael Vogt <mvo@debian.org> Fri, 06 Dec 2013 16:05:13 +0100 + apt (0.9.13.1) unstable; urgency=low [ Colin Watson ] |