X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/693f30b46244c152cd79cdf3ad35d4a79b866c9c..20801428bec07ed58c348d25ad39878f2c208389:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 3b5d1c4e95..5a06786b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,10 +2,14 @@ SimGrid (3.8) NOT RELEASED; urgency=low The "SimGrid makes psssshiiiit and jumps into the cloud" release. - CMAKE: + Cmake: * Remove option custom_flags. Now use environment variables CFLAGS and LDFLAGS. * Enable tracing by default. This modules rocks you should use it. + * Use default cmake things to detect lua instead of home grown ones. + + Documentation: + * Split the doc into a user guide and a reference guide. MSG: * Add an experimental interface to manipulate VMs. They are mainly @@ -16,6 +20,7 @@ SimGrid (3.8) NOT RELEASED; urgency=low Please use MSG_init() instead. (reducing the amount of entry points in the library helps us). * Make it impossible to link against the wrong version of the lib + * Bug fixes that made the host (and link) failures unusable. Simix: * Bug fixes around the resource failures: don't let the processes @@ -39,7 +44,7 @@ SimGrid (3.8) NOT RELEASED; urgency=low XBT: * Functions xbt_dict_hash() and xbt_dict_hash_ext() are made public, - and renamed to xbt_str_hash() and xbt_str_ext()._ + and renamed to xbt_str_hash() and xbt_str_hash_ext(). -- $date Da SimGrid team