Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we can stop lying here, we handle these
[simgrid.git] / ChangeLog
index 59e328e..bb5a774 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,14 @@ SimGrid (3.15) UNRELEASED; urgency=low
 
  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-devel@lists.gforge.inria.fr>