Skip to content

Commit

Permalink
Update Changes and Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Mar 20, 2021
1 parent a1cbb96 commit fb99312
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
20 changes: 16 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
Revision history for XML-Sig

0.44 - 2021-03-20
0.45 - 2021-03-20
[Significant features implemented since 0.43]

- Re-enable Perl 5.8 support
- Support for DSA 2048-bit and 3072-bit keys and signatures
- Allow verification of DSA signed XML using X509Certificate

[Full Change Log]

- TBD Update Changes and Increment version


0.44-TRIAL - 2021-03-20

[Significant features implemented]

- Added suport for DSA 2048-bit and 3072-bit keys and signatures
- Allow verification of DSA signed XML using X509Certificate

[Full Change Log]
- 52b6239 Update Changes and Increment version
- cde2eb7 Missed dist.ini in Crypt::OpenSSL::DSA 0.20 commit
- 8b88406 Fix author in dist.ini to match spec
- a1cbb96 Update Changes and Increment version
- 48a9f63 Missed dist.ini in Crypt::OpenSSL::DSA 0.20 commit
- ba5dd7c Fix author in dist.ini to match spec
- 7979049 Merge pull request #29 from perl-net-saml2/dsa2048
- d020cad Requires Crypt:OpenSSL::DSA 0.20
- fb6ebc9 Re-enable Perl 5.8 support
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
"Test::Exception" => 0,
"Test::More" => 0
},
"VERSION" => "0.44",
"VERSION" => "0.45",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/XML/Sig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ it -- all in accordance with the W3C standard governing XML signatures.
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);

$DEBUG = 0;
$VERSION = '0.44';
$VERSION = '0.45';

use base qw(Class::Accessor);
XML::Sig->mk_accessors(qw(key));
Expand Down

0 comments on commit fb99312

Please sign in to comment.