From 0cb2ce46708adea08c2ed253d30acc72b2a8a969 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 20 Mar 2018 22:06:26 +0100 Subject: [PATCH] Small doc and changelog improvements --- ChangeLog | 1 + doc/doxygen/inside_release.doc | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index df6ff07e70..bf344716c2 100644 --- 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) diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 3f3cd9fba7..1d04f5ca50 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -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.txt, in 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 -- 2.20.1