From: Martin Quinson Date: Sun, 30 Jan 2022 20:09:49 +0000 (+0100) Subject: Release v3.30 (Sunday Bloody Sunday) X-Git-Tag: v3.30 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/08bb190c52162e35966b6174c01d78e00261ddb6 Release v3.30 (Sunday Bloody Sunday) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 81e83ca7ca..1d6874fc3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ # Build the version number set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "29") -set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_MINOR "30") +set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot if(${SIMGRID_VERSION_PATCH} EQUAL "0") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}") diff --git a/ChangeLog b/ChangeLog index f3222da414..42cd05a2d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ ---------------------------------------------------------------------------- -SimGrid (3.29.1) NOT RELEASED YET (v3.30 expected December 21. 2021, 15:59 UTC) +SimGrid (3.30) January 30. 2022. + +The Sunday Bloody Sunday release. Main user-visible changes: - The SimDag API for the simulation of the scheduling of Directed Acyclic diff --git a/NEWS b/NEWS index 197dfca486..5361f35312 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,9 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ / / _ \ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| | | | \ V / __/ | \__ \ | (_) | | | | ___) | ___) | |_| | \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ \___/ - (unreleased) + January 30. 2022 + +The Sunday Bloody Sunday release. * SimDAG is finally removed, fully superseeded by S4U. * New documentation on calibrating MPI. diff --git a/docs/source/Release_Notes.rst b/docs/source/Release_Notes.rst index 6e332882a6..3bcae1cf3b 100644 --- a/docs/source/Release_Notes.rst +++ b/docs/source/Release_Notes.rst @@ -424,10 +424,10 @@ This release also paves the way for new models, with the introduction of two new These new features are not used yet in the provided models, but this will probably change in future releases. -Version 3.30 (Not released) +Version 3.30 (January 30. 2022) --------------------------- -Release target: winter 2021 +The Sunday Bloody Sunday release. In may 2016, the future organization of the S4U activities was drafted on a Hawaiian whiteboard. We defined the life cycle of activities, their types, and the way to combine them. All of this had been implemented since, but one piece was still missing: the capacity to express dependencies and vetoes diff --git a/docs/source/conf.py b/docs/source/conf.py index ee7c97197b..7be3c9490f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ copyright = u'2002-2022, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.29.1' +version = u'3.30' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a6e48a0c6b..d8f33238fa 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.29.1', + version='3.30', 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 827d704828..42c7ccff92 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.29.1 +sonar.projectVersion=3.30 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues