From bed0e273dc96c680d3caf28115fa7091fccef56a Mon Sep 17 00:00:00 2001 From: Adrian Coveney Date: Mon, 9 Oct 2023 16:07:17 +0100 Subject: [PATCH] Update changelogs for 3.3.1 --- CHANGELOG | 9 +++++++++ apel-ssm.spec | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b0a161aa..84efd27c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ Changelog for ssm ================= +* Mon Oct 09 2023 Adrian Coveney - 3.3.0-1 + - Added warning that BDII broker fetching will be deprecated in a future version. + - Added non-zero exit status if sender or receiver crash. + - Fixed SSM hanging if TCP connection drops by adding timeout. + - Fixed directory queue system picking up sub-directories. + - Fixed AMS messaging library dependency issue. + - Fixed documentation for running a containerised receiver. + - Fixed a few minor code issues. + * Thu Jun 29 2023 Adrian Coveney - 3.3.0-1 - Added destination queue to the log during startup to aid troubleshooting. - Added check that the config file exists to allow for better error messages. diff --git a/apel-ssm.spec b/apel-ssm.spec index 64ca9672..5333bdc0 100644 --- a/apel-ssm.spec +++ b/apel-ssm.spec @@ -100,6 +100,15 @@ rm -rf $RPM_BUILD_ROOT %doc %_defaultdocdir/%{name} %changelog +* Mon Oct 09 2023 Adrian Coveney - 3.3.0-1 + - Added warning that BDII broker fetching will be deprecated in a future version. + - Added non-zero exit status if sender or receiver crash. + - Fixed SSM hanging if TCP connection drops by adding timeout. + - Fixed directory queue system picking up sub-directories. + - Fixed AMS messaging library dependency issue. + - Fixed documentation for running a containerised receiver. + - Fixed a few minor code issues. + * Thu Jun 29 2023 Adrian Coveney - 3.3.0-1 - Added destination queue to the log during startup to aid troubleshooting. - Added check that the config file exists to allow for better error messages.