From: mquinson Date: Mon, 5 Oct 2009 13:49:52 +0000 (+0000) Subject: Document Pedro's changes, and cosmetics X-Git-Tag: SVN~1005 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f5942f4f9fd32448f3298bfa916d9e5f2b69b742 Document Pedro's changes, and cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6708 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 1227b93d4f..153d3171da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,15 +2,6 @@ SimGrid (3.3.4) unstable; urgency=low The "Desktop Grid needs love too" release. - MSG: - * Port of MSG's mailbox on top of SIMIX network - The put/get mechanism was greatly simplified thanks to the new SIMIX module. - - SIMIX: - * New SIMIX network module - It provides a rendez-vous point (aka mailbox) based send/recv API to perform - synchronous communication. - Models improvements: * Major speedup in the maxmin system solving by using lazy evaluation Instead of solving completely the maxmin system at each iteration, @@ -53,7 +44,17 @@ SimGrid (3.3.4) unstable; urgency=low should consider redoing your old experiments with this model. Sorry for the inconvenience. + MSG: + * Port of MSG's mailbox on top of SIMIX network + The put/get mechanism was greatly simplified thanks to the new SIMIX module. + + SIMIX: + * New SIMIX network module + It provides a rendez-vous point (aka mailbox) based send/recv API to perform + synchronous communication. + Bug fixes: + * GTNetS wrappers should now be usable again (and betterly tested too) * Fix a major regression 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.