Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I've found the name of the next release
[simgrid.git] / ChangeLog
index bc77f6c..595b581 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 SimGrid (3.7) NOT RELEASED; urgency=low 
 
+  The "Simplicity does not preceed complexity, but follows it" release.
+
   Models:
   * Use the partial invalidation optimization by default for the
     network too. Should produce the exact same results, only faster.
@@ -128,6 +130,8 @@ SimGrid (3.6) stable; urgency=medium
    combine Vivaldi based latencies with last-mile platforms.
 
  SIMIX
+ * Added a check for NaN of IEEE754 infinite in the double entries of 
+   the smx_user.c file
  * Introduce a new context factory "raw", highly inspirated from the
    ucontext factory, but using manually crafted functions in assembly to
    do the work in an efficient manner.