X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=ffc8d7e0aaceb93a0d0a9f7e2a5152f13a7b5f5b;hb=ad1b801fdfa48a26996efa6d4fbecd64c68d043d;hp=6a59992cf95cdd9b13fda142f048ea7d2cebad71;hpb=8357e209c250c847415728c6cd2d697be1f4498a;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 6a59992c..ffc8d7e0 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.0 -%define taglevel 6 +%define taglevel 8 %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,18 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Wed Jan 4 2012 Tony Mack - sfa-2.0-8 +- bugfix: Fixed a bug in the sfa-import-plc.py script that caused the script to + exit when it encountered a user with an invalid public key. +- server: imporved logging in sfa-import-plc.py + +* Tue Jan 3 2012 Tony Mack - sfa-2.0-7 +- bugfix: Fixed appending public keys in CreateSliver +- bugfix: Fixed various bugs in the PGv2/GENIv3 request, advertisement and manifest rspecs. +- client: -c --current option allows users to request the current/uncached rspec. +- server: Added 'geni_api_versions' field to GetVersion() output. +- server: Moved PLC specific code from sfa.importer.sfaImport to sfa.importer.sfa-import-plc. + * 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