Release v1.5.2

Synergy service updates.

Change-Id: Ice34496114b3e4e333a9af724ad48e3bb39f4676
This commit is contained in:
Lisa Zangrando 2017-07-18 11:34:39 +02:00
parent 51e6dde4e5
commit c631a38fe6
3 changed files with 31 additions and 1 deletions

View File

@ -1,6 +1,17 @@
CHANGES
=======
* Fixes on the authorization mechanism
* Enhancement in handling the parameters defined in the user request
* Missing security support
* Synergy should never raise Exception directly
* manager.notify() doesn't handle the NotImplementedError exceptions
* The synergy.log doesn't contain all logged messages
1.5.1
-----
* Release v1.5.1
* Update synergy service packaging
1.5.0

View File

@ -1,3 +1,14 @@
python-synergy-service (1.5.2) unstable; urgency=low
* Fixes on the authorization mechanism
* Enhancement in handling the parameters defined in the user request
* Missing security support
* Synergy should never raise Exception directly
* manager.notify() doesn't handle the NotImplementedError exceptions
* The synergy.log doesn't contain all logged messages
-- Ervin Konomi <ervin.konomi@pd.infn.it> Tue, 18 Jul 2017 11:05:42 +0200
python-synergy-service (1.5.1) unstable; urgency=low
* Update synergy service packaging

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: python-synergy-service
Version: 1.5.1
Version: 1.5.2
Release: 1%{?dist}
Summary: Synergy service
@ -85,6 +85,14 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Tue Jul 18 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 1.5.2-1
- Fixes on the authorization mechanism
- Enhancement in handling the parameters defined in the user request
- Missing security support
- Synergy should never raise Exception directly
- manager.notify() doesn't handle the NotImplementedError exceptions
- The synergy.log doesn't contain all logged messages
* Tue Mar 21 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 1.5.1-1
- Update synergy service packaging