From 93e1f10fa114df6d718bb0b3a1829eed0783ca16 Mon Sep 17 00:00:00 2001 From: Adrian Coveney Date: Fri, 30 Aug 2024 10:23:40 +0100 Subject: [PATCH] Update changelogs for 3.4.1 --- CHANGELOG | 8 ++++++++ apel-ssm.spec | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c35d5537..97dedbdb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +* Fri Aug 30 2024 Adrian Coveney - 3.4.1-1 + - Make use of pyOpenSSL to fix OpenSSL compatibility. + - Add a new FPM build script for RPM and DEB on EL8+. + - Remove title from CHANGELOG for FPM script compatibility. + - Update default options in config files for AMS usage and clarify comments. + - Character vs. byte strings fix for Python 3. + - Fix dependencies in FPM build script. + * Wed Feb 21 2024 Adrian Coveney - 3.4.0-1 - Fixed compatability with newer versions of OpenSSL that only provide comma separated DNs. - Fixed Python 3 compatability (indirectly fixing EL8+ compatability) by performing explicit diff --git a/apel-ssm.spec b/apel-ssm.spec index 07f0d766..1925746a 100644 --- a/apel-ssm.spec +++ b/apel-ssm.spec @@ -100,6 +100,14 @@ rm -rf $RPM_BUILD_ROOT %doc %_defaultdocdir/%{name} %changelog +* Fri Aug 30 2024 Adrian Coveney - 3.4.1-1 + - Make use of pyOpenSSL to fix OpenSSL compatibility. + - Add a new FPM build script for RPM and DEB on EL8+. + - Remove title from CHANGELOG for FPM script compatibility. + - Update default options in config files for AMS usage and clarify comments. + - Character vs. byte strings fix for Python 3. + - Fix dependencies in FPM build script. + * Wed Feb 21 2024 Adrian Coveney - 3.4.0-1 - Fixed compatability with newer versions of OpenSSL that only provide comma separated DNs. - Fixed Python 3 compatability (indirectly fixing EL8+ compatability) by performing explicit