From 3036f1e491ec1c71fb8fe9ff35954cebb2574320 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 25 Apr 2007 00:49:41 +0200 Subject: * NMU * Fix broken use of awk in apt-key that caused removal of the wrong keys from the keyring. Closes: #412572 --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 77f0224d1..8294c45d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,14 @@ apt (0.6.47) UNRELEASED; urgency=low -- Michael Vogt Mon, 18 Dec 2006 19:39:05 +0100 +apt (0.6.46.4-0.1) unstable; urgency=emergency + + * NMU + * Fix broken use of awk in apt-key that caused removal of the wrong keys + from the keyring. Closes: #412572 + + -- Joey Hess Mon, 26 Feb 2007 16:00:22 -0500 + apt (0.6.46.4) unstable; urgency=high * ack NMU (closes: #401017) -- cgit v1.2.3 From c2f2b86252cec3a9ec68df2f55850067faa705d6 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 23 May 2007 09:34:18 +0200 Subject: * implement SourceVer() in pkgRecords (thanks to Daniel Burrows for the patch!) --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 8294c45d9..c487bc8dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ apt (0.6.47) UNRELEASED; urgency=low + * implement SourceVer() in pkgRecords + (thanks to Daniel Burrows for the patch!) * apt-pkg/algorithm.cc: - use clog for all debugging - only increase the score of installed applications if they -- cgit v1.2.3