Skip to content

Commit

Permalink
Update Changes and version for release 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Feb 6, 2015
1 parent 2b631e9 commit 9665ea9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Crypt::PKCS11 history

Release 1.01 2015-02-06
- Changed attribute SubprimeBits to Subprime::Bits in order to not collide
with SubPrimeBits.

Release 1.00 2015-02-06
- First stable release.

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libcrypt-pkcs11-perl (1.01-1~unstable+1) unstable; urgency=low

* New release v1.01.

-- Jerry Lundström <[email protected]> Fri, 06 Feb 2015 12:30:04 +0100

libcrypt-pkcs11-perl (1.00-1~unstable+1) unstable; urgency=low

* New release v1.00.
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/PKCS11.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ our %CKZ_NAME = (
CKZ_SALT_SPECIFIED() => 'CKZ_SALT_SPECIFIED',
);

our $VERSION = '1.00';
our $VERSION = '1.01';

our (@ISA, %EXPORT_TAGS, @EXPORT_OK);
BEGIN {
Expand Down

0 comments on commit 9665ea9

Please sign in to comment.