[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.42-3-g3b4b819

jesse jesse at bestpractical.com
Sun Oct 18 17:45:48 EDT 2009


The branch, master has been updated
       via  3b4b8195b7cb1681b25be9c3730873896f617323 (commit)
       via  e003509a5023c9b825bab6c436701a29fe4c24d1 (commit)
       via  3626822b80084ee50b261d12c156e734103e9dc2 (commit)
      from  76ea012be1908160bff8213e3d9daa9d19934719 (commit)

Summary of changes:
 ChangeLog              |    4 ++++
 lib/GnuPG/Interface.pm |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 3626822b80084ee50b261d12c156e734103e9dc2
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Sep 30 23:21:13 2009 +0900

    Checking in changes prior to tagging of version 0.42.  Changelog diff is:
    
    diff --git a/ChangeLog b/ChangeLog
    index b6f7f8d..46722fe 100644
    --- a/ChangeLog
    +++ b/ChangeLog
    @@ -1,3 +1,7 @@
    +0.42 Wed Sep 30 23:20:58 JST 2009
    +
    +	* Support for GPG2
    +
     0.41_01 Fri Sep 25 02:56:33 JST 2009
    
     	* Beginnings of support for GPG2

diff --git a/ChangeLog b/ChangeLog
index b6f7f8d..46722fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+0.42 Wed Sep 30 23:20:58 JST 2009
+
+	* Support for GPG2
+
 0.41_01 Fri Sep 25 02:56:33 JST 2009
 
 	* Beginnings of support for GPG2
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 11cb4dd..15588b4 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -26,7 +26,7 @@ use IO::Handle;
 use GnuPG::Options;
 use GnuPG::Handles;
 
-$VERSION = '0.41_01';
+$VERSION = '0.42';
 
 has $_ => (
     isa     => 'Any',

commit e003509a5023c9b825bab6c436701a29fe4c24d1
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Oct 12 14:34:35 2009 -0400

    Fix for documented typos reported by SYSMON Fixes rt.cpan.org#50377

diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 15588b4..570b36b 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -1108,11 +1108,11 @@ The following setup can be done before any of the following examples:
   my $pid = $gnupg->decrypt( handles => $handles );
 
   # This passes in the passphrase
-  print $passphrase_fd $passphrase;
-  close $passphrase_fd;
+  print $passphrase_fh $passphrase;
+  close $passphrase_fh;
 
   # this passes in the plaintext
-  print $input $_ while <$cipher_file>
+  print $input $_ while <$cipher_file>;
 
   # this closes the communication channel,
   # indicating we are done

commit 3b4b8195b7cb1681b25be9c3730873896f617323
Merge: e003509 76ea012
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Oct 18 17:45:21 2009 -0400

    Merge commit 'origin/master'
    
    * commit 'origin/master':
      Fix POD errors


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



More information about the Bps-public-commit mailing list