From: Martin Quinson Date: Tue, 25 Jun 2019 09:56:00 +0000 (+0200) Subject: Release v3.23. X-Git-Tag: v3.23~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d9dab7bd81d52d36fb8fda412f029aed28806d07 Release v3.23. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cba00c62ab..00e11f5ea5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,8 +94,8 @@ endif() #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "22") -set(SIMGRID_VERSION_PATCH "5") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_MINOR "23") +set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot set(SIMGRID_VERSION_DATE "2019") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index 68daa23fd5..53e15fbec4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,15 @@ ---------------------------------------------------------------------------- -SimGrid (3.23) NOT RELEASED (Release Target: June 21. 2019, 15:54 UTC) +SimGrid (3.23) June 25. 2019 + +The Exotic Solstice Release. General: + - SunOS and Haiku OS support. Because exotic platforms are fun. - Stop setting random seed with srand48() at initialization. - Use addr2line as a fallback for stacktraces when backtrace is not available. - Build option -Denable_documentation is now OFF by default. - Network model 'NS3' was renamed into 'ns-3'. - - SunOS and Haiku OS support. Because exotic platforms are fun. Python: - Simgrid can now hopefully be installed with pip. diff --git a/NEWS b/NEWS index 8db7af0e61..134cc02303 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \|___ / \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | |_ \ \ V / __/ | \__ \ | (_) | | | | ___) | / __/ ___) | \_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|____/ - (not released) + June 25. 2019 The Exotic Solstice Release. diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 6e6e570fc1..97144238ca 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -15,13 +15,13 @@ Please apply the following checklist before releasing. - CMakeLists.txt (in macros SIMGRID_VERSION_*) - sonar-project.properties - docs/source/conf.py - - The "make distcheck" target works (testing that every files needed - to build and install are included in the archive) + - setup.py - Tests - - All tests pass on a reasonable amount of platforms (typically, - everything on ci + travis/macOS + AppVeyor) - - You also tested to build and install the content of the source - archive on a reasonable amount of platforms (typically, 2 or 3). + - The "make distcheck" target works (tested by jenkins) + - All tests pass oneverything on ci + travis/macOS + AppVeyor + - Tutorials and derivative projects build correctly + https://framagit.org/simgrid/simgrid-template-s4u/pipelines + https://framagit.org/simgrid/external-projects-ci/pipelines - ChangeLog file - All changes are documented - The release date is indicated below the changes diff --git a/docs/source/conf.py b/docs/source/conf.py index f066b9f9bd..44e9bcf82a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,9 +35,9 @@ copyright = u'2002-2019, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.22.5' +version = u'3.23' # The full version, including alpha/beta/rc tags -release = u'3.23 alpha' +#release = u'3.23 alpha' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 74503ea082..fc71720008 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.22.5', + version='3.23', author='Da SimGrid Team', author_email='simgrid-devel@lists.gforge.inria.fr', description='Toolkit for scalable simulation of distributed applications', diff --git a/sonar-project.properties b/sonar-project.properties index 8d932f38bb..b57fa5d81b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=simgrid sonar.projectKey=simgrid_simgrid sonar.projectName=SimGrid -sonar.projectVersion=3.22.5 +sonar.projectVersion=3.23 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues