X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=6a59992cf95cdd9b13fda142f048ea7d2cebad71;hb=1ba7f6f2887ea828d8aa515f45993429df2b8b7a;hp=180743b5bc404302dc284cad87134aa0b7b35479;hpb=1ef21eca6adf4225daed7298cf64730decb5a681;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 180743b5..6a59992c 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.0 -%define taglevel 3 +%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,23 @@ 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 + * Fri Dec 09 2011 Thierry Parmentelat - sfa-2.0-3 - client side revisited with a bootstrap library - client side has a new source layout