X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dacbd9d8ffc6952f604bff54ec92212166b0dd1e..84b1a6eb5aff6720116770c1c606eccf944ca973:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e1cf90d434..5367c3efd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,13 +5,17 @@ SimGrid (2.95) unstable; urgency=low * Cleanup in the xbt_config API; add configuration callbacks. [MQ] * Cleanup in the initialization API: the unused "defaultlog" is dead. [MQ] - MSG - * Implement MSG_get_msgload [MQ, AL] - SURF * Bugfix: Allow absolute paths for platform description files [MQ] * Bugfix: do free the variables after use. Leads to drastic performance improvement [AL] + * Implement max_duration (ie, timeouts) on resources [AL] + + MSG + * Implement MSG_config to configure MSG at runtime. xbt_cfg test on a real + case ;) [MQ] + * Implement MSG_channel_select_from() to help GRAS now that SURF provide + the needed support (timeouts) [AL] GRAS (new features) * Implement measurement sockets. You can now get the bandwidth between two @@ -20,6 +24,8 @@ SimGrid (2.95) unstable; urgency=low dynar over the network (yeah) [MQ] * Real (even if simplistic) implementation of gras_os_myname() on RL [MQ] * simple/static token-ring example. [Alexandre Colucci and MQ] + * Use MSG_channel_select_from() and remove the *slow* hack we had to put + in place before [MQ] GRAS (bug fixes) * Differentiate the types "char[22]" and "unsigned char[22]" in automatic @@ -52,7 +58,7 @@ SimGrid (2.95) unstable; urgency=low * New module: bandwidth bandwidth measurement between arbitrary nodes running this module. [MQ] - -- + -- Da SimGrid team Thu, 30 Jun 2005 16:29:20 -0700 SimGrid (2.94) unstable; urgency=low