diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-16 15:55:32 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-16 15:55:32 +0200 |
commit | 500400fedd6e57eb0162a0e41fdd9ba05a2cae3d (patch) | |
tree | 3fffa7da9f70932936c4a79ef40bf432f8edd815 /debian/changelog | |
parent | b270388bef045df8c1b364338f545791bba222c1 (diff) |
* apt-pkg/contrib/fileutl.cc:
- ensure that we close compressed fds, wait for forks and such even if
the FileFd itself is set to not autoclose the given Fd
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e451bf755..922c0720b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,9 @@ apt (0.9.4) UNRELEASED; urgency=low are no longer build in the same target as the manpages * apt-pkg/acquire-methods.cc: - factor out into private Dequeue() to fix access to deleted pointer + * apt-pkg/contrib/fileutl.cc: + - ensure that we close compressed fds, wait for forks and such even if + the FileFd itself is set to not autoclose the given Fd [ Raphael Geissert ] * apt-pkg/acquire*.cc: |