Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a new type of typed task that we may be able to autoschedule.
[simgrid.git] / ChangeLog
index 501d7b6..020a6a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-SimGrid (3.7) NOT RELEASED; urgency=low
+SimGrid (3.7) stable; urgency=low
 
-  The "sprint cleanups (before the next Big Project kicks in)" release.
+  The "spring cleanups (before the next Big Project kicks in)" release.
 
   Models:
   * We can specify the SMPI latency/bandwidth factor with command line
@@ -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