From: Thierry Parmentelat Date: Fri, 4 Feb 2011 13:22:36 +0000 (+0100) Subject: Setting tag plcapi-5.0-28 X-Git-Tag: plcapi-5.0-28^0 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=c9a701975a02cfccef76b2330358848710de2072 Setting tag plcapi-5.0-28 fix db-config sequence : accessors step now merged in, and occurs at the right time db-config also more robust no more explicit 'accessors' step in plc.d --- diff --git a/PLCAPI.spec b/PLCAPI.spec index 1602734..b87fb4e 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -1,6 +1,6 @@ %define name PLCAPI %define version 5.0 -%define taglevel 27 +%define taglevel 28 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -144,6 +144,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 04 2011 Thierry Parmentelat - plcapi-5.0-28 +- fix db-config sequence : accessors step now merged in, and occurs at the right time +- db-config also more robust +- no more explicit 'accessors' step in plc.d + * Thu Feb 03 2011 Thierry Parmentelat - plcapi-5.0-27 - session auth: do *not* delete session when node runs a method that does not have 'node' role - session auth: remove support for bootonce in old boot CDs