diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-20 09:18:26 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-20 09:18:26 +0200 |
commit | 8c6d0ba4e25baa7b0dffc4e06e76fc63a71e656f (patch) | |
tree | c7256864e89df2aaaabdb2a0640e692022a882aa /debian | |
parent | 66d404e36661301bd7482c75351111d5bea2905b (diff) | |
parent | d4621f8277a76f3e5c87b06f7abd93df04446efc (diff) |
merge from the lp:~mvo/apt/mvo branch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8eca51cc4..f401f312c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +apt (0.9.2) UNRELEASED; urgency=low + + [ Michael Vogt ] + * apt-inst/contrib/extracttar.cc: + - ensure that in StartGzip the InFd is set to "AutoClose" to ensure + that the pipe is closed when InFd is closed. This fixes a Fd leak + (LP: #985452) + + [ Adam Conrad ] + * Set FD_CLOEXEC on history.log's FD (Closes: #610069, LP: #636010) + + [ Thorsten Spindler ] + * apt-pkg/deb/dpkgpm.cc: + - do not crash if (*I).Pkg is NULL (LP: #939867) + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 20 Apr 2012 09:13:19 +0200 + apt (0.9.1) unstable; urgency=low [ David Kalnischkies ] |