X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/400993260dd878fe2efe0650baeb255502bce927..d8a58294b59b5660e91410d5c9e5a48e44c67005:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index bb5a774186..2af5b4a087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,10 +2,12 @@ SimGrid (3.15) UNRELEASED; urgency=low - Rename NetCards to NetPoints. This was intended to help NS3 users, but that's not a netcard. - That's a point in the routing algorithm, let's avoid do wrong simplifications. + That's a point in the routing algorithm, let's avoid wrong simplifications. MSG - New function: MSG_process_yield() + - Renamed MSG_energy_plugin_init() -> MSG_host_energy_plugin_init() + to make room for the upcoming network energy plugin. Java - Ensure that an actor can kill itself with Process::exit() @@ -17,6 +19,7 @@ SimGrid (3.15) UNRELEASED; urgency=low - New callbacks: - simgrid::s4u::onPlatformCreated: right before the simulation starts - simgrid::s4u::onSimulationEnd: right after the main simulation loop + - Links are now usable from s4u -- target_date=March 20 2017 -- Da SimGrid team