X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6d21ea9e493b9574f7817319a5e1ce54596101c9..6adbdf3111853382e59839fd562d8d47726f1dae:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 28d5c4e574..a97a8a038f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -SimGrid (3.01) unstable; urgency=low +SimGrid (3.0.1) unstable; urgency=low XBT: * Unfortunately, I had missed 5 misnamed functions: @@ -14,10 +14,19 @@ SimGrid (3.01) 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] MSG: * Add addtionnal checkings on channel values in communicating functions. + 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] + + Documentation improvements: + * xbt_log module unmercifully reworked [MQ] + -- SimGrid (3.00) stable; urgency=low