X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4a73d48e794c4ae1e249b9e5f1fc6128bc58368..9badad31f437c07e1b976176b032e1707dbbdbef:/ChangeLog diff --git a/ChangeLog b/ChangeLog index bad8650cbb..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,10 +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: + - 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