Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small doc and changelog improvements
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2018 21:06:26 +0000 (22:06 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2018 21:06:26 +0000 (22:06 +0100)
ChangeLog
doc/doxygen/inside_release.doc

index df6ff07..bf34471 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,7 @@ SimGrid (3.19) Released March 20 2018
  - Remove unused run-time parameter "tracing/onelink-only".
  - SimGrid now works with intel compilers (MC still buggy)
  - Remove XBT_LOG_CONNECT, it should be useless nowadays.
+ - tesh kills subprocesses on timeout (but not on windows)
 
  PLATFORM:
  - Rename FULLDUPLEX into SPLITDUPLEX (old name still accepted)
index 3f3cd9f..1d04f5c 100644 (file)
@@ -11,8 +11,8 @@ Please apply the following checklist before releasing.
   - The external patches (Debian, etc) are integrated.
     The COPYING file is aligned with Debian's copyright file, and the
     dates of SimGrid chunks are accurate.
-  - The version number is correctly marked in CMakeLists.txtin macros
-    SIMGRID_VERSION_MAJOR and friends. 
+  - The version number is correctly marked in CMakeLists.txt (in macros
+    SIMGRID_VERSION_*), and also in sonar-project.properties
   - The "make distcheck" target works (testing that every files needed
     to build and install are included in the archive)
 - Tests
@@ -113,7 +113,7 @@ the settings icon of the release you want to change.
     - libsimgrid3.XY conflicts with libsimgrid3.XX because of smpimain
 - Update the simgrid/package.py for spack: https://gitlab.inria.fr/solverstack/spack-repo
 - Create the template for the next release in ChangeLog and NEWS files
-- Change the release number in CMakeLists.txt and sonar-project.properties
+- Change the release number to 3.X.90 in CMakeLists.txt and sonar-project.properties
 - Deal with deprecations:
   - Introduce the XBT_ATTRIB_DEPRECATED_v??? macro for the next release.
   - Kill the one for the current release and remove all code that were