[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.52

Alex Vandiver alexmv at bestpractical.com
Mon Feb 16 20:58:42 EST 2015


The branch, master has been updated
       via  32e982f4950d036d729e255b0ca9e9800bfca515 (commit)
      from  9663bc78276c002fc23c6c480482a84a864eb7e7 (commit)

Summary of changes:
 Changes                | 9 +++++++++
 lib/GnuPG/Interface.pm | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 32e982f4950d036d729e255b0ca9e9800bfca515
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Feb 16 20:58:26 2015 -0500

    Checking in changes prior to tagging of version 0.52.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 31e4d36..b42fd07 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,14 @@
     Revision history for GnuPG-Interface
    
    +0.52 - 2016-02-16
    + - Skip "grp" records, generated by GPG 2.1; this suppresses "unknown
    +   record type" warnings
    + - Add explicit Fatal dependency; though nominally part of code perl,
    +   RedHat's perl does not ship with it
    + - Ensure that the trustdb is created before attempting to encrypt; gpg2
    +   requires that it exist, even for commands with --trust-model=always.
    +   See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751266
    +
     0.51 - 2014-12-17
      - Update README file
      - Work around gpg2 bug by omitting --homedir during symmetric

diff --git a/Changes b/Changes
index 31e4d36..b42fd07 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for GnuPG-Interface
 
+0.52 - 2016-02-16
+ - Skip "grp" records, generated by GPG 2.1; this suppresses "unknown
+   record type" warnings
+ - Add explicit Fatal dependency; though nominally part of code perl,
+   RedHat's perl does not ship with it
+ - Ensure that the trustdb is created before attempting to encrypt; gpg2
+   requires that it exist, even for commands with --trust-model=always.
+   See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751266
+
 0.51 - 2014-12-17
  - Update README file
  - Work around gpg2 bug by omitting --homedir during symmetric
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 7f69294..f952f3e 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.51';
+$VERSION = '0.52';
 
 has $_ => (
     isa     => 'Any',

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list