X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6635aa1f75839b142cb926ddfd1c77b32706002c..deba0f7f0441a96f742af845cfceabf340d0f27f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 048bf58ef3..b6ea39124d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,24 @@ -SimGrid (3.4-svn) unstable; urgency=low +SimGrid (3.4.1-svn) unstable; urgency=low + + Java Bindings + * Fix a bug preventing the tasks from begin garbage collected. + + MSG + * Fix a bug occuring when a host involved in a communication fails. + This was not detected properly by the other peer involved in the + communication. Now, it's reported as a network error. + + SimDag + * Warn the user about loop dependencies in data flow of DAX files + * Obey the control-flow dependencies of DAX files + + Cmake + * Add option "enable_smpi" for fix mac problem with smpi + * Add verification of lua5.1 and ruby1.8 + + -- Da SimGrid team + +SimGrid (3.4) stable; urgency=low The "Easter in Cargese" release. Also known as (major changes): @@ -58,6 +78,7 @@ SimGrid (3.4-svn) unstable; urgency=low and call MSG_action_trace_run(NULL) You can still have one merged file for all processes. - Fix implementation of collective operations + * Allow task_execute() on 0-sized tasks (closes #10063) SMPI: * This is the first release of SimGrid where SMPI is not considered beta anymore (even if some corners should still be improved) @@ -100,6 +121,7 @@ SimGrid (3.4-svn) unstable; urgency=low maestro. - Merge context_start into context_new for sake of simplicity SURF: + * Add a Vivaldi network model, coded live during SUD'10 ;) * Rename configuration variables to start a hierarchy: o cpu_model -> cpu/model o network_model -> network/model @@ -144,8 +166,7 @@ SimGrid (3.4-svn) unstable; urgency=low * Added code coverage tests. Our coverage is still improvable, but at least we see it on cdash. - -- Da SimGrid team - + -- Da SimGrid team Wed, 28 Apr 2010 28 17:11:16 +0100 SimGrid (3.3.4) stable; urgency=low