X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=cc33d4325f0e7d9690fc20e30e93347ce4ce3d09;hb=903855875ecc3266c0d40fb52b740933dfd346ee;hp=0cf065fed26d673c4e7a5d232e282225eb934bed;hpb=44b98b6d8e6e28f9f2ed0b2742aa81fbf1f20567;p=plcapi.git diff --git a/PLCAPI.spec b/PLCAPI.spec index 0cf065f..cc33d43 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -1,6 +1,6 @@ %define name PLCAPI %define version 5.0 -%define taglevel 31 +%define taglevel 33 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -44,6 +44,7 @@ Requires: python-ldap # for memcache Requires: python-memcached Requires: memcached +Requires: Django ### avoid having yum complain about updates, as stuff is moving around # plc.d/api Conflicts: MyPLC <= 4.3 @@ -144,6 +145,26 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 07 2011 Thierry Parmentelat - plcapi-5.0-33 +- ratelimit aspects +- cache getslivers per node if PLC_GET_SIVERS_CACHE is enabled +- requires Django for cache_utils +- attempt to expose 'pldistro' to sfa +- last_time_spent_online, last_time_spent_offline: new fields in Node +- new slice tags 'isolate_loopback' and 'cpu_cores' +- refresh-peer federation logs dump exceptions +- modpython logs have a timestamp +- more verbose/accurate php error reporting +- postgresql listens on PLC_DB_HOST+localhost instead of 0.0.0.0 +- AddNode, UpdateNode: manage tags directly rather than through another method +- BootUpdateNode: only update once +- GetPersons: techs can access the list of persons on their site +- GetSlices and GetSliceTags: techs can see slices on their nodes +- GetSlivers: isrootonsite tag; cacheable + +* Tue Mar 22 2011 Thierry Parmentelat - plcapi-5.0-32 +- rename initscript_body into initscript_code + * Mon Mar 21 2011 Thierry Parmentelat - plcapi-5.0-31 - new initscript_body tag