Skip to content

Commit

Permalink
Changelog/version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Trott committed Dec 8, 2010
1 parent 776abc3 commit 2963010
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Crypt::OpenPGP

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
bigint. Thanks to Sam Crawley for the fix.

1.05 2010.12.06
- Removed Math::Pari as a dependency of Crypt::OpenPGP itself (it's
still a dependency of some of the backends, including Crypt::RSA).
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.05';
$VERSION = '1.06';

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

0 comments on commit 2963010

Please sign in to comment.