summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2013-03-15 14:49:05 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2013-03-15 14:49:05 +0100
commitb38bb727530a7e836689ef100b07926522066986 (patch)
treeab277b22eb42e6a410a1ae8915bb1761ce8162f2 /debian
parent99ed26d32226f0dffe5a37fb78c5588f9d9ecfd5 (diff)
don't close stdout/stderr if it is also the statusfd
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bd4116406..0423cefa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ apt (0.9.7.9) UNRELEASED; urgency=low
* apt-pkg/contrib/gpgv.cc:
- ExecGPGV is a method which should never return, so mark it as such
and fix the inconsistency of returning in error cases
+ - don't close stdout/stderr if it is also the statusfd
-- David Kalnischkies <kalnischkies@gmail.com> Fri, 15 Mar 2013 14:15:43 +0100