X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=6a59992cf95cdd9b13fda142f048ea7d2cebad71;hb=1ba7f6f2887ea828d8aa515f45993429df2b8b7a;hp=8cfcb157256b97f77c30ccde24263e766f09f2ea;hpb=41dbccd50ff76f503a9e53be608e675c5072c1a4;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 8cfcb157..6a59992c 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.0 -%define taglevel 4 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -224,6 +224,20 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Fri Dec 16 2011 Thierry Parmentelat - sfa-2.0-6 +- bugfix: sfi was not sending call_id with ListResources to v2 servers +- SFA_API_DEBUG replaced with SFA_API_LOGLEVEL +- PlDriver / PlShell : PLCAPI methods now explicitly go to the shell + +* Wed Dec 14 2011 Thierry Parmentelat - sfa-2.0-5 +- client: sfi -a / -p deprecated (use -s instead) +- client: sfi cleaned up +- client: sfi has backward support for APIv1 aggregates again +- server: only APIv2 is supported and should be rather strict +- server: settings for turning on/off caching in sm or am +- server: plc-dependant code has moved from aggregate to pldriver +- server: driver interface extended accordingly + * Fri Dec 09 2011 Thierry Parmentelat - sfa-2.0-4 - screwed up previous tag