X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae6809763b4caa535efc824ce18e6c579b39aaac..c7bd8f074b9099821d46f148c4788f1d4a779971:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d3e74eb3fc..5b8e53a061 100644 --- 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. @@ -28,6 +29,7 @@ XBT: -fsplit-stack is the way to go nowadays when using threads. - Drop the xbt_os_thread_t module (now unused) - Drop xbt_ex_display(), use simgrid::xbt::log_exception() instead. + - Drop cunit, use Catch2 instead. Fixed bugs: - #261: Document the parameters of parallel execution's constructor