From: Christophe ThiƩry Date: Mon, 11 Apr 2011 08:49:14 +0000 (+0200) Subject: Update ChangeLog X-Git-Tag: v3.6_beta2~61 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5a4360ea53cf0d2cc37f7ee286969ceff9b3f700?ds=sidebyside Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 35da57939d..598062f346 100644 --- a/ChangeLog +++ b/ChangeLog @@ -66,6 +66,7 @@ SimGrid (3.6) unstable; urgency=low Define XBT_USE_DEPRECATED if you want to use the old numbered macros like INFO1, INFO2, etc. * Change xbt_die() to accept a format string with arguments, just like printf. + * New data structure: xbt_lib_t, like a dict but more general and with better memory handling. INSTR * New configuration options @@ -95,6 +96,8 @@ SimGrid (3.6) unstable; urgency=low - current value: 30600 for 3.06.00, aka 3.6 * Define macro MAKE_SIMGRID_VERSION(major, minor, patch) to help building a number that can be compared with SIMGRID_VERSION. + * Add a build option -Denable_debug (set to ON by default): when set to OFF, + assertions and verbose/debug logging events are disabled at compile time. -- Da SimGrid team