From: Martin Quinson Date: Thu, 23 Nov 2023 23:00:35 +0000 (+0100) Subject: Release v3.35 X-Git-Tag: v3.35 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d68e1c39ec0832cb2391aedd17a868c597dd399e Release v3.35 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 80e106cfbe..aa272ace4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ # Build the version number set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "34") -set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_MINOR "35") +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 b84988e6ff..26a1e077c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -SimGrid (3.34.1) not released (Target: fall 2023) +SimGrid (3.35) November 23. 2023 + +The "Thanks Giving up stateful model-checking" release. Stateless model checking remains. S4U: - New class ActivitySet to ease wait_any()/test_any()/wait_all() diff --git a/NEWS b/NEWS index 1ac203f9d6..92b6e770fc 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,9 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ / ___| \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \___ \ \ V / __/ | \__ \ | (_) | | | | ___) | ___) |__) | \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/____/ - (not released yet) + November 23. 2023 + +The "Thanks Giving up stateful model-checking" release. Stateless model checking remains. * Maint: liveness checking is gone. It was fragile and buggy. * API: ActivitySet make it easier to manage sets of activities. diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 65f20c0e98..43dbbdb2c9 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -14,7 +14,6 @@ Please apply the following checklist before releasing. - ChangeLog file - All changes are documented - The release date is indicated below the changes - - The release is marked as stable above the changes (remove the UNRELEASED marker) - The release dub name matches the one given in NEWS file - NEWS - The most notable changes of the version are documented @@ -35,6 +34,7 @@ Please apply the following checklist before releasing. @subsection inside_release_c_releasing Actually releasing SimGrid - Update the version number in: + - ChangeLog header - CMakeLists.txt (in macros SIMGRID_VERSION_*) - sonar-project.properties - docs/source/conf.py diff --git a/docs/source/Release_Notes.rst b/docs/source/Release_Notes.rst index 973cf6bc8d..553a2e5264 100644 --- a/docs/source/Release_Notes.rst +++ b/docs/source/Release_Notes.rst @@ -666,8 +666,8 @@ sthread can now also check concurrent accesses to a given collection, loosely in `_. This feature is not very usable yet, as you have to manually annotate your code, but we hope to improve it in the future. -Version 3.35 (TBD) ------------------- +Version 3.35 (November 23. 2023) +-------------------------------- **On the performance front**, we did some profiling and optimisation for this release. We saved some memory in simulation mixing MPI applications and S4U actors, and we greatly improved the performance of simulation exchanging many messages. We even diff --git a/docs/source/conf.py b/docs/source/conf.py index 7c553dec6c..c3d76300de 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,7 +34,7 @@ copyright = u'2002-2023, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.34.1' +version = u'3.35' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 37aa580d9a..122b1c8d22 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.34.1', + version='3.35', author='Da SimGrid Team', author_email='simgrid-community@inria.fr', description='Toolkit for scalable simulation of distributed applications', diff --git a/sonar-project.properties b/sonar-project.properties index a6d28f5ce8..69ebaa1b69 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.34.1 +sonar.projectVersion=3.35 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues