r52119 - in /branches/upstream/libgnupg-perl/current: ChangeLog GnuPG.pm GnuPG.spec META.yml

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Feb 4 06:29:32 UTC 2010


Author: carnil-guest
Date: Thu Feb  4 06:29:01 2010
New Revision: 52119

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52119
Log:
[svn-upgrade] Integrating new upstream version, libgnupg-perl (0.12)

Modified:
    branches/upstream/libgnupg-perl/current/ChangeLog
    branches/upstream/libgnupg-perl/current/GnuPG.pm
    branches/upstream/libgnupg-perl/current/GnuPG.spec
    branches/upstream/libgnupg-perl/current/META.yml

Modified: branches/upstream/libgnupg-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgnupg-perl/current/ChangeLog?rev=52119&op=diff
==============================================================================
--- branches/upstream/libgnupg-perl/current/ChangeLog (original)
+++ branches/upstream/libgnupg-perl/current/ChangeLog Thu Feb  4 06:29:01 2010
@@ -1,6 +1,10 @@
+2010-02-03  version 0.12 Mark Frost
+
+    * This release is merely some documentation fixes
+
 2010-01-27  version 0.11 Mark Frost
 
-    * The module should not properly handle the situation where a key is 
+    * The module should now properly handle the situation where a key is 
     setup with a blank passphrase, as long as passphrase => undef is provided 
     (or left out)
     * Fixed an issue where STDIN and STDOUT cannot be overridden in an 

Modified: branches/upstream/libgnupg-perl/current/GnuPG.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgnupg-perl/current/GnuPG.pm?rev=52119&op=diff
==============================================================================
--- branches/upstream/libgnupg-perl/current/GnuPG.pm (original)
+++ branches/upstream/libgnupg-perl/current/GnuPG.pm Thu Feb  4 06:29:01 2010
@@ -47,7 +47,7 @@
 
     Exporter::export_ok_tags( qw( algo trust ) );
 
-    $VERSION = '0.10';
+    $VERSION = '0.11';
 }
 
 use constant DSA_ELGAMAL    => 1;
@@ -887,7 +887,7 @@
 
 The size of the public key. Defaults to 1024. Cannot be less than
 768 bits, and keys longer than 2048 are also discouraged. (You *DO*
-know that your monitor may be leaking sensitive informations ;-).
+know that your monitor may be leaking sensitive information ;-).
 
 =item valid
 

Modified: branches/upstream/libgnupg-perl/current/GnuPG.spec
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgnupg-perl/current/GnuPG.spec?rev=52119&op=diff
==============================================================================
--- branches/upstream/libgnupg-perl/current/GnuPG.spec (original)
+++ branches/upstream/libgnupg-perl/current/GnuPG.spec Thu Feb  4 06:29:01 2010
@@ -1,6 +1,6 @@
 Summary: Perl interface to the Gnu Privacy Guard
 Name: GnuPG
-Version: 0.11
+Version: 0.12
 Release: 1c
 Source: http://www.cpan.org/modules/by-module/GnuPG/%{name}-%{version}.tar.gz
 Copyright: GPL
@@ -41,6 +41,10 @@
 %doc README ChangeLog NEWS
 
 %changelog
+* Wed Feb 03 2010  Mark B. Frost <mark.frost at icainformatics.com> 
+  [0.12-1c]
+- Updated to version 0.12.
+
 * Wed Jan 27 2010  Mark B. Frost <mark.frost at icainformatics.com> 
   [0.11-1c]
 - Updated to version 0.11.

Modified: branches/upstream/libgnupg-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgnupg-perl/current/META.yml?rev=52119&op=diff
==============================================================================
--- branches/upstream/libgnupg-perl/current/META.yml (original)
+++ branches/upstream/libgnupg-perl/current/META.yml Thu Feb  4 06:29:01 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               GnuPG
-version:            0.11
+version:            0.12
 abstract:           ~
 author:  []
 license:            unknown




More information about the Pkg-perl-cvs-commits mailing list