Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start a new development cycle
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 26 Jun 2023 22:03:19 +0000 (00:03 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 26 Jun 2023 22:03:19 +0000 (00:03 +0200)
CMakeLists.txt
ChangeLog
NEWS
docs/source/Release_Notes.rst
docs/source/conf.py
setup.py
sonar-project.properties

index 185ea76..545604e 100644 (file)
@@ -2,7 +2,7 @@
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "34")
-set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
 
 if(${SIMGRID_VERSION_PATCH} EQUAL "0")
   set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")
index b990b86..5157b9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+SimGrid (3.34.1) not released (Target: fall 2023)
+
+----------------------------------------------------------------------------
+
 SimGrid (3.34) June 26. 2023
 
   Save the planet, skip a release: 3.33 was due 6 months ago, so skip directly to 3.34.
diff --git a/NEWS b/NEWS
index dcb01b7..7265100 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+                    _               _____  _________
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ / ___|
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \___ \
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |__) |
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/____/
+               (not released yet)
+
                     _               _____  _____ _  _
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ /| || |
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| || |_
@@ -7,13 +14,18 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ /| || |
 
 Save the planet, skip a release: 3.33 was due 6 months ago, so skip directly to 3.34.
 
-  * MSG and Java are gone (EOL was scheduled for 2020), move to C++17 and drop 32bits support.
-  * Introduce a fluid I/O model, mixing I/O and network, to represent streaming from disk
-  * DAG/workflow loader; Introducing Tasks which are activities that can be fired several times.
-  * Several new documentation sections, and a new tutorial.
-  * Safety properties now portable to every OS, activated by default in all builds.
-  * Introduction ODPOR/SDPOR reductions and guiding strategies (better state space traversal).
-  * (+ MANY internal refactoring, bug fixes and MANY documentation improvement)
+ * Maint: MSG and Java are gone (EOL was scheduled for 2020), move to C++17,
+          and drop 32bits support.
+ * Model: Introduce a fluid I/O model, mixing I/O and network, to represent
+          streaming from disk
+ * API: DAG/workflow loader; Introducing Tasks which are activities that can
+        be fired several times.
+ * Doc: Several new documentation sections, and a new tutorial on DAGs.
+ * MC: Safety properties now portable to every OS, activated by default
+       in all builds.
+ * MC: Introduction ODPOR/SDPOR reductions and guiding strategies (better
+       state space traversal).
+ * (+ internal refactoring, bug fixes and documentation improvement)
 
                     _               _____  _________
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ /___ \
index 7c6aa10..80cad37 100644 (file)
@@ -665,6 +665,10 @@ sthread can now also check concurrent accesses to a given collection, loosely in
 <https://www.microsoft.com/en-us/research/publication/efficient-and-scalable-thread-safety-violation-detection-finding-thousands-of-concurrency-bugs-during-testing>`_.
 This feature is not very usable yet, as you have to manually annotate your code, but we hope to improve it in the near future.
 
+Version 3.35 (TBD)
+------------------
+
+
 .. |br| raw:: html
 
    <br />
index cf2f3b5..7c553de 100644 (file)
@@ -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'
+version = u'3.34.1'
 
 # -- General configuration ---------------------------------------------------
 
index 50accc2..37aa580 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.34',
+    version='3.34.1',
     author='Da SimGrid Team',
     author_email='simgrid-community@inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 827ea52..03c0472 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.34
+sonar.projectVersion=3.34.1
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues