summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--[-rwxr-xr-x]Changes70
1 files changed, 70 insertions, 0 deletions
diff --git a/Changes b/Changes
index f6b8d96..da0b998 100755..100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,75 @@
Revision history for Perl extension Crypt::OpenSSL::PKCS10.
+0.25 -- Sun Oct 15 20:41:15 ADT 2023
+
+ [Significant updates since 0.24]
+ - Maybe really fix issue on old OpenSSL versions
+
+ [Change Log]
+ - 200762b Release - get release notes from SignReleaseNotes file
+ - 467f2ff Fix really old openssl version issue
+ - 85fa71a v0.24
+
+0.24 -- Sat Oct 07 16:11:58 ADT 2023
+
+ [Significant updates since 0.23]
+ - Move the git repo to the perl-openssl organization
+ - Minor build fixes for strawberry perl
+
+ [Change Log]
+ - 019e8ca Update version number for release
+ - 8b45c3e Moving repository to the perl-openssl organization
+ - 217aad6 Fix build issue on old strawvberry perls
+ - 45d9721 Add support for GitHub::CreateRelease
+ - cfe776f v0.23
+
+0.23 -- Sun Aug 13 14:39:03 ADT 2023
+
+ [Significant updates since 0.20]
+ - First release with new maintainer TIMLEGGE
+ - Support openssl greater than 1.0 without warnings
+ - Fix builds on Solaris, windows and most bsds
+ - Several bugfixes from the issues list
+ - Missed indexing in 0.22 provides was not in META
+
+ [Change Log]
+ - aff07b2 Move pm file to allow indexing to work properly
+ - eb0c2e4 v0.22
+
+0.22 -- Sat Aug 12 09:45:26 ADT 2023
+
+ [Significant updates since 0.20]
+ - First release with new maintainer TIMLEGGE
+ - Support openssl greater than 1.0 without warnings
+ - Fix builds on Solaris, windows and most bsds
+ - Several bugfixes from the issues list
+
+ [Change Log]
+ - 52d9525 Add Dist::Zilla support for making releases
+ - 4b09efa Increment version for next release
+ - b34afb7 CHanges updated for 0.21
+
+0.21 Sun 06 Aug 11:04:29 AM ADT 2023
+
+ - First release with new maintainer TIMLEGGE
+ - The following commits were added to 0.20 (27c5490 Initial commit)
+ - 61f9315 Increment Version for upcoming release
+ - 002eac3 Update repo in META files
+ - fcd0063 Add cpanfile, better README.md and remove default XS module generated README
+ - bc9707b Fixes #111030 - Memory leak in parse_name
+ - fc7103f Support multiple openssl versions without deprecated warnings
+ - 998ffa5 Fixes 120727 Error in synopsis
+ - f4b7c6f Remove exec bit from files
+ - 08276f2 Add some githoub actions to test builds
+ - 27e4d6e Sample fixes for Makefile.PL for solaris
+ - bf4c941 Another SvPV returns char * not unsigned char *
+ - 01414b7 Update to a newer ppport.h
+ - 1553f36 add_ext and add_ext_raw requires STACK_OF(X509_EXTENSION) not STACK_OF(X509_REQUEST)
+ - 84bf9ab X509_NAME_add_entry_by_txt second parameter is const char
+ - 35e1db5 Possible fix for solaris compiler token error
+ - bf7cae7 SvPV returns char pointer not unsigned char pointer
+ - 27c5490 Initial commit
+
0.20 Mon Jul 17 12:26:03 PM PDT 2023
- Fix #148807 (thanks Michal Josef Špaček)