diff --git a/ChangeLog b/ChangeLog index 399d323..9c0d041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 65fe32b..8b94969 100755 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -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 Mon, 30 Jan 2017 15:10:50 +0100 + python-synergy-service (1.3.0) unstable; urgency=low * Replaces uuid.uuid4 with uuidutils.generate_uuid diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec index 7ea950e..9474742 100755 --- a/packaging/rpm/python-synergy.spec +++ b/packaging/rpm/python-synergy.spec @@ -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 - 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 - 1.3.0-1 - Replaces uuid.uuid4 with uuidutils.generate_uuid - [packaging] make docker aware of PKG_VERSION