Skip to content

Commit 3dab98e

Browse files
committed
Increment version and update Changes file (missed 0.60)
1 parent 02a57cb commit 3dab98e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

Changes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@ Revision history for XML-Sig
22

33
{{$NEXT}}
44

5+
[Notable Changes since 0.59]
6+
7+
- Forgot to update the Change for 0.60
8+
- Minor fixes for ecdsa, DSA
9+
- Improve test to handle xmlsec1 and openssl version differences
10+
11+
- 02a57cb v0.60
12+
- 44e3f47 Fix tests for changes to xmlsec output
13+
- 5d790dd Update repo version
14+
- 66b6886 Auto install dependencies in github action
15+
- 3f5e789 use Test::Sig::XML for hmac tests
16+
- 6699eed Improve tests for xmlsec and openssl version differences
17+
- 0b57351 Add support for key name to hmac to satisfy xmlsec tests
18+
- 86fb23f Fix missing SKIP in t/008_sign_saml.t
19+
- 983f1e0 Fix DSA implementation regarding keysize to signature hashing alg
20+
- 1186d53 Fix workflows with updated images
21+
- 45c7e13 Really fix hard-coded ecdsa key name
22+
- 97c01bb disabled ripemd160 between 3.0.0 and 3.0.6
23+
- 203e875 fix hard coded file name for loading ecdsa key
24+
- 4bdf307 v0.59
25+
526
0.60 -- Sun Mar 12 21:27:52 ADT 2023
627

728
0.59 -- Thu Nov 24 22:24:32 AST 2022

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ my %WriteMakefileArgs = (
4747
"Test::More" => 0,
4848
"namespace::autoclean" => 0
4949
},
50-
"VERSION" => "0.60",
50+
"VERSION" => "0.61",
5151
"test" => {
5252
"TESTS" => "t/*.t"
5353
}

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NAME
33
Signatures
44

55
VERSION
6-
version 0.60
6+
version 0.61
77

88
SYNOPSIS
99
my $xml = '<foo ID="abc">123</foo>';

0 commit comments

Comments
 (0)