Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix #8569: XBT/synchro.h has redundant declarations
[simgrid.git] / ChangeLog
index 7579bfa..533f11d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,10 @@ 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)
+ * Implement xbt_thread_join and xbt_thread_yield in SG also.
    
  Bug fixes:
  * GTNetS wrappers should now be usable again (and betterly tested too)
@@ -102,6 +106,7 @@ SimGrid (3.3.4) unstable; urgency=low
    MSG_task_put_with_time_out() for MSG_task_put_with_timeout()
  * Allow to compile from the SVN with automake 1.11
  * Fix some problems when using the "start_time" tag in deployment XMLs.
+ * Fix #8569: XBT/synchro.h has redundant declarations
 
  -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>