Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev-profile-callbacks' into 'master'
[simgrid.git] / ChangeLog
index ebb114187f5dab176ec83fc2bea3961056deee93..4108344c4064cceaca0a0d74146f1ba6a316bb08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,12 @@ Models:
      https://simgrid.org/doc/latest/Installing_SimGrid.html#installing-from-the-source.
      No action is required if you use pre-compiled packages.
 
+General:
+  - Modifications of the Profile mechanism, with some impact on users 
+    - Addition of a new (S4U) method to init profiles from generic functions to improve versatility
+    - Fix initial behaviour of state_profiles 
+    - Modify periodicity to behave like a period, and not like a loop delay
+
 XBT:
  - Drop xbt_dynar_shrink().
 
@@ -74,12 +80,16 @@ Python:
      - Comm.wait_any_for()
      - Comm.wait_all_for() [example: examples/python/comm-waitallfor]
 
+Build System:
+ - Remove target "make uninstall" which was incomplete and no longer maintained.
+
 Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  (FG: issues on Framagit; GH: issues on GitHub)
  - FG#57: Mc SimGrid should test whether ptrace is usable
  - FG#87: Smpi scripts fail with spaces in paths
  - FG#100: [SMPI] Order of the message matching is not guaranteed
  - FG#101: LGPL 2.1 is deprecated license
+ - FG#104: "make uninstall" not up-to-date
  - GH#151: Missing mutexes for DPOR.
 
 ----------------------------------------------------------------------------