Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Name the release (following frs69wq's advice).
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 7 Nov 2013 16:48:07 +0000 (17:48 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 7 Nov 2013 16:48:07 +0000 (17:48 +0100)
ChangeLog
NEWS

index ad4fb21..c451e1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ SimGrid (3.11) NOT RELEASED; urgency=low
 
 SimGrid (3.10-rc1) unstable; urgency=low
 
+ The Clean Diaper Release, a.k.a. SimGrid is leak-free.
+
  Java:
  * Reintegrate Java to the main archive as desynchronizing these
    package is not acceptable anymore (Java is now considered stable)
@@ -95,6 +97,7 @@ SimGrid (3.10-rc1) unstable; urgency=low
    --cfg=clean_atexit:no allows to circumvent this issue.
 
  Build System:
+ * Lots of memory leaks were corrected in this release.
  * New command line option --version, to get SimGrid version information.
    Packagers may want to add extra words to SIMGRID_VERSION_EXTRA defined in
    CMakeLists.txt.
diff --git a/NEWS b/NEWS
index 4169d6e..0d72f6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,13 @@ __   _____ _ __ ___(_) ___  _ __   |___ / / |/ _ \
  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | |_| |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|\___/
 
-The "to be named" release. Major changes:
+The Clean Diaper Release, a.k.a. SimGrid is leak-free. Major changes:
 
  * Preliminary DVFS support to track the energy consumption
  * Java is back in the main package (and is very stable).
  * The storage sub-modules is now believed to be usable.
  * SMPI is now very stable (we pass most MPICH tests).
+ * Lots of memory leaks were corrected in this release.
  * Verification and model checking further improved:
    liveness+SMPI works; reduction through state equality detection
  Plus the usual load of bug fixes and small improvements