From: mquinson Date: Mon, 9 Jul 2007 17:44:56 +0000 (+0000) Subject: Further document last changes X-Git-Tag: v3.3~1660 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6b17b58f85d3a55ce3c6ec7298b2437853c83bda Further document last changes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3700 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 7685466b87..a34270efec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ SimGrid (3.3-cvs) unstable; urgency=low + JAVA BINDINGS for MSG (you dreamt of them? We made them) + [Malek Cherier & Mt] + Introduce the SIMIX module: factorize code between MSG and GRAS. [Bruno Donassolo] Until now, GRAS were using MSG as an interface to SURF. It was @@ -19,10 +22,17 @@ SimGrid (3.3-cvs) unstable; urgency=low GRAS: * Convert the PIDs from long int to int to match the MSG ones (and - linux ones too) + linux ones too) [Mt] XBT: * Make the backtrace of exceptions more human readable [Mt] + * 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 + only). + * New module: xbt/str [Mt] + a ton of string utility functions (split, join, printf to a newly + allocated buffer, trim, etc) --