diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-22 18:33:43 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-22 18:33:43 +0200 |
commit | d3aac32ece65fd5424a94402f46db065298c07a8 (patch) | |
tree | 191908f412ec0a672ca4326bb042efee7a90c781 /debian | |
parent | f8b830ab5888ef2fc7d83b7a79c72fdcb9388748 (diff) |
* apt-pkg/contrib/fileutl.cc:
- dup() given compressed fd in OpenDescriptor if AutoClose
is disabled as otherwise gzclose() and co will close it
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e17ee702b..3c43f6589 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.9.6) UNRELEASED; urgency=low + + * apt-pkg/contrib/fileutl.cc: + - dup() given compressed fd in OpenDescriptor if AutoClose + is disabled as otherwise gzclose() and co will close it + + -- David Kalnischkies <kalnischkies@gmail.com> Tue, 22 May 2012 18:13:19 +0200 + apt (0.9.5) unstable; urgency=low [ Chris Leick ] |