Prepare for GROMACS 2020.5
authorPaul Bauer <paul.bauer.q@gmail.com>
Fri, 2 Oct 2020 09:32:41 +0000 (11:32 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Tue, 6 Oct 2020 11:26:46 +0000 (13:26 +0200)
Reset DOI strings. Added new release note stubs.

Change-Id: I40615b30bc42b8d7e79bcbe6154d002412519abf

cmake/gmxVersionInfo.cmake
docs/CMakeLists.txt
docs/release-notes/2020/2020.5.rst [new file with mode: 0644]
docs/release-notes/index.rst

index 455bf011e7124205f818cd2b336c3caf79744934..88cfd71d7b022feafe8062038a2afd93c06ad021 100644 (file)
 # The GROMACS convention is that these are the version number of the next
 # release that is going to be made from this branch.
 set(GMX_VERSION_MAJOR 2020)
-set(GMX_VERSION_PATCH 4)
+set(GMX_VERSION_PATCH 5)
 # The suffix, on the other hand, is used mainly for betas and release
 # candidates, where it signifies the most recent such release from
 # this branch; it will be empty before the first such release, as well
@@ -283,8 +283,8 @@ if (GMX_VERSION_STRING_OF_FORK)
     set(GMX_MANUAL_DOI_INTERNAL "")
     set(GMX_SOURCE_DOI_INTERNAL "")
 else()
-    set(GMX_MANUAL_DOI_INTERNAL "10.5281/zenodo.4054996") # Set correct doi string here
-    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.4054979") # Set correct doi string here
+    set(GMX_MANUAL_DOI_INTERNAL "") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "") # Set correct doi string here
 endif()
 set(GMX_MANUAL_DOI ${GMX_MANUAL_DOI_INTERNAL} CACHE INTERNAL "reserved doi for GROMACS manual" FORCE)
 set(GMX_SOURCE_DOI ${GMX_SOURCE_DOI_INTERNAL} CACHE INTERNAL "reserved doi for GROMACS source code" FORCE)
index 41dad0166050a888a29e26c22557a0cf1a8653c3..52af462e040cabbc9ecf9b6e5eddb5e411452089 100644 (file)
@@ -365,6 +365,7 @@ if (SPHINX_FOUND)
         release-notes/2020/2020.2.rst
         release-notes/2020/2020.3.rst
         release-notes/2020/2020.4.rst
+        release-notes/2020/2020.5.rst
         release-notes/2020/major/highlights.rst
         release-notes/2020/major/features.rst
         release-notes/2020/major/performance.rst
diff --git a/docs/release-notes/2020/2020.5.rst b/docs/release-notes/2020/2020.5.rst
new file mode 100644 (file)
index 0000000..fc041b9
--- /dev/null
@@ -0,0 +1,26 @@
+GROMACS 2020.5 release notes
+----------------------------
+
+This version was released on TODO, 2020. These release notes
+document the changes that have taken place in GROMACS since the
+previous 2020.4 version, to fix known issues. It also incorporates all
+fixes made in version 2019.6 and earlier, which you can find described
+in the :ref:`release-notes`.
+
+.. Note to developers!
+   Please use """"""" to underline the individual entries for fixed issues in the subfolders,
+   otherwise the formatting on the webpage is messed up.
+   Also, please use the syntax :issue:`number` to reference issues on redmine, without the
+   a space between the colon and number!
+
+Fixes where mdrun could behave incorrectly
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Fixes for ``gmx`` tools
+^^^^^^^^^^^^^^^^^^^^^^^
+
+Fixes that affect portability
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Miscellaneous
+^^^^^^^^^^^^^
index 9042dae7f20800f7a0907717c2ea672308107811..93af555709b6f6d9aa3796fc3e9043a8b2091efa 100644 (file)
@@ -29,6 +29,7 @@ Patch releases
 .. toctree::
    :maxdepth: 1
 
+   2020/2020.5
    2020/2020.4
    2020/2020.3
    2020/2020.2