Skip to content

Commit a0fec09

Browse files
committed
Update version and changelogs for rc2
1 parent 5832fc7 commit a0fec09

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog for ssm
22
=================
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+
37
* Tue Nov 25 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 2.1.5-0.1.rc1
48
- The highest version of SSL/TLS available is now used (previously only SSLv3).
59
- Added python-ssl as a dependency (SL5/EL5 only).

apel-ssm.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name: apel-ssm
77
Version: 2.1.5
8-
%define releasenumber 0.1.rc1
8+
%define releasenumber 0.2.rc2
99
Release: %{releasenumber}%{?dist}
1010
Summary: Secure stomp messenger
1111

@@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
9292
%doc %_defaultdocdir/%{name}
9393

9494
%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+
9599
* Tue Nov 25 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 2.1.5-0.1.rc1
96100
- The highest version of SSL/TLS available is now used (previously only SSLv3).
97101
- Added python-ssl as a dependency (SL5/EL5 only).

0 commit comments

Comments
 (0)