X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02a0b077329593921105001a7f27463ba2d82ced..b11ccc3beb2d78ff7574c621ae529abeb70956bd:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index a70a5dcfa0..30e8baf1f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,8 @@ Models: - Allow to disable the TCP windowing modeling by setting network/TCP-gamma to 0. - Finally kill the 'compound' host model. You can change the CPU or network model with the default host model, as it should. + - Rename option "surf/precision" to "precision/timing" for clarity. + - Rename option "maxmin/precision" to "precision/work-amount" for clarity. sthread: - Implement pthread_join in MC mode.