X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=sfa.spec;h=fcce983c08e65a136fec1e1ddaeb8c2cc362f5dd;hb=f8c653decd381476c40184f6c6859a4e36a7b12f;hp=7f7dc39ecfe0582c792c3bd43c629e70e3e65ebd;hpb=0608b0711ed52941ec895c32def263f6a369378b;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 7f7dc39e..fcce983c 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 3.1 -%define taglevel 7 +%define taglevel 9 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -264,6 +264,16 @@ fi #[ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Mon Jul 21 2014 Thierry Parmentelat - sfa-3.1-9 +- Register can change the user keys using 'reg-keys' as well as 'keys' +- also accept a single string rather than a list of keys +- remove 'geni_api' from the registry GetVersion (which is not based on geni anymore) +- bump the 'sfa' tag in the same registry GetVersion to 3 +- remove all mutable used as default arguments + +* Thu Jun 05 2014 Thierry Parmentelat - sfa-3.1-8 +- bugfix, sfi remove was broken + * Wed Jun 04 2014 Thierry Parmentelat - sfa-3.1-7 - sfi return code should be more meaningful - not yet for all commands though - DEFAULT_CREDENTIAL_LIFETIME now 28 days (was 31)