Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate MSG in the documentation
[simgrid.git] / ChangeLog
index a0ccaca..5ef7aa1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 SimGrid (3.18) NOT RELEASED YET (target: 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 +30,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.