X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/37624505f97c2dd6e7b6f646907dfbaf2d18d2da..96700e4ab10ad214352f8c9746033af9b20b2905:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1c1e96fd7c..095ef382ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,10 +43,11 @@ SimGrid (3.7) NOT RELEASED; urgency=low Switch to MSG_task_{send,recv} instead, or compile Simgrid command line 'cmake -Dcustom_flags="-DMSG_USE_DEPRECATED" .' if you really need to use these (crappy) functions in your code. - These functions will be removed at some point. Stop using them now. + These functions will be removed soon. Stop using them now. * Deprecate MSG_get_host_{table,number} Implement MSG_hosts_as_dynar() instead. * Implement MSG_processes_as_dynar() (Closes gforge #13642) + * Remove the public field msg_host_t->name. Use MSG_host_get_name() Simix: * Stabilize the parallel execution mode of user contexts @@ -85,6 +86,7 @@ SimGrid (3.7) NOT RELEASED; urgency=low * Deprecated function TRACE_msg_set_process_category completely removed * 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 Lua: * Improve the API of Lua MSG bindings, using the Lua spirit.