Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document last changes
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 23 Jun 2005 15:05:27 +0000 (15:05 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 23 Jun 2005 15:05:27 +0000 (15:05 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1391 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index 55ab907..c27ca65 100644 (file)
--- 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