X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c97b249b3e030c27f02618bca7dc14d39241da6a..0b19a7abe873f7a3f430c38dfd54d36d05da61d9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d55d1b52c5..3888bc6a78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ User-visible changes: - 'verbose-exit' is now 'debug/verbose-exit' - 'simix/breakpoint' is now 'debug/breakpoint' - 'clean-atexit' is now 'debug/clean-atexit' + - Removed all that was related to the "Storage" type in all APIs and bindings. + "Disks" have been introduced more than a year ago to replace them for the better. + It's time to finish this replacement. S4U: - Define new template functions Mailbox::get_unique(), returning a std::unique_ptr. @@ -15,11 +18,13 @@ S4U: or Mailbox::get_async() if you really want to play with void*. - Unify the interface of Activity::on_{start/activity} - New function: Comm::get_dst_data() + - New function: Comm::set_payload_size() to set the amount of bytes to simulate. - New functions: Comm::sendto_{init,async} to initiate a communication on between two (possibly remote) hosts. Documentation: - - Add a section on configuring the logging from the command line. + - New section: Configuring the logs from the command line. + - New section: Programming API of logs. ----------------------------------------------------------------------------