X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf108868b4eeed4d0d9d343bc68557d7814e18c0..517da9a5c42ae0d436928cc2e985063ab0cceea4:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ec75dfc9d3..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) @@ -78,6 +80,8 @@ SimGrid (3.13) UNRELEASED; urgency=low * 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. + * 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