1.9.14
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 bothcpanm
andcpm
-
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