[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.42_02
Jesse Vincent
jesse at bestpractical.com
Sat Jun 5 18:53:21 EDT 2010
The branch, master has been updated
via ad53b365e732804640aaeeeb39bc77d5a5d9c5a1 (commit)
from e33e2d54b56ac968ea76fb120b92ec305eeea1ec (commit)
Summary of changes:
ChangeLog | 3 +++
lib/GnuPG/Interface.pm | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit ad53b365e732804640aaeeeb39bc77d5a5d9c5a1
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Jun 5 18:54:01 2010 -0400
Checking in changes prior to tagging of version 0.42_02.
Changelog diff is:
diff --git a/ChangeLog b/ChangeLog
index 30dbf01..1addf00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.42_02
+ Additional cleanups from dkg
+
0.42_01 Mon May 10 10:50:49 EDT 2010
GnuPG::Revoker: improve docs, compare() should fail if the signature counts differ - dkg
Handle revoker packets (rvk) - dkg
diff --git a/ChangeLog b/ChangeLog
index 30dbf01..1addf00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.42_02
+ Additional cleanups from dkg
+
0.42_01 Mon May 10 10:50:49 EDT 2010
GnuPG::Revoker: improve docs, compare() should fail if the signature counts differ - dkg
Handle revoker packets (rvk) - dkg
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 2d86fa1..01dbe92 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -27,7 +27,7 @@ use Math::BigInt try => 'GMP';
use GnuPG::Options;
use GnuPG::Handles;
-$VERSION = '0.42_01';
+$VERSION = '0.42_02';
has $_ => (
isa => 'Any',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list