diff --git a/CHANGELOG b/CHANGELOG index f0ce8006..fa8482ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ Changelog for ssm ================= + * Fri Nov 28 2014 Adrian Coveney - 2.1.5-0.3.rc3 + - Removed python-ssl as a dependency as it can be option in some contexts. + - Made it possible for old versions of stomp.py (3.0.3 and lower) to use + SSL/TLS versions that aren't SSL 3.0. + * Thu Nov 27 2014 Adrian Coveney - 2.1.5-0.2.rc2 - Added a warning for old versions of stomp.py (3.0.3 and lower) that are limited to using SSL 3.0 for secure connections. diff --git a/apel-ssm.spec b/apel-ssm.spec index a4d07ddb..d6bba459 100644 --- a/apel-ssm.spec +++ b/apel-ssm.spec @@ -5,7 +5,7 @@ Name: apel-ssm Version: 2.1.5 -%define releasenumber 0.2.rc2 +%define releasenumber 0.3.rc3 Release: %{releasenumber}%{?dist} Summary: Secure stomp messenger @@ -92,6 +92,11 @@ rm -rf $RPM_BUILD_ROOT %doc %_defaultdocdir/%{name} %changelog + * Fri Nov 28 2014 Adrian Coveney - 2.1.5-0.3.rc3 + - Removed python-ssl as a dependency as it can be option in some contexts. + - Made it possible for old versions of stomp.py (3.0.3 and lower) to use + SSL/TLS versions that aren't SSL 3.0. + * Thu Nov 27 2014 Adrian Coveney - 2.1.5-0.2.rc2 - Added a warning for old versions of stomp.py (3.0.3 and lower) that are limited to using SSL 3.0 for secure connections.