X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/44f892cc1439218ee3c90a2c36654debc02bed19..2945198502e436f29236715c0baca1efadb64480:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cfc9a41c99..2cc86e858c 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,9 @@ 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. + - In , attributes availability_file and state_file are gone. + It was too complex and unused. + - 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)