X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/93e5a76cd75513588fc110e29072803cc6784a32..859426901ee9f30f5c27a9e8142edf84622e3f2d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d939491c15..b7484bacfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ SimGrid (3.24.1) NOT RELEASED YET (v3.25 expected December 22. 2029, 04:19 UTC) +General: +- Upgrade documented Java dependency to Java 8 (earlier versions don't work). + S4U: - Actor: Merge signals on_migration_start/end into on_host_change - Actor: Rename migrate() into set_host() @@ -52,6 +55,7 @@ Fixed bugs (FG#.. -> framagit bugs; FG!.. -> framagit merge requests): - GH#313: smpirun: manual outdated w.r.t. --help - GH#321: [S4U] Get task remaining work ratio - GH#323: Crash when an actor turn off his physical host + - GH#335: Missing links on dragonfly example svg - FG!19: Removing RngStream - https://lists.gforge.inria.fr/pipermail/simgrid-user/2019-November/004653.html: MPI_Cart_sub was not working properly. Kudos to Jonathan Borne for the report.