From: Thierry Parmentelat Date: Wed, 1 Dec 2010 16:48:43 +0000 (+0100) Subject: Setting tag plcapi-5.0-19 X-Git-Tag: plcapi-5.0-19^0 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4fe4060c9742365aead10c1d653166b4441e101f;p=plcapi.git Setting tag plcapi-5.0-19 tag permissions system based on roles and not min_role_ids accessors simplified accordingly (no more min_role_id) new methods AddRoleToTagType and DeleteRoleFromTagType accessor-related tagtypes are created sooner, and enforced cleaned up redundancy between db-config.d and accessors --- diff --git a/PLCAPI.spec b/PLCAPI.spec index a5acecf..9910408 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -2,7 +2,7 @@ %define name PLCAPI %define version 5.0 -%define taglevel 18 +%define taglevel 19 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -146,6 +146,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 01 2010 Thierry Parmentelat - plcapi-5.0-19 +- tag permissions system based on roles and not min_role_ids +- accessors simplified accordingly (no more min_role_id) +- new methods AddRoleToTagType and DeleteRoleFromTagType +- accessor-related tagtypes are created sooner, and enforced +- cleaned up redundancy between db-config.d and accessors + * Thu Sep 16 2010 Thierry Parmentelat - plcapi-5.0-18 - fix RefreshPeer that was not working in 5.0-17