X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3f9587e71330e7471ef675d2652cee260a0e3a96..05802314e39c9863b01a42b3a23134047b8e616d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7db8399fb7..e74893b955 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,22 @@ 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() + + 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 + - Links are now usable from s4u -- target_date=March 20 2017 -- Da SimGrid team