Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Undefine this terms, or supernovae build will fail.
[simgrid.git] / ChangeLog
index c8e03e2..30760bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,17 @@
 SimGrid (3.7.1) NOT RELEASED; urgency=low
 
+ MSG:
+ * Restore the prototype of MSG_process_create_with_environment() to
+   the pre-3.7 situation by removing the kill_time argument.
+ * Add a MSG_process_set_kill_time() function instead.
+
  SURF:
  * Fix weird behaviors when dealing with parallel tasks.
 
- Bug fixes, cosmetics and small improvements
+ Build System:
  * Fix compilation when using MSG_USE_DEPRECATED.
-
- Portability:
  * Fix compilation on Macs.
+ * Environment variables CFLAGS and LDFLAGS are now honored by cmake.
 
  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
 
@@ -1182,7 +1186,7 @@ SimGrid (3.3) stable; urgency=high
     [contributed by Sékou Diakite, many thanks]
 
  GRAS:
-  * Introduce a listener thread in charge of receiving incomming
+  * Introduce a listener thread in charge of receiving incoming
     messages from the network. It allows to overlap communication and
     computation but most notably, it removes some stupid deadlocks due
     to the fact that so far, a process could not send and receive at