X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2273aa3160195af3cb97e79827c696af31a4805f..a4ef63d3afd5abd2f09d4590a3cdffa98a054e43:/ChangeLog diff --git a/ChangeLog b/ChangeLog index db6bee50ec..8a780fd781 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,8 @@ 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". + - 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) @@ -79,6 +81,7 @@ SimGrid (3.13) UNRELEASED; urgency=low * 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. + * Kill the deprecated code protected by XBT_USE_DEPRECATED * New functions: - xbt_dynar_sort_strings(), when the content is char* - xbt_str_parse_int / xbt_str_parse_double, wrapping strtol/strtod