Release v1.5.2
Synergy service updates. Change-Id: Ice34496114b3e4e333a9af724ad48e3bb39f4676
This commit is contained in:
parent
51e6dde4e5
commit
c631a38fe6
11
ChangeLog
11
ChangeLog
@ -1,6 +1,17 @@
|
|||||||
CHANGES
|
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
|
* Update synergy service packaging
|
||||||
|
|
||||||
1.5.0
|
1.5.0
|
||||||
|
@ -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
|
python-synergy-service (1.5.1) unstable; urgency=low
|
||||||
|
|
||||||
* Update synergy service packaging
|
* Update synergy service packaging
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
|
||||||
Name: python-synergy-service
|
Name: python-synergy-service
|
||||||
Version: 1.5.1
|
Version: 1.5.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Synergy service
|
Summary: Synergy service
|
||||||
|
|
||||||
@ -85,6 +85,14 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 21 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 1.5.1-1
|
||||||
- Update synergy service packaging
|
- Update synergy service packaging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user