From: Martin Quinson Date: Thu, 7 Oct 2021 21:10:06 +0000 (+0200) Subject: Release v3.29 X-Git-Tag: v3.29~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7f6120402d31c7cf1d5738fe5493ce18853b1881 Release v3.29 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index df9907e1a4..ed51e19597 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ # Build the version number set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "28") -set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_MINOR "29") +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 16e8c0472f..0958346c01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ ---------------------------------------------------------------------------- -SimGrid (3.28.1) NOT RELEASED YET (v3.29 expected September 22. 2021, 19:21 UTC) +SimGrid (3.29) October 7. 2021 + +The "Ask a stupid question" release. + +We wish that every user ask one question about SimGrid to celebrate. +On Mattermost, Stack Overflow or using the issues tracker. + New modeling features: - Non-linear resource sharing, modeling resources whose performance heavily degrades with contention: diff --git a/NEWS b/NEWS index 0379431a10..b89cb3ef4a 100644 --- a/NEWS +++ b/NEWS @@ -3,13 +3,14 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \ / _ \ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | (_) | \ V / __/ | \__ \ | (_) | | | | ___) | / __/ \__, | \_/ \___|_| |___/_|\___/|_| |_| |____(_)_____| /_/ - (unreleased) + October 7. 2021 -The "Give peace a chance" release (International Day of Peace) +The "Ask a stupid questione" release * Python bindings for the platform creation API * Introduce non-linear ressource sharing, allowing decay models * New documentation section on realistic I/O modeling + * (+ many bug fixes and internal refactoring) _ _____ ____ ___ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \( _ ) diff --git a/docs/source/conf.py b/docs/source/conf.py index 952ca49c80..e536158c81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ copyright = u'2002-2021, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.28.1' +version = u'3.29' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c9b5fdebc5..fa5db0f8f9 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.28.1', + version='3.29', 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 d1d4227715..4ef7a06daf 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.28.1 +sonar.projectVersion=3.29 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues