X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/57b4c9b9a53ac467c4b41700cba7f0dce1d4c445..c283778f5efa5126febb356da7609cf6230a6067:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6b426d9558..118d39172f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,10 @@ Important user-visible changes: S4U: - the on_exit() of each actor is also executed when the simulation deadlocks. +C binding: + - The return type of the sg_actor_on_exit() callbacks is now 'void' + (int value was previously ignored) + General: - LTO is now enabled for Intel/clang compilers. - LTO behavior on GCC can be parameterized using LTO_EXTRA_FLAG in cmake. @@ -38,6 +42,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests) - FG#41: Add sg_actor_create C interface - FG#43: xbt::random needs some care - FG#48: The Impossible Did Happen (yet again) + - FG#50: Suspending an actor executed at the current timestamp fails - FG!24: Documentation and fix for xbt/random - FG!35: Add a modeling hint for parallel links in doc - FG!36: [xbt/random] Read/Write the state of the RNG