X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=9a5988d66232a10e9e37c6047565a0ef60642c65;hb=a49996a942e69963c9be3d428647c7223a69ec23;hp=92d56a35d47a0c49286eaa547037b9c30da14c8e;hpb=45a414593d9672146370d8cfcc8027089ff46c8f;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 92d56a35..9a5988d6 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 1.0 -%define taglevel 26 +%define taglevel 29 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -193,10 +193,34 @@ if [ "$1" = 0 ] ; then fi %postun cm -[ "$1" -ge "1" ] && service sfa-cm restart - +[ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Fri Aug 05 2011 Thierry Parmentelat - sfa-1.0-29 +- tag 1.0-28 was broken due to typo in the changelog +- new class sfa/util/httpsProtocol.py that supports timeouts + +* Thu Aug 4 2011 Tony Mack - sfa-1.0-28 +- Resolved issue that caused sfa hold onto idle db connections. +- Fix bug that caused the registry to use the wrong type of credential. +- Support authority+sm type. +- Fix rspec merging bugs. +- Only load certs that have .gid extension from /etc/sfa/trusted_roots/ +- Created a 'planetlab' extension to the ProtoGENI v2 rspec for supporting + planetlab hosted initscripts using the tag +- Can now handle extraneous whitespace in the rspec without failing. + +* Fri Jul 8 2011 Tony Mack - sfa-1.0-27 +- ProtoGENI v2 RSpec updates. +- Convert expiration timestamps with timezone info in credentials to utc. +- Fixed redundant logging issue. +- Improved SliceManager and SFI client logging. +- Support aggregates that don't support the optional 'call_id' argument. +- Only call get_trusted_certs() at aggreage interfaces that support the call. +- CreateSliver() now handles MyPLC slice attributes/tags. +- Cache now supports persistence. +- Hide whitelisted nodes. + * Tue Jun 21 2011 Thierry Parmentelat - sfa-1.0-26 - fixed issues with sup authority signing - fixed bugs in remove_slivers and SliverStatus