X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4d90de0fffa1e2813b6b00e491f4f865c6e5389..215e195d0c76effd16d25589e27ba093440e13b5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e086474077..cce8b0810f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,8 @@ MSG: This C++ function was a pimple in the C API, made necessary at some point by the Java bindings. This is fixed now. - Hide the examples into examples/deprecated. New users should use S4U. + - MSG_process_create and MSG_process_attach now crash if the host used + to run this process is off. XBT: - Drop sg_cmdline. Please use xbt_cmdline instead. @@ -36,11 +38,13 @@ XML XML file version remains 4.2 since old files are still compatible. Fixed bugs: + - #132: Java : a process can not shut down its own host - #261: Document the parameters of parallel execution's constructor - #300: [s4u] BarrierPtr is missing - #314: SMPI args internal cleanup - #316: Fix a bug related to the CPU utilization of multi-core VM - #318: Invalid trace file when using option --cfg=tracing/smpi/display-sizes:yes + - #325: Turning off a host has different behavior on sleeping actors and computing actors ----------------------------------------------------------------------------