Skip to content

Commit

Permalink
Update changelogs for 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Aug 30, 2024
1 parent df59c2c commit 93e1f10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
* Fri Aug 30 2024 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 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 <adrian.coveney@stfc.ac.uk> - 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
Expand Down
8 changes: 8 additions & 0 deletions apel-ssm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ rm -rf $RPM_BUILD_ROOT
%doc %_defaultdocdir/%{name}

%changelog
* Fri Aug 30 2024 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 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 <adrian.coveney@stfc.ac.uk> - 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
Expand Down

0 comments on commit 93e1f10

Please sign in to comment.