Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to compile from the SVN with automake 1.11
[simgrid.git] / ChangeLog
index 93cb251..31d1a74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,13 @@ SimGrid (3.3.4) unstable; urgency=low
  * Use LV08 as default network model since it gives better accuracy
     for small messages and shouldn't change things for big ones.
    Use --cfg=network_model:CM02 to get the previous behavior.
+ * Fix a major regresion from 3.2 where the timeout provided to
+   MSG_task_put_with_timeout() was used as absolute time before which
+   the comm should be done.
+ * 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()
+ * Allow to compile from the SVN with automake 1.11
 
  -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>