X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;fp=sfa.spec;h=00cf3ec33f6135cb989debe03bca6e9f6738bab9;hb=f3d825457ff4881b8c9658967f8ed159a01dfcaa;hp=46af058a4587dfabcb30f48708be7ef75ab656bf;hpb=7928eda8ae331272276237740075e23c6fcfb63f;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 46af058a..00cf3ec3 100644 --- a/sfa.spec +++ b/sfa.spec @@ -34,6 +34,7 @@ Requires: libxslt-python Requires: python-ZSI # xmlbuilder depends on lxml Requires: python-lxml +Requires: python-setuptools # python 2.5 has uuid module added, for python 2.4 we still need it. # we can't really check for if we can load uuid as a python module, @@ -154,14 +155,17 @@ chkconfig --add sfa %post cm chkconfig --add sfa-cm %changelog -* Thu Apr 08 2010 Tony Mack - sfa-0.9-11 +* Thu May 11 2010 Tony Mack - sfa-0.9-11 - SfaServer now uses a pool of threads to handle requests concurrently - sfa.util.rspec no longer used to process/manage rspecs (deprecated). This is now handled by sfa.plc.network and is not backwards compatible -- PIs can now get a slice credential for any slice at thier site without having to be a member of the slice +- PIs can now get a slice credential for any slice at their site without having to be a member of the slice - Registry records for federated peers (defined in registries.xml, aggregates.xml) updated when sfa service is started - Interfaces will try to fetch and install gids from peers listed in registries.xml/aggregates.xml if gid is not found in /etc/sfa/trusted_roots dir -- Componet manager does not install gid files if slice already has them - +- Component manager does not install gid files if slice already has them +- Server automatically fetches and installs peer certificats (defined in registries/aggregates.xml) when service is restarted. +- fix credential verification exploit (verify that the trusted signer is a parent of the object it it signed) +- made it easier for root authorities to sign their sub's certifiacate using the sfa-ca.py (sfa/server/sfa-ca.py) tool + * Thu Jan 21 2010 anil vengalil - sfa-0.9-10 - This tag is quite same as the previous one (sfa-0.9-9) except that the vini and max aggregate managers are also updated for urn support. Other features are: - - sfa-config-tty now has the same features like plc-config-tty