Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.23.
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 25 Jun 2019 09:56:00 +0000 (11:56 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 25 Jun 2019 09:57:02 +0000 (11:57 +0200)
CMakeLists.txt
ChangeLog
NEWS
doc/doxygen/inside_release.doc
docs/source/conf.py
setup.py
sonar-project.properties

index cba00c6..00e11f5 100644 (file)
@@ -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
 
index 68daa23..53e15fb 100644 (file)
--- 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 8db7af0..134cc02 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ /
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | |_ \
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ ___) |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|____/
-               (not released)
+               June 25. 2019
 
 The Exotic Solstice Release.
 
index 6e6e570..9714423 100644 (file)
@@ -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
index f066b9f..44e9bcf 100644 (file)
@@ -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 ---------------------------------------------------
 
index 74503ea..fc71720 100755 (executable)
--- 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',
index 8d932f3..b57fa5d 100644 (file)
@@ -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