forked from chrisa/perl-Crypt-OpenSSL-VerifyX509
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
111 lines (78 loc) · 2.83 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Revision history for Crypt-OpenSSL-VerifyX509
{{$NEXT}}
0.21 -- Sun Feb 27 08:52:20 AST 2022
[Major updates since 0.16]
- Move build process to Dist::Zilla
- Improve GitHub automated tests
- Move to File::Slurper for tests
- Fix Expired certificate in test
Thanks to the work of Shoichi Kaji (skaji) on the Crypt::OpenSSL::X509 PR
that was the base of the Dist::Zilla and to Jonas Brømsø (jonasbn) for help
with improving the tests.
[Updates since 0.20-TRIAL]
- f6b077b Increment version for release
- aecaee2 Add solaris flags
- 17ead69 (tag: 0.20) v0.20
0.20 -- Mon Feb 21 18:01:16 AST 2022
- b14022b Increment version for release
- 6c402c3 Cert had expired and was not considered an error
- 91c066a (tag: 0.19) v0.19
0.19 -- Mon Feb 21 12:01:21 AST 2022
- 62837bf Update version for release
- b7fd8dd Don't try to tag release twice
- a07a241 v0.18
- fe205a0 (tag: 0.18) Ignore Release notes files
0.18 -- Mon Feb 21 11:51:29 AST 2022
- d0d2cc2 Update version for release
- 434b4fe Only make warnings errors when AUTHOR_TESTING
- 0ca2bd8 v0.17
0.17 -- Sun Feb 20 20:17:22 AST 2022
- 7775d7b Merge pull request #3 from timlegge/dist-zilla
- b822ba5 Update version for release
- 99460c2 Improve github workflow for macOS tests
- be52043 Move to Dist::Zilla
- 0627532 Add test that shows the libSSL version
- d3fabab Can't control the libssl error only the VerifyX509 part
- ea5b292 Move from File::Slurp to File::Slurper
0.16 2021-06-03
- 643c7b6 Update version and changes
- 8ae1bcd Croak message text changed
0.15 2021-04-26
[Change Log]
- c5d1a33 Update version and changes
- 37ad7c9 Fix rt #135328 test fails on OpenBSD
- e884f80 MacOS support and tester
0.14 2021-04-23
First release since 2011, new maintainer
[Changes since 0.10]
- Fix for OpenSSL 1.1.0 compilation issues
- Minor fixes to tests, builds and updated certificates
[Change Log]
- 798b138 Update version and changes
- 94d9649 Update META files
0.13-TRIAL 2021-04-22
[Changes since 0.10]
- Fix for OpenSSL 1.1.0 compilation issues
- Minor fixes to test and updated certificates
[Change Log]
- af69709 Update version and changes
- f80888a Add provides to meta
0.12-TRIAL 2021-04-21
[Change Log]
- 1f08cff Update version and changes
- 9797d86 Ignore SIGNATURE file
- 8c0bac2 Merge pull request #2 from timlegge/github-actions
- 1654db1 Fix issues in actions
- d7273fc Improve tests and update certs
- 2652b42 Add extra dependencies
- 671f39d Add Module::Install to repo
- c625bb3 Add github actions for testing
- b695818 Fix minor release issues add Changes file
0.11-TRIAL - 2021-04-20
[New Maintainer]
- Timothy Legge <timlegge@gmail.com>
[Updates since 0.10]
- Fix for OpenSSL 1.1.0 compilation issues
- Minor updates to build
0.10 - 2011-01-18
Initial Release