Skip to content

Commit

Permalink
Update Changes and increment the version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed May 19, 2020
1 parent 80db64d commit ab5418d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,25 @@ Revision history for Perl extension Net::SAML2.
6fb076c Create README.md
963d871 (tag: 0.20.03-TRIAL) Add dist.ini
f4232c2 Update changes for 0.20.03 TRIAL

0.25 TBD

What happened to version v0.21 to v0.24?

The version of the embeded XML::Sig was higher that that of Net::SAML2
which causes some issues in packaging so this release simply skipped the
versions 0.21 to 0.24. Not much else to say

Minor changes for the most part but a requested release based on the
removal of XML::Cannonical. In fact that could be the only functionality
change present.

80db64d Add provides section of META
8b39923 Add github action to test build
38b05fd Make t/author/podcoverage.t a developer only test
7473f54 XML::Canonical was removed as an option due to its age
50d4314 t/09-authn-request.t: update tests for signed requests
bf07c83 Generate META.json via dist.ini
cac4ad7 Add missing pod info for Protocol/ArtifactResolve.pm
b260946 Update README.md

2 changes: 1 addition & 1 deletion lib/Net/SAML2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

require 5.008_001;

our $VERSION = '0.20';
our $VERSION = '0.25';
$VERSION = eval {$VERSION};

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/XML/Sig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);

$DEBUG = 0;
$VERSION = '0.24';
$VERSION = '0.25';

use base qw(Class::Accessor);
Net::SAML2::XML::Sig->mk_accessors(qw(canonicalizer key));
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/XML/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use XML::Tidy;
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);

$DEBUG = 0;
$VERSION = '0.20';
$VERSION = '0.25';

# We are exporting functions
use base qw/Exporter/;
Expand Down

0 comments on commit ab5418d

Please sign in to comment.