X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5119d31da6d329bfcf55d56333e554e1ce1de5e1..7a805e57c57d140743159f2202281f4e096bf7ef:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 31e61b7acb..84754b0e3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,13 +14,20 @@ SimGrid (3.0.1) unstable; urgency=low xbt_fifo_item_t xbt_fifo_get_next_item(xbt_fifo_item_t i); xbt_fifo_item_t xbt_fifo_get_prev_item(xbt_fifo_item_t i); [AL] + * Bugfix: really disconnect fifo items which are remove_item()ed [AL] + * Doc: xbt_log module unmercifully reworked [MQ] MSG: * Add addtionnal checkings on channel values in communicating functions. - - Documentation improvements: - * xbt_log module unmercifully reworked [MQ] + GRAS: + * Actually implement gras_datadesc_copy() so that we don't have to mimick + RL communication on top of SG since it's so uneffective. + It may also be used for inter-thread communication in RL, one day. [MQ] + * Use gras_datadesc_copy() to exchange messages on top of SG [MQ] + Allows to: + - improve message exchange performance on top of SG + - deprecate transport_plugin_sg.c:gras_trp_sg_chunk_send() & recv() --