X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5514579f94b85126e03379fe3022109359bcde9b..4f9095b90297e111f30558615fde2567f5710e99:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cf38507974..116bc1d3ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ SimGrid (3.13) UNRELEASED; urgency=low - Removed Java kernel plug-ins. Will be reintroduced after the ongoing major internals reorg. - In SimDag + - the SD_application_reinit function was removed. It was a noop for a while. - The ACCESS_MODE of SD_workstation has been removed. This feature was not really usable and should soon be replaced by a more flexible mechanism. - The following functions thus do not exist anymore @@ -28,7 +29,9 @@ SimGrid (3.13) UNRELEASED; urgency=low - Rename from 'power' to 'speed' the attributes describing the amount of flops that a , , or can deliver per second. - In , attribute kind="POWER" is now kind="SPEED". - - The DOCTYPE points to the right URL (this file): + - In and , attributes availability and state are gone. + It was redundent with state and availability traces, and with peak values. + - 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) - A warning is emitted for unit-less values (they are still accepted). @@ -76,6 +79,8 @@ SimGrid (3.13) UNRELEASED; urgency=low * Kill the setset data container: MC don't use it anymore. * Kill the queue data container: it made more sense with GRAS. * Kill the xbt_peer_t data type: it's useless without GRAS. + * Kill rm_cb feature of config sets: it was never useful. + * Kill graphxml parsing feature. It was not used. * New functions: - xbt_dynar_sort_strings(), when the content is char* - xbt_str_parse_int / xbt_str_parse_double, wrapping strtol/strtod