From 7c756f57a818067b407d60806b690e2195c0279f Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Tue, 28 Dec 2010 10:31:25 -0500 Subject: [PATCH 1/1] update upstream changelog --- Changelog | 3 ++- Crypt/Monkeysphere/MSVA.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index bac0bd9..2c9dc9b 100644 --- a/Changelog +++ b/Changelog @@ -2,8 +2,9 @@ msva-perl (0.9~pre) upstream; * Add "email" context (checks for 's' capability) (closes MS #2688) * Add "openpgp4fpr" pkc type for providing OpenPGP v4 fingerprint + * Add --version option to msva-query-agent - -- Jameson Rollins Sat, 25 Dec 2010 12:05:04 -0500 + -- Jameson Rollins Tue, 28 Dec 2010 10:30:32 -0500 msva-perl (0.8) upstream; diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index eda2503..38162e0 100755 --- a/Crypt/Monkeysphere/MSVA.pm +++ b/Crypt/Monkeysphere/MSVA.pm @@ -41,7 +41,7 @@ # we need the version of GnuPG::Interface that knows about pubkey_data, etc: use GnuPG::Interface 0.42.02; - $VERSION = '0.8'; + $VERSION = '0.9~pre'; my $gnupg = GnuPG::Interface::->new(); $gnupg->options->quiet(1); -- 2.26.2