From: Thierry Parmentelat Date: Wed, 8 Feb 2017 20:17:12 +0000 (+0100) Subject: Setting tag plcapi-5.3-11 X-Git-Tag: plcapi-5.3-11^0 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=f9ac2727e6fbddf97e885ffa1271a562315fb274 Setting tag plcapi-5.3-11 mostly issued for the R2lab deployment *** major * dots allowed in login_base and slice name * new lease filter 'day' *** minor * more explicit message in case of overlapping resas * bugfix: escaping unicode in xml * GetLeases allowed to anonymous callers *** miscell * use plain json library --- diff --git a/plcapi.spec b/plcapi.spec index 0cae1a4..670a47f 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -1,6 +1,6 @@ %define name plcapi %define version 5.3 -%define taglevel 10 +%define taglevel 11 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -154,6 +154,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 08 2017 Thierry Parmentelat - plcapi-5.3-11 +- mostly issued for the R2lab deployment +- *** major +- * dots allowed in login_base and slice name +- * new lease filter 'day' +- *** minor +- * more explicit message in case of overlapping resas +- * bugfix: escaping unicode in xml +- * GetLeases allowed to anonymous callers +- *** miscell +- * use plain json library + * Sun Jul 10 2016 Thierry Parmentelat - plcapi-5.3-10 - GetBootMedium with systemd-debug option : add kernel arg systemd.log_target=console