X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e85c76b6a9ca821cdb7e153ff1d4e69835080cac..bf893303cdcaf2d6a2a93116e6b86570a1d768e4:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 60ce7d100c..d7bfa97605 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,9 +10,13 @@ SimGrid (3.15) UNRELEASED; urgency=low That's a point in the routing algorithm, let's avoid wrong simplifications. MSG - - New function: MSG_process_yield() + - New: MSG_process_yield(). Stop and yield to other processes. + - New: MSG_process_daemon(). Daemon processes are automatically killed + when the last non-daemon process terminates + - New: MSG_process_ref/unref(). Fiddle with the process refcounting. - Renamed MSG_energy_plugin_init() -> MSG_host_energy_plugin_init() to make room for the upcoming network energy plugin. + - Drop MSG_host_get_current_power_peak: dupplicates MSG_host_get_speed Java - Ensure that an actor can kill itself with Process::exit() @@ -28,6 +32,7 @@ SimGrid (3.15) UNRELEASED; urgency=low - s4u::Host::onSpeedChange: when the pstate is changed, or when an event from the availability_file changes the avail speed. - Links are now usable from s4u + - Drop Host::getPstateSpeedCurrent() which dupplicates Host::speed() SimDag - Backwards Compatibility breaks @@ -56,7 +61,11 @@ SimGrid (3.15) UNRELEASED; urgency=low XBT - Kill the fifo data container: we don't use it anymore. - + + XML + - A can now be created with different speed values to represent pstates. + see examples/platforms/energy_cluster.xml for an example. + -- target_date=March 20 2017 -- Da SimGrid team SimGrid (3.14.159) stable; urgency=low