-
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.
Merge pull request #154 from tofu-rocketry/release-3.2.0
Release 3.2.0 to master
- Loading branch information
Showing
10 changed files
with
409 additions
and
412 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,11 @@ | ||
Changelog for ssm | ||
================= | ||
* Thu Mar 18 2021 Adrian Coveney <[email protected]> - 3.2.0-1 | ||
- Added logging of what certificate DNs/subjects are being used to facilitate | ||
troubleshooting. | ||
- Added stomp.py as .deb package dependency to avoid broken installations. | ||
- Refactored code to enable simpler external calls and better testing. | ||
|
||
* Wed Dec 16 2020 Adrian Coveney <[email protected]> - 3.1.1-1 | ||
- Changed logging to reduce how verbose the logging of a 3rd-party module is. | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%endif | ||
|
||
Name: apel-ssm | ||
Version: 3.1.1 | ||
Version: 3.2.0 | ||
%define releasenumber 1 | ||
Release: %{releasenumber}%{?dist} | ||
Summary: Secure stomp messenger | ||
|
@@ -100,6 +100,12 @@ rm -rf $RPM_BUILD_ROOT | |
%doc %_defaultdocdir/%{name} | ||
|
||
%changelog | ||
* Thu Mar 18 2021 Adrian Coveney <[email protected]> - 3.2.0-1 | ||
- Added logging of what certificate DNs/subjects are being used to facilitate | ||
troubleshooting. | ||
- Added stomp.py as .deb package dependency to avoid broken installations. | ||
- Refactored code to enable simpler external calls and better testing. | ||
|
||
* Wed Dec 16 2020 Adrian Coveney <[email protected]> - 3.1.1-1 | ||
- Changed logging to reduce how verbose the logging of a 3rd-party module is. | ||
|
||
|
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
Oops, something went wrong.