diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-15 18:50:09 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-15 18:50:09 +0200 |
commit | daadc1460a9abf03489ba845a3f0f9fac3ec4544 (patch) | |
tree | e67f45f60cf0717a877e2ce2cd3749b57fe8ac18 | |
parent | 7ff4de5b121928a8e800bc31cbc6aa74d11dd47c (diff) |
releasing package apt version 0.9.12.10.9.12.1
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cc7a24c3a..379a66c80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +apt (0.9.12.1) unstable; urgency=low + + [ Michael Vogt ] + * do not send pkgname:arch over the APT::Status-Fd to not break + clients (closes: 726156). A new APT::Status-deb822-Fd will be + used to fix this. + * add integration tests for APT::Status-Fd + * add missing _() around the new "Progress" string + + [ David Kalnischkies ] + * fix progress-segfault in case of dpkg errors/prompts (Closes: 726047) + + -- Michael Vogt <mvo@debian.org> Tue, 15 Oct 2013 18:25:51 +0200 + apt (0.9.12) unstable; urgency=low [ Christian Perrier ] |