X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a2ebfa7c0ea7d31a64e6fa8c930558bdfe5ddcc..4be5a419ec94da00473952d816919782ffa260f0:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7f50cb74e7..bb5a774186 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +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. + + MSG + - New function: MSG_process_yield() + + Java + - Ensure that an actor can kill itself with Process::exit() + - Kill the obscure NativeException. Nobody want to survive the issues + it denotes, so use JniException that is a RuntimeException (not to + be catched explicitely). + + S4U + - New callbacks: + - simgrid::s4u::onPlatformCreated: right before the simulation starts + - simgrid::s4u::onSimulationEnd: right after the main simulation loop + + -- target_date=March 20 2017 -- Da SimGrid team + SimGrid (3.14.159) stable; urgency=low The previous release was only a crude approximation of a Pi release;