r52121 - in /trunk/libgnupg-perl: ChangeLog GnuPG.pm GnuPG.spec META.yml debian/changelog

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


Author: carnil-guest
Date: Thu Feb  4 06:37:13 2010
New Revision: 52121

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52121
Log:
New upstream release 

Modified:
    trunk/libgnupg-perl/ChangeLog
    trunk/libgnupg-perl/GnuPG.pm
    trunk/libgnupg-perl/GnuPG.spec
    trunk/libgnupg-perl/META.yml
    trunk/libgnupg-perl/debian/changelog

Modified: trunk/libgnupg-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/ChangeLog?rev=52121&op=diff
==============================================================================
--- trunk/libgnupg-perl/ChangeLog (original)
+++ trunk/libgnupg-perl/ChangeLog Thu Feb  4 06:37:13 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: trunk/libgnupg-perl/GnuPG.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/GnuPG.pm?rev=52121&op=diff
==============================================================================
--- trunk/libgnupg-perl/GnuPG.pm (original)
+++ trunk/libgnupg-perl/GnuPG.pm Thu Feb  4 06:37:13 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: trunk/libgnupg-perl/GnuPG.spec
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/GnuPG.spec?rev=52121&op=diff
==============================================================================
--- trunk/libgnupg-perl/GnuPG.spec (original)
+++ trunk/libgnupg-perl/GnuPG.spec Thu Feb  4 06:37:13 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: trunk/libgnupg-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/META.yml?rev=52121&op=diff
==============================================================================
--- trunk/libgnupg-perl/META.yml (original)
+++ trunk/libgnupg-perl/META.yml Thu Feb  4 06:37:13 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               GnuPG
-version:            0.11
+version:            0.12
 abstract:           ~
 author:  []
 license:            unknown

Modified: trunk/libgnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/changelog?rev=52121&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/changelog (original)
+++ trunk/libgnupg-perl/debian/changelog Thu Feb  4 06:37:13 2010
@@ -1,8 +1,12 @@
-libgnupg-perl (0.11-2) UNRELEASED; urgency=low
+libgnupg-perl (0.12-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
   * Rewrite control description
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 01 Feb 2010 21:18:04 -0500
+  [ Salvatore Bonaccorso ]
+  * New upstream release 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 04 Feb 2010 07:35:45 +0100
 
 libgnupg-perl (0.11-1) unstable; urgency=low
 




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