From: Arnaud Giersch Date: Wed, 27 Sep 2017 08:44:39 +0000 (+0200) Subject: Update ChangeLog. X-Git-Tag: v3_17~71 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/59bd85c15c6db1c6886614f30da6307bd8c0db91 Update ChangeLog. Close #120, #222. --- diff --git a/ChangeLog b/ChangeLog index fe4f59923a..c6c731a7df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ SimGrid (3.17) UNRELEASED (release target: September 22 2017) S4U - - Comm.detach(): start and forget about asynchronous emission + - Comm.detach(): start and forget about asynchronous emission. A cleanup + handler may be given to free resources if the comm cannot be completed. - this_actor::send(mailbox) is now mailbox->put() - New: simgrid::s4u::Comm::wait_all() - New: Host.execute() for remote executions. @@ -13,6 +14,20 @@ SimGrid (3.17) UNRELEASED (release target: September 22 2017) - Deprecate MSG_task_isend_with_matching(): This unused feature really complicates our internals. Will be removed in v3.20. + Simix + - Improved context termination. It is now possible to free resources, even + when a process is forcibly killed. + - ContextBoost: add support for Boost versions above 1.61. + + XBT + - Bring back run-time option --cfg=exception/cutpath to remove exception + backtraces. + + Misc + - Fix lots of memory leaks. + - Removed header files obsolete since SimGrid 3.12: msg/datatypes.h, msg/msg.h, + simdag/datatypes.h, simdag/simdag.h. + SimGrid (3.16) Released June 22. 2017. The Blooming Spring Release: developments are budding.