Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill now unused xbt_str_split_quoted(), xbt_str_split_quoted_in_place().
[simgrid.git] / ChangeLog
index 3e1a6ae..2016ea7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,7 +23,12 @@ S4U:
    on between two (possibly remote) hosts.
 
 XBT:
- - Drop simgrid::xbt::demangle. Please use boost::core::demangle instead.
+ - Drop simgrid::xbt::demangle(). Please use boost::core::demangle() instead.
+ - Drop xbt_dynar_cursor_rm(), xbt_dynar_search_or_negative(), xbt_dynar_to_array(),
+   xbt_str_split_quoted(), xbt_str_split_quoted_in_place().
+
+C binding and interface:
+ - Rename (lowercase) functions sg_actor_get_PID, sg_actor_get_PPID, sg_actor_by_PID.
 
 Documentation:
  - New section: Configuring the logs from the command line.
@@ -32,6 +37,8 @@ Documentation:
 Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  (FG: issues on Framagit; GF: issues on GForge; GH: issues on GitHub)
 - FG#37: Parallel tasks are limited to 1 core per host
+- FG#62: Running "smpirun -replay" on large networks
+- GH#343: Wrong consumed energy when an exec timeouts
 
 ----------------------------------------------------------------------------