Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge cpu_update_actions_state_lazy and net_update_actions_state_lazy
[simgrid.git] / ChangeLog
index 777ecf7..020a6a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-SimGrid (3.7) NOT RELEASED; urgency=low
+SimGrid (3.7) stable; urgency=low
 
   The "spring cleanups (before the next Big Project kicks in)" release.
 
@@ -53,8 +53,12 @@ SimGrid (3.7) NOT RELEASED; urgency=low
     - contexts/synchro: Synchronization mode to use when running
       contexts in parallel (either futex, posix or busy_wait)
     - contexts/parallel_threshold: Minimal number of user contexts
-      that must be part of a scheduling round to switch to parallel 
+      that must be part of a scheduling round to switch to parallel
       execution mode (raw contexts only)
+  * Fix bugs that prevented to use suspend/resume along with
+    synchronization structures.
+  * Fix bugs in process termination that lead to invalid memory access
+    in very specific conditions.
 
   SURF:
   * Introduce a parallel mode for the models (controlled by surf/nthreads