File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension Net::SAML2.
22
3- 0.31-TRIAL 15-Jan-2021
3+ 0.32 16-Jan-2022
4+
5+ Version 0.31-TRIAL with version incremented
6+ Significant Changes since 0.29
7+
8+ 1. Replace Crypt::OpenSSL::Verify509
9+ 2. Merge latest XML::Sig
410
511 TBD Update Changes and Increment version
12+
13+ 0.31-TRIAL 15-Jan-2021
14+
15+ 78fe988 Update Changes and Increment version
16+ 71d67e5 Merge pull request #11 from timlegge/xml-writer
617 2c6780a Fixes #10: XML::Writer requires newer version
718
8190.30-TRIAL 13-Jan-2021
920
1021 Significant Changes
1122
12- 1. Replace Crypt::OpenSSL::Verify
23+ 1. Replace Crypt::OpenSSL::Verify509
1324 2. Merge latest XML::Sig
1425
1526 Warning: This release require the installation of Crypt::OpenSSL::Verify.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ my %WriteMakefileArgs = (
6868 " Test::Pod::Coverage" => " 1.04" ,
6969 " XML::LibXML::XPathContext" => 0
7070 },
71- " VERSION" => " 0.31 " ,
71+ " VERSION" => " 0.32 " ,
7272 " test" => {
7373 " TESTS" => " t/*.t t/author/*.t"
7474 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
44
55require 5.008_001;
66
7- our $VERSION = ' 0.31 ' ;
7+ our $VERSION = ' 0.32 ' ;
88$VERSION = eval {$VERSION };
99
1010=head1 NAME
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
3636
3737$DEBUG = 0;
3838# Based on XML::Sig VERSION = '0.39';
39- $VERSION = ' 0.31 ' ;
39+ $VERSION = ' 0.32 ' ;
4040
4141use base qw( Class::Accessor) ;
4242Net::SAML2::XML::Sig-> mk_accessors(qw( key) );
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use XML::Tidy;
99use vars qw( $VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG) ;
1010
1111$DEBUG = 0;
12- $VERSION = ' 0.31 ' ;
12+ $VERSION = ' 0.32 ' ;
1313
1414# We are exporting functions
1515use base qw/ Exporter/ ;
You can’t perform that action at this time.
0 commit comments