Skip to content

Releases: dsully/perl-crypt-openssl-x509

2.0.1

09 Aug 09:35
60533bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

13 Jul 15:45
558885d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.15...2.0.0

1.9.15

19 Jun 14:38
Compare
Choose a tag to compare

1.9.15 2023-06-16

1.9.14

03 May 18:28
Compare
Choose a tag to compare

1.9.14 2022-05-03

  • Applied PR #109 from @ikedas fixing a bug found in 1.9.14-TRIAL, where the wrong API was called, propably due to a typo in the name

  • Applied PR #108 from @skaji a bug found in 1.9.14-TRIAL, where a possible interpolatation was probibited due to quoting

  • Applied patch from @ikedas PR #105 make the pattern match for LLVM version number in the 12 series a bit more liberal. This was followed up by PR #107 by @jonasbn

  • Applied patch from @timlegge PR #102 adressing issues: #45 and #95 with only a more strict use of compiler flags if environment variable AUTHOR_TESTING is set to true

  • Added enhancement from @michal-josef-spacek introducing use of Crypt::OpenSSL::Guess, which can be used to determine placement of OpenSSL libraries via PR #104. The idea originates from issue #97 raised by @ikedas and addresses: #94 also from @ikedas

  • The above was followed up by a PR from @jonasbn #106 enabling installation of configure section for CI jobs for both cpanm and cpm

  • Metadata on bug tracker was updated with release 1.9.13, documentation updated with this release. Addressing issue #80 raised by @skaji, update by @jonasbn

  • Patch from @timlegge via PR #103 improving handling of OpenSSL API versions

  • Patch from @skaji via PR #100 making use of constants in XS code

1.9.14-TRIAL

26 Apr 15:47
Compare
Choose a tag to compare

1.9.14-TRIAL 2022-04-26

  • Applied patch from @ikedas PR #105 make the pattern match for LLVM version number in the 12 series a bit more liberal. This was followed up by PR #107 by @jonasbn

  • Applied patch from @timlegge PR #102 adressing issues: #45 and #95 with only a more strict use of compiler flags if environment variable AUTHOR_TESTING is set to true

  • Added enhancement from @michal-josef-spacek introducing use of Crypt::OpenSSL::Guess, which can be used to determine placement of OpenSSL libraries via PR #104. The idea originates from issue #97 raised by @ikedas and addresses: #94 also from @ikedas

  • The above was followed up by a PR from @jonasbn #106 enabling installation of configure section for CI jobs for both cpanm and cpm

  • Metadata on bug tracker was updated with release 1.9.13, documentation updated with this release. Addressing issue #80 raised by @skaji, update by @jonasbn

  • Patch from @timlegge via PR #103 improving handling of OpenSSL API versions

  • Patch from @skaji via PR #100 making use of constants in XS code

  • This is a TRIAL release, in order to get some feedback from CPAN-testers prior to making a proper public release, since the release contains a significant number of changes. Additional trial releases might follow, based on findings and feedback

1.9.13

26 Feb 00:05
Compare
Choose a tag to compare

1.9.13 Sat Feb 26 00:36:28 CET 2022

  • The distribution has changed distribution toolchain from Module::Install to Dist::Zilla, thanks to @skaji for PR #96 and thanks to @timlegge for the review of the proposed changes

  • The macOS CI jobs have been improved with PRs #98 and #99 from @timlegge

1.9.13-TRIAL

20 Feb 20:57
Compare
Choose a tag to compare
1.9.13-TRIAL Pre-release
Pre-release

1.9.13-TRIAL Sun Feb 20 21:31:44 CET 2022

  • The distribution has changed distribution toolchain from Module::Install to Dist::Zilla, thanks to @skaji for PR #96 and thanks to @timlegge for the review of the proposed changes

  • The macOS CI jobs have been improved with PRs #98 and #99 from @timlegge

  • This is a TRIAL release, in order to get some feedback from CPAN-testers prior to making a proper public release, since the changes to the build system has been quite significant. Additional trial releases might follow, based on findings and feedback