diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-05-22 16:49:29 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-05-22 16:49:29 +0200 |
commit | bee21a4fa46041d8d6cec7d830a9387958a2fc90 (patch) | |
tree | 3050494c0735149d82b4921a328bfb0b2a4adb4e | |
parent | 0f3150e7040f45565b459a1390606bc2f714f6a8 (diff) |
prepare release 1.0.9.10
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 00322b8c4..96ecbabd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +apt (1.0.9.10) UNRELEASED; urgency=medium + + [ Michael Vogt ] + * Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626) + * Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded + syscalls + * Fix endless loop in apt-get update that can cause disk fillup + (LP: #1445239) + + [ Helmut Grohne ] + * parse arch-qualified Provides correctly (Closes: 777071) + + -- Michael Vogt <mvo@debian.org> Fri, 22 May 2015 16:42:27 +0200 + apt (1.0.9.9) unstable; urgency=medium [ David Kalnischkies ] |