Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / ChangeLog
index 9b69005..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()
@@ -21,12 +24,18 @@ Kernel:
 
 XBT:
 - Remove unused parameter 'free_ctn' for xbt_dict_set() and xbt_dict_set_ext().
+- Drop unused functions for dicts and dynars: xbt_dict_cursor_get_elm,
+  xbt_dict_get, xbt_dict_get_elm, xbt_dict_get_ext, xbt_dict_get_key,
+  xbt_dict_remove, xbt_dict_reset, xbt_dynar_compare, xbt_dynar_dump,
+  xbt_dynar_foreach_ptr, xbt_dynar_free_data, xbt_dynar_free_voidp,
+  xbt_dynar_init, xbt_dynar_insert_at_as, xbt_dynar_merge,
+  xbt_dynar_remove_n_at, xbt_dynar_replace, xbt_dynar_search, xbt_dynar_set.
 - New module: random, providing classical random numbers generators.
 
 SMPI:
-- New option : "smpi/auto-shared-malloc-thresh" which sets a value for 
-  allocations' size above which they are considered "shared" by default (as if 
-  they were performed through SMPI_SHARED_MALLOC macros). 
+- New option : "smpi/auto-shared-malloc-thresh" which sets a value for
+  allocations' size above which they are considered "shared" by default (as if
+  they were performed through SMPI_SHARED_MALLOC macros).
   Default = 0 = disabled feature.
   Note : malloc, calloc and free are now overriden by smpicc/cxx by default.
   This can cause some troubles if codes are already overriding these. If this
@@ -46,8 +55,9 @@ 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 : 
+ - 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.
 
 ----------------------------------------------------------------------------