diff --git a/AUTHORS b/AUTHORS index 3f85029..40f8b19 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ Andreas Jaeger Iswarya_Vakati Lisa Zangrando +Luong Anh Tuan Vincent Llorens ervin diff --git a/ChangeLog b/ChangeLog index c6ec4d5..399d323 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ CHANGES ======= +* Release v1.3.0 with packaging files +* 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 * Clean up oslo imports * Update the Sphinx documentation * fix packaging with docker and its documentation diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 42e4465..65fe32b 100755 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,24 @@ +python-synergy-service (1.3.0) unstable; urgency=low + + * 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 + * Clean up oslo imports + * Update the Sphinx documentation + * fix packaging with docker and its documentation + * Distribute tabulate as part of Synergy + * Remove versions for required packages + * fix missing "requests" from the requirements + * Updated coverage configuration file + * fix docker packaging for CentOS + * fix wrong version of eventlet + * fix docs for packaging with Ubuntu + * fix to get the synergy version when packaging + * fix required packages when packaging + + -- Vincent Llorens Tue, 06 Dec 2016 14:58:12 +0100 + python-synergy-service (1.2.0-1ubuntu1) unstable; urgency=low * use pbr fully for easier package building diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec index 2e4e68e..7ea950e 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.2.0 +Version: 1.3.0 Release: 1%{?dist} Summary: Synergy service @@ -92,6 +92,24 @@ if [ "$1" = 0 ]; then fi %changelog +* Tue Dec 06 2016 Vincent Llorens - 1.3.0-1 +- 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 +- Clean up oslo imports +- Update the Sphinx documentation +- fix packaging with docker and its documentation +- Distribute tabulate as part of Synergy +- Remove versions for required packages +- fix missing "requests" from the requirements +- Updated coverage configuration file +- fix docker packaging for CentOS +- fix wrong version of eventlet +- fix docs for packaging with Ubuntu +- fix to get the synergy version when packaging +- fix required packages when packaging + * Wed Nov 09 2016 Vincent Llorens - 1.2.0-1 - use pbr fully for easier package building - RPM: don't output errors on uninstallation