X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a59a47d79fe092f559a4a03de102402d7085bca9..c6bcd79ab500b5ad70f625f92325fdf7ef7da88a:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 310c4af495..eb433d74ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,6 +82,9 @@ SimGrid (3.12) NOT RELEASED; urgency=low - New property: watt_off to denote the disipation when the host is off - New functions getWattMinAt and getWattMaxAt to retrieve the dissipation of pstates that we are not currently at. + * Massive rename s/workstation/host/ + - That's intrusive, but that's good for the project consistency. Sorry. + - Change config option "workstation/model" into "host/model" XBT * New functions - Add a xbt_heap_update function, to avoid costly xbt_heap_remove+xbt_heap_insert use