X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/168c9a11b4654465024e2a43f620244f978f6a24..f9bb80daccf52fba2e729885ff8cf57f76d4ab1d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 754a758c03..fc1e3309c4 100644 --- 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 tag is just broken. Actually that's brain-dead. We need sth like - 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()