summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2013-03-15 14:29:46 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2013-03-15 14:29:46 +0100
commit99ed26d32226f0dffe5a37fb78c5588f9d9ecfd5 (patch)
treed45910c553d7443d046d976941859a7e8f362f5d /debian
parent2f5b615169aef2d9c74bb337af229dee2dce595e (diff)
* 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
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ac630ad7e..bd4116406 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ apt (0.9.7.9) UNRELEASED; urgency=low
[ David Kalnischkies ]
* apt-pkg/indexcopy.cc:
- rename RunGPGV to ExecGPGV and move it to apt-pkg/contrib/gpgv.cc
+ * 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
-- David Kalnischkies <kalnischkies@gmail.com> Fri, 15 Mar 2013 14:15:43 +0100