Prepare for GROMACS 2020.6
authorChristian Blau <cblau.mail@gmail.com>
Thu, 7 Jan 2021 07:51:56 +0000 (07:51 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Thu, 7 Jan 2021 07:51:56 +0000 (07:51 +0000)
Reset DOI strings.
Prepare release note stubs.
Set patch number in build infrastructure.

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

index 9e88d810d146d0012e781999bcc322d7ba42125d..e1e5a5ecf63948a5fff5e67d2120f6c3aed34704 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 5)
+set(GMX_VERSION_PATCH 6)
 # 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.4420784") # Set correct doi string here
-    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.4420785") # 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 52af462e040cabbc9ecf9b6e5eddb5e411452089..0416cbab63de4006ee420921bff27a5184e5cc41 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2014,2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by
+# Copyright (c) 2014,2015,2016,2017,2018,2019,2020,2021, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
@@ -366,6 +366,7 @@ if (SPHINX_FOUND)
         release-notes/2020/2020.3.rst
         release-notes/2020/2020.4.rst
         release-notes/2020/2020.5.rst
+        release-notes/2020/2020.6.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.6.rst b/docs/release-notes/2020/2020.6.rst
new file mode 100644 (file)
index 0000000..7a00bf1
--- /dev/null
@@ -0,0 +1,24 @@
+GROMACS 2020.6 release notes
+----------------------------
+
+This version was released on TODO, 2021. These release notes
+document the changes that have taken place in GROMACS since the
+previous 2020.5 version, to fix known issues.
+
+.. 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 e7de4da185648909d612a79c0d7a165cd78e9b2c..45433f4c828bfa48e5ea7decaecea9c1d34eb743 100644 (file)
@@ -29,6 +29,7 @@ Patch releases
 .. toctree::
    :maxdepth: 1
 
+   2020/2020.6
    2020/2020.5
    2020/2020.4
    2020/2020.3