[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.47_02-6-gc5fc99e
Alex Vandiver
alexmv at bestpractical.com
Mon Mar 10 11:32:24 EDT 2014
The branch, master has been updated
via c5fc99ea7bbec08b50da2075f83429bbd0b72e16 (commit)
from 023734455cb364b5503e25babaff2ebe0f68ea18 (commit)
Summary of changes:
ChangeLog | 6 ++++++
lib/GnuPG/Interface.pm | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c5fc99ea7bbec08b50da2075f83429bbd0b72e16
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Mar 10 11:32:06 2014 -0400
Checking in changes prior to tagging of version 0.48.
Changelog diff is:
diff --git a/ChangeLog b/ChangeLog
index 96f959e..cfa49d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+0.48 Mon Mar 10 11:26:17 EDT 2014
+ Switch from --always-trust to --trust-model=always
+
+0.47 Mon Mar 10 11:06:17 EDT 2014
+ No changes from 0.47_02
+
0.47_02 Fri Feb 14 11:16:17 EST 2014
Remove a stray 'use Data::Dumper::Concise' added in 0.47_01
diff --git a/ChangeLog b/ChangeLog
index 96f959e..cfa49d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+0.48 Mon Mar 10 11:26:17 EDT 2014
+ Switch from --always-trust to --trust-model=always
+
+0.47 Mon Mar 10 11:06:17 EDT 2014
+ No changes from 0.47_02
+
0.47_02 Fri Feb 14 11:16:17 EST 2014
Remove a stray 'use Data::Dumper::Concise' added in 0.47_01
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index ed5d6a9..5a28f8a 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -28,7 +28,7 @@ use Math::BigInt try => 'GMP';
use GnuPG::Options;
use GnuPG::Handles;
-$VERSION = '0.47';
+$VERSION = '0.48';
has $_ => (
isa => 'Any',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list