From 4f228944829ce7335ff273bae5da2940c5c43752 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 23 Apr 2015 10:53:37 +0200 Subject: [PATCH] Setting tag sfa-3.1-15 major rework of the iotlab driver, that uses an IoT-lab REST API and so does not need to interact with LDAP and OAR directly deprecated cortexlab driver altogether cosmetic changes in displaying credentials, rights and certificates for hopefully more readable error messages always start postgresql if not running (ignore /etc/myplc-release) does not need lxc=enter-namespace anymore for make sync --- sfa.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sfa.spec b/sfa.spec index 71e96428..5a9e8ca8 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 3.1 -%define taglevel 14 +%define taglevel 15 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -253,6 +253,15 @@ fi #[ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Thu Apr 23 2015 Thierry Parmentelat - sfa-3.1-15 +- major rework of the iotlab driver, that uses an IoT-lab REST API +- and so does not need to interact with LDAP and OAR directly +- deprecated cortexlab driver altogether +- cosmetic changes in displaying credentials, rights and certificates +- for hopefully more readable error messages +- always start postgresql if not running (ignore /etc/myplc-release) +- does not need lxc=enter-namespace anymore for make sync + * Thu Apr 09 2015 Thierry Parmentelat - sfa-3.1-14 - for SSL & python-2.7.9: ignore server verification - assume 2.7: remove compat code - always use HTTPSConnection (not HTTPS anymore) -- 2.43.0