Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this file is too deep to allow XBT_INFO, so keep with printfs
[simgrid.git] / ChangeLog
index e9d0082d6177d8c1b7657db878b2fc04b82e2b93..328940a58010433ca261341c41830599452b50dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
+SimGrid (3.30.1) NOT RELEASED YET (v3.31 expected March 20. 2022, 15:33 UTC)
+
+XBT:
+ - Drop xbt_dynar_shrink().
+
+Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
+ (FG: issues on Framagit; GH: issues on GitHub)
+ - FG#100: [SMPI] Order of the message matching is not guaranteed
+
 ----------------------------------------------------------------------------
 
-SimGrid (3.29.1) NOT RELEASED YET (v3.30 expected December 21. 2021, 15:59 UTC)
+SimGrid (3.30) January 30. 2022.
+
+The Sunday Bloody Sunday release.
 
 Main user-visible changes:
  - The SimDag API for the simulation of the scheduling of Directed Acyclic
@@ -47,6 +58,7 @@ SMPI:
  - Dynamic costs for MPI operations: New API to allow users to dynamically
    change injected costs for MPI_Recv, MPI_Send and MPI_Isend operations.
    Alternative for smpi/or, smpi/os and smpi/ois configuration options.
+ - Fix some issues with the replay mechanism.
 
 XBT:
  - Function xbt::Extendable::get_data() is now templated with the type of the