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 Jan 16, 2021
1 parent 78fe988 commit 780de03
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
Revision history for Perl extension Net::SAML2.

0.31-TRIAL 15-Jan-2021
0.32 16-Jan-2022

Version 0.31-TRIAL with version incremented
Significant Changes since 0.29

1. Replace Crypt::OpenSSL::Verify509
2. Merge latest XML::Sig

TBD Update Changes and Increment version

0.31-TRIAL 15-Jan-2021

78fe988 Update Changes and Increment version
71d67e5 Merge pull request #11 from timlegge/xml-writer
2c6780a Fixes #10: XML::Writer requires newer version

0.30-TRIAL 13-Jan-2021

Significant Changes

1. Replace Crypt::OpenSSL::Verify
1. Replace Crypt::OpenSSL::Verify509
2. Merge latest XML::Sig

Warning: This release require the installation of Crypt::OpenSSL::Verify.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ my %WriteMakefileArgs = (
"Test::Pod::Coverage" => "1.04",
"XML::LibXML::XPathContext" => 0
},
"VERSION" => "0.31",
"VERSION" => "0.32",
"test" => {
"TESTS" => "t/*.t t/author/*.t"
}
Expand Down
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.31';
our $VERSION = '0.32';
$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 @@ -36,7 +36,7 @@ use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);

$DEBUG = 0;
# Based on XML::Sig VERSION = '0.39';
$VERSION = '0.31';
$VERSION = '0.32';

use base qw(Class::Accessor);
Net::SAML2::XML::Sig->mk_accessors(qw(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.31';
$VERSION = '0.32';

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

0 comments on commit 780de03

Please sign in to comment.