From: schnorr Date: Fri, 11 May 2012 14:09:30 +0000 (+0200) Subject: [trace] update ChangeLog to report relevant changes in the tracing system X-Git-Tag: v3_7~11^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f73ccc48b2925d408dac8e9e8e3710fffc430fcd?hp=b8eff69e6f0fc093a4eafbfd34bcf2e8f083fb80 [trace] update ChangeLog to report relevant changes in the tracing system --- diff --git a/ChangeLog b/ChangeLog index 607038f753..3fbc1e397b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,6 +87,9 @@ SimGrid (3.7) NOT RELEASED; urgency=low * Trace header updated according to the latest Paje file format * Tracing network lazy updates, no longer obligate users to use full updates * --cfg=tracing/platform:1 also registers power/bandwidth variables + * Experimental: let user code declare/set/push/pop application states for hosts + * API changed to allow the manual creation of graph configuration files + for Triva. See TRACE_get_node_types() and TRACE_get_edge_types(). Lua: * Improve the API of Lua MSG bindings, using the Lua spirit.