File tree 6 files changed +27
-5
lines changed
6 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension Net::SAML2.
2
2
3
+ 0.30-TRIAL 13-Jan-2021
4
+
5
+ Significant Changes
6
+
7
+ 1. Replace Crypt::OpenSSL::Verify
8
+ 2. Merge latest XML::Sig
9
+
10
+ Warning: This release require the installation of Crypt::OpenSSL::Verify.
11
+
12
+ TBD Update Changes and Increment version
13
+ ccaa892 Remove the installation of Crypt::OpenSSL::VerifyX509 from action
14
+ 36d0a5c Move to Crypt-OpenSSL-Verify as Crypt-OpenSSL-Verify is not supported
15
+ af050d5 Merge pull request #8 from timlegge/merge-xml-sig
16
+ 91208a2 Update dependencies for Net::SAML2::XML::Sig
17
+ 359a0bd Merge XML::Sig version 0.39
18
+ 200c0ae Update some documentation details
19
+ ed3c265 Merge XML::Sig version 0.38
20
+ dfefef6 Remove XML::Lib added XML Declaration from Signed XML
21
+ a39774f Copy updated XML::Sig and update name and version
22
+
3
23
0.29 12-Jan-2021
4
24
5
25
Small release to update issues location to be github
6
26
7
- TBD Update Changes and Increment version
27
+ 6a03758 Update Changes and Increment version
8
28
08e1a17 Fixes #7 - Move issues to github
9
29
10
30
0.28 04-Jul-2020
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ my %WriteMakefileArgs = (
68
68
" Test::Pod::Coverage" => " 1.04" ,
69
69
" XML::LibXML::XPathContext" => 0
70
70
},
71
- " VERSION" => " 0.29 " ,
71
+ " VERSION" => " 0.30 " ,
72
72
" test" => {
73
73
" TESTS" => " t/*.t t/author/*.t"
74
74
}
Original file line number Diff line number Diff line change
1
+ # Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
2
+
1
3
requires " Carp" => " 0" ;
2
4
requires " Class::Accessor" => " 0" ;
3
5
requires " Crypt::OpenSSL::Bignum" => " 0" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
5
5
require 5.008_001;
6
6
7
- our $VERSION = ' 0.29 ' ;
7
+ our $VERSION = ' 0.30 ' ;
8
8
$VERSION = eval {$VERSION };
9
9
10
10
=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);
36
36
37
37
$DEBUG = 0;
38
38
# Based on XML::Sig VERSION = '0.39';
39
- $VERSION = ' 0.29 ' ;
39
+ $VERSION = ' 0.30 ' ;
40
40
41
41
use base qw( Class::Accessor) ;
42
42
Net::SAML2::XML::Sig-> mk_accessors(qw( key) );
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use XML::Tidy;
9
9
use vars qw( $VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG) ;
10
10
11
11
$DEBUG = 0;
12
- $VERSION = ' 0.29 ' ;
12
+ $VERSION = ' 0.30 ' ;
13
13
14
14
# We are exporting functions
15
15
use base qw/ Exporter/ ;
You can’t perform that action at this time.
0 commit comments