Skip to content

Commit af69709

Browse files
committed
Update version and changes
1 parent f80888a commit af69709

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

Changes

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
Revision history for Crypt-OpenSSL-VerifyX509
22

3-
0.12-TRIAL 2021-04-21
3+
0.13-TRIAL 2021-04-22
4+
5+
[Changes since 0.10]
6+
- Fix for OpenSSL 1.1.0 compilation issues
7+
- Minor fixes to test and updated certificates
48

59
[Change Log]
610
- TBD Update version and changes
11+
- f80888a Add provides to meta
12+
13+
0.12-TRIAL 2021-04-21
14+
15+
[Change Log]
16+
- 1f08cff Update version and changes
717
- 9797d86 Ignore SIGNATURE file
818
- 8c0bac2 Merge pull request #2 from timlegge/github-actions
919
- 1654db1 Fix issues in actions

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"provides" : {
4646
"Crypt::OpenSSL::VerifyX509" : {
4747
"file" : "VerifyX509.pm",
48-
"version" : "0.12"
48+
"version" : "0.13"
4949
}
5050
},
5151
"release_status" : "stable",
@@ -60,7 +60,7 @@
6060
"url" : "http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509"
6161
}
6262
},
63-
"version" : "0.12",
63+
"version" : "0.13",
6464
"x_maintainers" : [
6565
"Timothy Legge <[email protected]>"
6666
],

META.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ no_index:
2424
provides:
2525
Crypt::OpenSSL::VerifyX509:
2626
file: VerifyX509.pm
27-
version: '0.12'
27+
version: '0.13'
2828
requires:
2929
Crypt::OpenSSL::X509: 0
3030
perl: 5.8.1
3131
resources:
3232
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Crypt-OpenSSL-VerifyX509
3333
license: http://dev.perl.org/licenses
3434
repository: http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509
35-
version: '0.12'
35+
version: '0.13'
3636
x_maintainers:
3737
- 'Timothy Legge <[email protected]>'
3838
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'

Makefile.PL

100755100644
File mode changed.

VerifyX509.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
require 5.008_001;
77

8-
our $VERSION = '0.12';
8+
our $VERSION = '0.13';
99

1010
use Crypt::OpenSSL::X509;
1111

0 commit comments

Comments
 (0)