Skip to content

Commit

Permalink
Prepare new CPAN release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyromanov committed Jun 23, 2014
1 parent e86e524 commit f62866f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Revision history for Crypt::OpenPGP

1.07 2014-06-23
- Reformatted Changes as per CPAN::Changes::Spec.
- Fixed hash randomisation bug (RT#81442).
- Documentation now references most recent "OpenPGP Message Format" RFC.
- Fixed typo in Pod (@dsteinbrunner).
- Improved ASCII armor detection (@gwillen).

1.06 2010-12-07
- Fixed an issue introduced in 1.05 on 32-bit systems in
Crypt::OpenPGP::Util::bigint2bin, where $base needed to be a
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/OpenPGP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use 5.008_001;

use vars qw( $VERSION );
$VERSION = '1.06';
$VERSION = '1.07';

use Crypt::OpenPGP::Constants qw( DEFAULT_CIPHER );
use Crypt::OpenPGP::KeyRing;
Expand Down

0 comments on commit f62866f

Please sign in to comment.