X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d85b62de9da1e77e0cf1aab1238f1cf7057356e..9eb8b5a3c4a65bf441c487ecef308654d4f384f4:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 77f4f92e00..f4406f9dce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,10 @@ SimGrid (2.95) unstable; urgency=low * bugfix in automatic type parsing: differentiate the types "char[22]" and "unsigned char[22]". "short" and "long" modifiers were also ignored; other modifier (such as reference level) are still ignored. [MQ] + * Real (even if simplistic) implementation of gras_os_myname() on RL [MQ] + * bugfix: embeed the buffer size within the buffer itself on SG. [MQ] + That way, send() are atomic and cannot get intermixed anymore (at least + the ones which are less than 100k; bigger messages still have the issue) --