From: mquinson Date: Mon, 6 Nov 2006 16:38:30 +0000 (+0000) Subject: document last change X-Git-Tag: v3.3~2445 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cc0762fdc8c20edb01d4895bd9960ec15e10aafd?ds=inline document last change git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2914 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 73aedcd248..d6fec5a1d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,9 @@ SimGrid (3.1.1) unstable; urgency=low converted for now). * Fix a vicious bug in the TCP buffering mecanism which leaded to message loss when they were small enough to fit into the buffer and sent quickly - enough so that they can all get received in one shoot. + enough so that they can all get received in one shoot. + * gras_datadesc_by_name and gras_msgtype_by_name: now raise an exception + if not found. Use the *_or_null() variant for the old semantic. AMOK: * Do really rename the hostmanagement module to peermanagement. [Mt]