diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-17 08:03:41 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-17 08:03:41 +0200 |
commit | e8022b09e73ee89d3b748e1c8dba82abba5b37f3 (patch) | |
tree | 2bc51615c21c16040dbb31ebf873bdd2a29565d0 /debian/changelog | |
parent | 5e9458e285af11c7fa4308add10d250e3546c8bf (diff) | |
parent | c420fe0096985234e861aaafc2b9908b6259a1bb (diff) |
Merge branch 'debian/sid' into feature/install-progress-refactor
Conflicts:
apt-pkg/deb/dpkgpm.cc
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index cc7a24c3a..65269de95 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 ] @@ -29,7 +43,7 @@ apt (0.9.12) unstable; urgency=low never remove packages * Rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8. This will show global install progress information in the - terminal window. + terminal. * Fix status-fd progress calculation for certain multi-arch install/upgrade situations * add new -o DpkgPM::Progress-Fancy for nicer dpkg progress output @@ -44,7 +58,7 @@ apt (0.9.12) unstable; urgency=low Acquire::PDiffs::FileLimit "0"; in /etc/apt/apt.conf to get the old behavior back. - -- Michael Vogt <mvo@debian.org> Wed, 09 Oct 2013 20:50:03 +0200 + -- Michael Vogt <mvo@debian.org> Wed, 09 Oct 2013 22:39:41 +0200 apt (0.9.11.4) unstable; urgency=low |