From: mquinson Date: Tue, 17 Jun 2008 19:33:39 +0000 (+0000) Subject: Document some of the recent changes (and prepare slowly for RC1) X-Git-Tag: v3.3~347 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/950b63c52f7fb038a5b03cb60fe198cba74bf9f6 Document some of the recent changes (and prepare slowly for RC1) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5640 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 95df710700..eec1ee0519 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -SimGrid (3.3-cvs) unstable; urgency=low +SimGrid (3.3-rc1) unstable; urgency=low OVERALL CHANGES: @@ -30,6 +30,10 @@ SimGrid (3.3-cvs) unstable; urgency=low * Move on to FleXML v1.7 for the embeeded XML parsers. This version is really less memory-demanding, which should allow you to use larger files in SimGrid [AL]. + + * Inform valgrind about our contextes, so that it becomes usable + with the default (and more effecient) version of SimGrid + [contributed by Sékou Diakite, many thanks] GRAS: * Convert the PIDs from long int to int to match the MSG ones (and @@ -44,6 +48,8 @@ SimGrid (3.3-cvs) unstable; urgency=low * New module: xbt/str [Mt] a ton of string utility functions (split, join, printf to a newly allocated buffer, trim, etc) + * New module: xbt/hash [Mt] + SHA1 hashing algorithm (more to come if needed) * New module: xbt/synchro [Mt] synchronization tools (mutex and conditions) working the same way in simulation and in real life (mainly useful for GRAS, but not