X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/44f892cc1439218ee3c90a2c36654debc02bed19..3db47603316610f1878cb48634c357b75bbbed9d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cfc9a41c99..d128462cd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,8 @@ SimGrid (3.13) UNRELEASED; urgency=low - SD_workstation_get_computation_time => amount / sg_host_speed() - In Java - VM.setBound(int load) is now VM.setBound(double bound) to meet the MSG semantics. Use VM.getSpeed()*load/100 for the legacy behavior. + - In CMake + - option enable_tracing was removed. It was not doing anything since a while. XML platforms: * Switch to platform v4 format. @@ -33,6 +35,7 @@ SimGrid (3.13) UNRELEASED; urgency=low - In , attribute kind="POWER" is now kind="SPEED". - In and , attributes availability and state are gone. It was redundent with state and availability traces, and with peak values. + - Kill . Was not doing anything. - The DOCTYPE points to the right URL: http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd (the file at this address now documents the changelog since its v1)