X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/67634e9178fa9195d4b6fffb61e86ccd81a783d9..7c7ec98b454f4402a77b6a492ae29feb6a290376:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 77ee0e4883..5deb010419 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,11 +10,13 @@ SimGrid (3.15) UNRELEASED; urgency=low That's a point in the routing algorithm, let's avoid wrong simplifications. MSG - - New: 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() @@ -30,6 +32,8 @@ 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 + - New: Engine::hostList() and Engine::hostCount(). Still clumsy. + - Drop Host::getPstateSpeedCurrent() which dupplicates Host::speed() SimDag - Backwards Compatibility breaks