From: Thierry Parmentelat Date: Fri, 20 Sep 2013 09:48:48 +0000 (+0200) Subject: Setting tag plcapi-5.2-9 X-Git-Tag: plcapi-5.2-9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=refs%2Ftags%2Fplcapi-5.2-9;p=plcapi.git Setting tag plcapi-5.2-9 add an hrn accessor for slice so the SFA code can keep track of the federation-wide name of the slice --- diff --git a/plcapi.spec b/plcapi.spec index f952bd1..ad1b86c 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -1,6 +1,6 @@ %define name plcapi %define version 5.2 -%define taglevel 8 +%define taglevel 9 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -146,6 +146,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 20 2013 Thierry Parmentelat - plcapi-5.2-9 +- add an hrn accessor for slice so the SFA code can keep track of the federation-wide name of the slice + * Wed Aug 28 2013 Thierry Parmentelat - plcapi-5.2-8 - fix for wsgi-based deployments, each thread has its own api()