diff --git a/Changes b/Changes index 5a193a6d..e706855a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,38 @@ Revision history for Perl extension Net::SAML2. +{{$NEXT}} + + [Significant Changes since 0.40] + + - COMPATABILITY WARNING: version 0.44 will likely make sha256 the default + - HTTP-Redirect now supports signing and verifying with more than rsa-sha1 + - include HTTP-Post for SingleLogoutService in generated metadata + - Destination missing in LogoutRequest + - Added PingIdentity to the tested IdPs + - Most other changes related to the testapp Saml2Test (in git repo) + + [Change Log] + - f694501 testapp: prevent app error if the are no slo_urls + - c2c9e4b testapp: revert previous change to sls-redirect-response + - c9532b3 Fixes #30 - Modules withou version and cleanup missing Abstract + - 9c5585b Merge pull request #37 from timlegge/testapp + - c51ba51 Tested compatiblity against PingIdentity + - b4d3fe9 Remove end of line spaces + - 41ef582 testapp: provide documentation on how to use the Saml2Test application + - 5a8ebb7 Fixes #36 testapp: metadata is rendered as text by the browser + - f1e2eca testapp: add .gitignore file testapp + - ca4b8bd Fixes #35: Metadata does not include HTTP-Post for SingleLogoutService + - 64008da testapp: Better org_name + - 22073bb Update certificates with 10 year expiration + - f215c40 testapp: add lightttpd.conf to proxy https traffic to testapp on port 3000 + - f92ba77 testapp: provide lighttpd config to deliver a metatdata.xml file + - 2d671a4 Fixes #32: HTTP-Redirect should support more than sha1 + - 5e2425a testapp: Make required settings configurable + - f70b0a5 Fixes #34: testapp: Dancer request_uri is not decoded + - 8c0d048 testapp: Fixes #33 Destination is not properly assigned + - 6e0a685 Fixes #31 Destination missing in LogoutRequest + - 652c763 testapp: support post for LogoutResponse + 0.40 - 2021-07-26 [Significant Changes since 0.38] diff --git a/dist.ini b/dist.ini index 77b6976c..f76177d5 100644 --- a/dist.ini +++ b/dist.ini @@ -32,7 +32,7 @@ contributor = Timothy Legge [ConfirmRelease] [UploadToCPAN] -[GatherDir] +[Git::GatherDir] exclude_filename = cpanfile exclude_filename = Makefile.PL exclude_filename = dev-bin/cpanm @@ -46,10 +46,10 @@ match = ico [CPANFile] -[CopyFilesFromBuild::Filtered] -copy = cpanfile -copy = Makefile.PL -copy = README +;[CopyFilesFromBuild::Filtered] +;copy = cpanfile +;copy = Makefile.PL +;copy = README [CopyFilesFromRelease] copy = cpanfile, Makefile.PL, README @@ -75,5 +75,18 @@ web = https://github.com/perl-net-saml2/perl-Net-SAML2/issues [Test::NoTabs] [PodWeaver] -[VersionFromModule] +[NextRelease] +format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d +filename = Changes + +[Git::NextVersion] +first_version = 0.001 ; this is the default +version_by_branch = 0 ; this is the default +version_regexp = ^(0.\d+)$ ; this is the default +[WriteVersion] +[Git::Tag] +tag_format = %V ; this is the default +tag_message = %V ; this is the default +[Git::Commit] +changelog = Changes ; this is the default [Signature]