X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae6809763b4caa535efc824ce18e6c579b39aaac..695e4a1a49dbc7a56e1ad1f885796633ef1404b3:/ChangeLog?ds=sidebyside 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