X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a841dba0e3e34cff0ccd948667a339b4af9a4310..65820b2b3a3ce25fb8df2321530644a22eaf9e76:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7142fe1898..4662d246c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,6 +44,9 @@ SimGrid (3.7) NOT RELEASED; urgency=low SIMGRID_DEPRECATED before loading the msg.h if you really need to use these (crappy) functions in your code. These functions will be removed at some point. Stop using them now. + * Deprecate MSG_get_host_{table,number} + Implement MSG_hosts_as_dynar() instead. + * Implement MSG_processes_as_dynar() (Closes gforge #13642) Simix: * Stabilize the parallel execution mode of user contexts @@ -71,11 +74,13 @@ SimGrid (3.7) NOT RELEASED; urgency=low XBT: * Mallocators: allow value NULL for the reset function. - * Dicts: new function xbt_dict_new_homogeneous(void(*)(void*)) to - create homogeneous dictionaries, where all the elements share the - same free function. Non homogeneous dictionaries will be - deprecated in the next release. - * Dicts: dicts of scalar elements (xbt_dicti_*) are deprecated. + * Dicts: + - New function xbt_dict_new_homogeneous(void(*)(void*)) to + create homogeneous dictionaries, where all the elements share the + same free function. Non homogeneous dictionaries will be + deprecated in the next release. + - Dicts of scalar elements (xbt_dicti_*) are deprecated. + - Multi-level dictionaries are deprecated. * mmalloc module: - cleanups and simplifications to make it maintainable again - exotic features (such as memalign and valloc) were removed