-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c862f92
commit bed0e27
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
Changelog for ssm | ||
================= | ||
* Mon Oct 09 2023 Adrian Coveney <[email protected]> - 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 <[email protected]> - 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,15 @@ rm -rf $RPM_BUILD_ROOT | |
%doc %_defaultdocdir/%{name} | ||
|
||
%changelog | ||
* Mon Oct 09 2023 Adrian Coveney <[email protected]> - 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 <[email protected]> - 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. | ||
|