File tree 6 files changed +19
-8
lines changed
6 files changed +19
-8
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.29 12-Jan-2021
4
+
5
+ Small release to update issues location to be github
6
+
7
+ TBD Update Changes and Increment version
8
+ 08e1a17 Fixes #7 - Move issues to github
9
+
3
10
0.28 04-Jul-2020
4
11
5
12
Increment Version for official release
6
13
14
+ 3cffcc7 Merge pull request #6 from perl-net-saml2/v0.27-prep
15
+ 9630745 (tag: 0.28, upstream/v0.27-prep) Release Version 0.28
16
+
7
17
0.27-TRIAL 03-Jul-2020
8
18
9
19
Some overhaul of the Moose code and a couple of XML::Sig fixes
@@ -12,8 +22,11 @@ Revision history for Perl extension Net::SAML2.
12
22
As a point of interest the external XML::Sig module has been updated
13
23
and is now capable of replacing Net::SAML2::XML::Sig
14
24
15
- eac8408 Update Changes
16
- 9352be7 Add contributing info
25
+ 9afd005 Increment version to 0.27
26
+ ccba8d8 Update Changes for v0.27
27
+ 82ed211 Update Changes
28
+ 5fe44e3 Add contributing info
29
+ e9c3fa8 Improve GitHub Action and reduce time required
17
30
2ecbc2b Use default Moose types instead of MooseX::Types::Moose
18
31
ecee8bf Add predicates to Net::SAML2::Protocol::AuthnRequest
19
32
7562ff1 Make use of builders instead of using BUILDARGS
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ my %WriteMakefileArgs = (
69
69
" XML::LibXML" => 0,
70
70
" XML::LibXML::XPathContext" => 0
71
71
},
72
- " VERSION" => " 0.28 " ,
72
+ " VERSION" => " 0.29 " ,
73
73
" test" => {
74
74
" TESTS" => " t/*.t t/author/*.t"
75
75
}
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
-
3
1
requires " Carp" => " 0" ;
4
2
requires " Class::Accessor" => " 0" ;
5
3
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.28 ' ;
7
+ our $VERSION = ' 0.29 ' ;
8
8
$VERSION = eval {$VERSION };
9
9
10
10
=head1 NAME
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use warnings;
7
7
use vars qw( $VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG) ;
8
8
9
9
$DEBUG = 0;
10
- $VERSION = ' 0.28 ' ;
10
+ $VERSION = ' 0.29 ' ;
11
11
12
12
use base qw( Class::Accessor) ;
13
13
Net::SAML2::XML::Sig-> mk_accessors(qw( canonicalizer 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.28 ' ;
12
+ $VERSION = ' 0.29 ' ;
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