From 4fe4060c9742365aead10c1d653166b4441e101f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 1 Dec 2010 17:48:43 +0100 Subject: [PATCH] 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 --- PLCAPI.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.43.0