File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog for ssm
2
2
=================
3
+ * Thu Nov 27 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 2.1.5-0.2.rc2
4
+ - Added a warning for old versions of stomp.py (3.0.3 and lower) that are
5
+ limited to using SSL 3.0 for secure connections.
6
+
3
7
* Tue Nov 25 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 2.1.5-0.1.rc1
4
8
- The highest version of SSL/TLS available is now used (previously only SSLv3).
5
9
- Added python-ssl as a dependency (SL5/EL5 only).
Original file line number Diff line number Diff line change 5
5
6
6
Name: apel-ssm
7
7
Version: 2.1.5
8
- %define releasenumber 0.1.rc1
8
+ %define releasenumber 0.2.rc2
9
9
Release: %{releasenumber }%{?dist }
10
10
Summary: Secure stomp messenger
11
11
@@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
92
92
%doc %_defaultdocdir /%{name }
93
93
94
94
%changelog
95
+ * Thu Nov 27 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 2.1.5-0.2.rc2
96
+ - Added a warning for old versions of stomp.py (3.0.3 and lower) that are
97
+ limited to using SSL 3.0 for secure connections.
98
+
95
99
* Tue Nov 25 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 2.1.5-0.1.rc1
96
100
- The highest version of SSL/TLS available is now used (previously only SSLv3).
97
101
- Added python-ssl as a dependency (SL5/EL5 only).
You can’t perform that action at this time.
0 commit comments