[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.44-3-g9a3e4a8
Alex Vandiver
alexmv at bestpractical.com
Wed Oct 26 00:17:20 EDT 2011
The branch, master has been updated
via 9a3e4a8e06fb1c6049e8989f023ce0f345a461a9 (commit)
from 383a6a7069381e2dadcc3c2dc38bae53a546549d (commit)
Summary of changes:
ChangeLog | 6 +++++-
lib/GnuPG/Interface.pm | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9a3e4a8e06fb1c6049e8989f023ce0f345a461a9
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Oct 26 00:15:15 2011 -0400
Checking in changes prior to tagging of version 0.45.
Changelog diff is:
diff --git a/ChangeLog b/ChangeLog
index 088a4ff..f27c9eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
+0.45 Wed Oct 26 00:11:17 EDT 2011
+
+ Include trailing columns when parsing --fixed-list-mode output
+
0.44 Mon May 2 21:36:13 EDT 2011
-
+
Bump Math::BigInt dependency to get the new 'try GMP' syntax.
0.43 Tue Mar 8 09:13:31 EST 2011
diff --git a/ChangeLog b/ChangeLog
index 088a4ff..f27c9eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
+0.45 Wed Oct 26 00:11:17 EDT 2011
+
+ Include trailing columns when parsing --fixed-list-mode output
+
0.44 Mon May 2 21:36:13 EDT 2011
-
+
Bump Math::BigInt dependency to get the new 'try GMP' syntax.
0.43 Tue Mar 8 09:13:31 EST 2011
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index e1651b9..f39fd8b 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.44';
+$VERSION = '0.45';
has $_ => (
isa => 'Any',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list