Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hide std::free to Sonar.
[simgrid.git] / ChangeLog
index e086474..cce8b08 100644 (file)
--- 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
 
 ----------------------------------------------------------------------------