X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05d7cce59fbb35cf5a8e7e5e9679669f749ba3e7..745d02df84ff2e9960caca703623c156aaa80cf7:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a19ce2e43a..b1d47060a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,12 +6,22 @@ SimGrid (3.13) UNRELEASED; urgency=low * s4u::Host is now the prefered public interface to the Host features. sg_host_* functions are C bindings to the exact same behavior MSG_host_* and SD_workstation_* are #define to the sg_host_* ones - + + MSG + * Kill all deprecated functions. They were deprecated since a few + releases anyway, and probably did not even compile anymore. + Simix * simgrid::simix::kernel() is the closure callback. It ensures that the lambda or closure passed as a parameter will run in kernel mode. Every callbacks should be rewritten to that interface at some point. + MC + * BC breaks: + - The option "model-check/sparse-checkpoint" was renamed to + "model-check/sparse_checkpoint" as we attempt to unify our naming + schemes. + Surf * Reorganizing and cleaning the internals all around the place.