-
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.
Update version and changelogs for rc1
- Loading branch information
1 parent
3901cc8
commit e838d46
Showing
3 changed files
with
13 additions
and
3 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,10 @@ | ||
Changelog for ssm | ||
================= | ||
* Tue Nov 25 2014 Adrian Coveney <[email protected]> - 2.1.5-0.1.rc1 | ||
- The highest version of SSL/TLS available is now used (previously only SSLv3). | ||
- Added python-ssl as a dependency (SL5/EL5 only). | ||
- Minor tweaks made to logging calls and the logging level of certain messages. | ||
|
||
* Fri Aug 08 2014 Adrian Coveney <[email protected]> - 2.1.4-1 | ||
- Corrected version number used in Python code. | ||
|
||
|
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,8 +4,8 @@ | |
%endif | ||
|
||
Name: apel-ssm | ||
Version: 2.1.4 | ||
%define releasenumber 1 | ||
Version: 2.1.5 | ||
%define releasenumber 0.1.rc1 | ||
Release: %{releasenumber}%{?dist} | ||
Summary: Secure stomp messenger | ||
|
||
|
@@ -92,6 +92,11 @@ rm -rf $RPM_BUILD_ROOT | |
%doc %_defaultdocdir/%{name} | ||
|
||
%changelog | ||
* Tue Nov 25 2014 Adrian Coveney <[email protected]> - 2.1.5-0.1.rc1 | ||
- The highest version of SSL/TLS available is now used (previously only SSLv3). | ||
- Added python-ssl as a dependency (SL5/EL5 only). | ||
- Minor tweaks made to logging calls and the logging level of certain messages. | ||
|
||
* Fri Aug 08 2014 Adrian Coveney <[email protected]> - 2.1.4-1 | ||
- Corrected version number used in Python code. | ||
|
||
|
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