From: mquinson Date: Thu, 23 Jun 2005 15:05:27 +0000 (+0000) Subject: Document last changes X-Git-Tag: v3.3~3964 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bf9cc9d3e0d38e4cfc12c44af2558f142582f15b?ds=sidebyside Document last changes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1391 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 55ab907327..c27ca65a9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,18 @@ SimGrid (2.95) unstable; urgency=low MSG - * Implement MSG_get_msgload [MQ] + * Implement MSG_get_msgload [MQ, AL] SURF * Bugfix: Allow absolute paths for platform description files [MQ] + * Bugfix: do free the variables after use. Leads to drastic performance + improvement [AL] GRAS (new features) * gras_datadesc_dynar() builds a dynar type descriptor, allowing to send dynar over the network (yeah) [MQ] * Real (even if simplistic) implementation of gras_os_myname() on RL [MQ] + * simple/static token-ring example. [Alexandre Colucci and MQ] GRAS (bug fixes) * Differentiate the types "char[22]" and "unsigned char[22]" in automatic