Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove includes of datatypes.h
[simgrid.git] / ChangeLog
index a0ccaca..b9f4bdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
-SimGrid (3.18) NOT RELEASED YET (target: December 24 2017)
+SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC)
 
+ S4U
+ - Execution->setHost() can be called after start() to migrate it.
+ - Comm::test_any() is now implemented.
+
+ Fixed bugs:
+ - #245: migrating an actor does not migrate its execution
+
+SimGrid (3.18) Released December 24 2017
+
+ The "Ho Ho Ho! SimGrid 4 beta is coming to town" release.
+
+ MSG IS NOW DEPRECATED. Please use S4U for new projects.
+ - Support for MSG should not be removed from SimGrid before 2020, 
+   but future evolutions will be limited to the integration of
+   user-provided patches.
+   
  S4U New features
  - s4u::onDeadlock() signal, run before stopping the simulation.
  - s4u::Exec: asynchronous executions (abstraction of background
@@ -23,6 +39,8 @@ SimGrid (3.18) NOT RELEASED YET (target: December 24 2017)
    name implies on both sequential and parallel tasks.
  - Both changes fix GitHub's #223 using PR #237 as a basis.
    Thanks Michael Mercier.
+ - Most examples were converted to S4U and hidden elsewhere at tests.
+   Rational: we still want MSG to work; we want newcomers to use S4U.
 
  SURF
  - LMM stuff moved to its own namespace: simgrid::kernel::lmm.