From: Samuel Lepetit Date: Thu, 5 Jul 2012 12:10:55 +0000 (+0200) Subject: Update changelog X-Git-Tag: v3_9_90~569^2~19^2~13 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d2bd0d6a9643de3a2794d9bc2288ef92c6cef07f?hp=1a066c1014c46f1b889b20e3f5e284701a3b1c15 Update changelog --- diff --git a/ChangeLog b/ChangeLog index ec9cb8a374..a84a2f2e1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ SimGrid-java (3.8) unstable; urgency=low * New module: org.simgrid.msg.File (SimGrid File management functions) * New Module: org.simgrid.msg.VM (SimGrid interface to mimick IAAS clouds) + * Change the meaning of Process.restart: now restart the process from the start, like MSG_process_restart in C. + * Add Process.setAutoRestart: handling of process restart when failed host comes back. * Introduce a new context factory based on Coroutines (read the doc to know how to use it): simulations are expected to run up to five times faster. SimGrid-java (3.7.1) stable; urgency=low