Release v1.5.0
Update the required version of synergy-service. Change-Id: Ie2b80bc0e20ac6cab9d8018c9d53da92fce10f4c
This commit is contained in:
parent
5ec5c9dc42
commit
88e56e5d50
16
ChangeLog
16
ChangeLog
@ -1,6 +1,22 @@
|
||||
CHANGES
|
||||
=======
|
||||
|
||||
* add some unit tests for Trust
|
||||
* CLI: remove auth_token, unused vars and add tests
|
||||
* add some unit tests for ExecuteCommand
|
||||
* add some unit tests for the ManagerCommand class
|
||||
* simplify packaging with docker
|
||||
* fix one instance of "except Exception"
|
||||
* add some unit tests for HTTPCommand
|
||||
* fix missing elements in string formatting
|
||||
* remove support for SysV init and Upstart
|
||||
* Removed all managers parameters in synergy.conf
|
||||
* fix synergy erasing log file on upgrade
|
||||
|
||||
1.4.0
|
||||
-----
|
||||
|
||||
* Release v1.4.0
|
||||
* Update of the links to the Synergy documentation
|
||||
* Update of the Synergy configuration file
|
||||
* The Synergy CLI is not SSL-enabled
|
||||
|
@ -1,3 +1,19 @@
|
||||
python-synergy-service (1.5.0) unstable; urgency=low
|
||||
|
||||
* add some unit tests for Trust
|
||||
* CLI: remove auth_token, unused vars and add tests
|
||||
* add some unit tests for ExecuteCommand
|
||||
* add some unit tests for the ManagerCommand class
|
||||
* simplify packaging with docker
|
||||
* fix one instance of "except Exception"
|
||||
* add some unit tests for HTTPCommand
|
||||
* fix missing elements in string formatting
|
||||
* remove support for SysV init and Upstart
|
||||
* Removed all managers parameters in synergy.conf
|
||||
* fix synergy erasing log file on upgrade
|
||||
|
||||
-- Ervin Konomi <ervin.konomi@pd.infn.it> Mon, 20 Mar 2017 11:55:29 +0100
|
||||
|
||||
python-synergy-service (1.4.0) unstable; urgency=low
|
||||
|
||||
* Update of the links to the Synergy documentation
|
||||
|
@ -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.4.0
|
||||
Version: 1.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Synergy service
|
||||
|
||||
@ -85,6 +85,19 @@ if [ "$1" = 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Mar 20 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 1.5.0-1
|
||||
- add some unit tests for Trust
|
||||
- CLI: remove auth_token, unused vars and add tests
|
||||
- add some unit tests for ExecuteCommand
|
||||
- add some unit tests for the ManagerCommand class
|
||||
- simplify packaging with docker
|
||||
- fix one instance of "except Exception"
|
||||
- add some unit tests for HTTPCommand
|
||||
- fix missing elements in string formatting
|
||||
- remove support for SysV init and Upstart
|
||||
- Removed all managers parameters in synergy.conf
|
||||
- fix synergy erasing log file on upgrade
|
||||
|
||||
* Mon Jan 30 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 1.4.0-1
|
||||
- Update of the links to the Synergy documentation
|
||||
- Update of the Synergy configuration file
|
||||
|
Loading…
x
Reference in New Issue
Block a user