Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the prototype of xbt_thread_create(), sorry.
[simgrid.git] / ChangeLog
index 754a758..fc1e330 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,9 @@ SimGrid (3.3.4) unstable; urgency=low
  XBT:
  * New function: xbt_dynar_dopar(dynar,fun) to map a function over the
    dynar with one separate thread per value of the dynar.
+ * Change the prototype of xbt_thread_create(), sorry. 
+   Added a boolean parameter indicating whether we want to join this
+   thread (used in SG only for now)
    
  Bug fixes:
  * GTNetS wrappers should now be usable again (and betterly tested too)
@@ -95,7 +98,8 @@ SimGrid (3.3.4) unstable; urgency=low
    - paths to the external world is still rather broken
    - the <route:multi> tag is just broken. Actually that's brain-dead.
      We need sth like <route:multi src="myCluster" dst="$*-${myCluster}">
-     to make it less stupid   
+     to make it less stupid
+   ** Check your platform with teshsuite/simdag/platforms/flatifier **
  * Fix a source-level compatibility glitch from 3.2: after defining
    MSG_USE_DEPRECATED, you can use the old name
    MSG_task_put_with_time_out() for MSG_task_put_with_timeout()