X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=9910408c2f8a658590c5091ee8071114e8f15ad8;hb=4fe4060c9742365aead10c1d653166b4441e101f;hp=a5acecf1efa81257cfb3a0096f5402f71697a534;hpb=981421fbc4d90301b4d1866f2695684ad4b7d616;p=plcapi.git 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