X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62c0a53a2b5b50108875f07a6dd80c528a2ea2ad..5fd684c7bad6ba06081c88aa7054aac4e28d566f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5b02c163f9..d9056c965f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,6 +58,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 xbt_str_join_array(). - Drop cunit, use Catch2 instead. Kernel: @@ -66,11 +67,13 @@ Kernel: Fixed bugs: - #132: Java: a process can not shut down its own host + - #220: S4U: detached send causes exception if sender terminates soon after sending - #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 + - #324: S4U: Attempting to create an actor on turned off host segfaults instead of throwing - #325: Turning off a host has different behavior on sleeping actors and computing actors ----------------------------------------------------------------------------