X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f6c4f9099210db9992a61ce40b97167b060cb29..d1514c63e1ab19c96e7288e12ece2647728430b8:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7e8cb6c543..95f44f3c1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,6 +52,9 @@ SimGrid (3.3-cvs) unstable; urgency=low classical producer/consumer synchronization scheme * xbt_dynar_new_sync() creates a synchronized dynar. All access (using the classical functions will get serialized) [Mt] + * Make dictionary internal table dynamic. No need to specify its size + anymore; functions xbt_dict_new_ext() and xbt_dict_hashsize_set() + thus dropped. [Mt]. SURF: * Cleaned many thing in surf and fixed a few bugs [AL].