Skip to content

Commit

Permalink
Update version and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Apr 23, 2021
1 parent 94d9649 commit 798b138
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
Revision history for Crypt-OpenSSL-VerifyX509

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]
- TBD Update version and changes
- c51858f 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]
- TBD Update version and changes
- af69709 Update version and changes
- f80888a Add provides to meta

0.12-TRIAL 2021-04-21
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"provides" : {
"Crypt::OpenSSL::VerifyX509" : {
"file" : "VerifyX509.pm",
"version" : "0.13"
"version" : "0.14"
}
},
"release_status" : "stable",
Expand All @@ -58,7 +58,7 @@
"url" : "http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509"
}
},
"version" : "0.13",
"version" : "0.14",
"x_maintainers" : [
"Timothy Legge <timlegge@gmail.com>"
],
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ no_index:
provides:
Crypt::OpenSSL::VerifyX509:
file: VerifyX509.pm
version: '0.13'
version: '0.14'
requires:
Crypt::OpenSSL::X509: '1.807'
perl: '5.008001'
resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Crypt-OpenSSL-VerifyX509
license: http://dev.perl.org/licenses
repository: http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509
version: '0.13'
version: '0.14'
x_maintainers:
- 'Timothy Legge <timlegge@gmail.com>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Expand Down
2 changes: 1 addition & 1 deletion VerifyX509.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

require 5.008_001;

our $VERSION = '0.13';
our $VERSION = '0.14';

use Crypt::OpenSSL::X509;

Expand Down

0 comments on commit 798b138

Please sign in to comment.