Release v1.4.0

Update the required version of synergy-service.

Change-Id: I8fccb21a7b36b7f1fd7142ea0f08c42feb2ff342
This commit is contained in:
ervin 2017-01-30 15:55:17 +01:00
parent 9a96dcd6d5
commit 2edc9e2ef2
3 changed files with 22 additions and 2 deletions

View File

@ -1,8 +1,15 @@
CHANGES
=======
* Update of the links to the Synergy documentation
* Update of the Synergy configuration file
* The Synergy CLI is not SSL-enabled
1.3.0
-----
* Release v1.3.0 with packaging files
* Replaces uuid.uuid4 with uuidutils.generate_uuid(
* Replaces uuid.uuid4 with uuidutils.generate_uuid()
* [packaging] make docker aware of PKG_VERSION
* Added support for OpenStack DOMAIN to shell.py
* Update changelogs and system package versions

View File

@ -1,3 +1,11 @@
python-synergy-service (1.4.0) unstable; urgency=low
* Update of the links to the Synergy documentation
* Update of the Synergy configuration file
* The Synergy CLI is not SSL-enabled
-- Ervin Konomi <ervin.konomi@pd.infn.it> Mon, 30 Jan 2017 15:10:50 +0100
python-synergy-service (1.3.0) unstable; urgency=low
* Replaces uuid.uuid4 with uuidutils.generate_uuid

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.3.0
Version: 1.4.0
Release: 1%{?dist}
Summary: Synergy service
@ -92,6 +92,11 @@ if [ "$1" = 0 ]; then
fi
%changelog
* 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
- The Synergy CLI is not SSL-enabled
* Tue Dec 06 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 1.3.0-1
- Replaces uuid.uuid4 with uuidutils.generate_uuid
- [packaging] make docker aware of PKG_VERSION