Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / ChangeLog
index d939491..b7484ba 100644 (file)
--- 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.