X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5961f6c6f54658ef4f0fc71f4c9d0f2bb8662548..0424e24e1f270b3c65b20e994079679b18be3eb8:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 30e6efb21f..62bfffb585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,14 @@ SimGrid (3.15) UNRELEASED; urgency=low 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). -- target_date=March 20 2017 -- Da SimGrid team