Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define COVERAGE for C++ too.
[simgrid.git] / ChangeLog
index 02b0f72..01754c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 SimGrid (3.22) NOT RELEASED (Release Target: December 21. 2018, 22:23 UTC)
 
 Java:
+ - Process termination which was broken at version 3.21 has been repaired.
  - Expose host load plugin: loadInit, getCurrentLoad, getComputedFlops, getAvgLoad
  - Hide the examples into examples/deprecated. New users should use Python.
 
@@ -31,8 +32,10 @@ XBT:
 
 Fixed bugs:
  - #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
 
 ----------------------------------------------------------------------------