X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=1f9d3a93309e772d64f96efa81502bedf91a4e87;hb=9f09a6395f14f1e39e608c470cd00fca2a8cf2b0;hp=f4fceafb7bf5d2445b533d4953889aa6d4915017;hpb=c6b53a0fa5f6f934da31a0487a6f5610028dde5c;p=sfa.git diff --git a/sfa.spec b/sfa.spec index f4fceafb..1f9d3a93 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 1.1 -%define taglevel 4 +%define taglevel 5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -204,6 +204,14 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Thu Nov 24 2011 Thierry Parmentelat - sfa-1.1-5 +- sfa should now be started *before* the initial import +- sfa to use its own database (default sfa) - can run without myplc +- server calls support optional 'options' +- client sends options in argument when needed +- fix infinite getattr recursion in elements/element.py +- error codes in line with geni + * Fri Nov 18 2011 Thierry Parmentelat - sfa-1.1-4 - fixed links and attributes in rspecs - minor cleanup in the API methods, and more consistent names in manager methods