Prepares for the branch GROMACS 2021.4
authorSebastian Wingbermuhle <sebastian.wingbermuehle@t-online.de>
Tue, 17 Aug 2021 13:47:33 +0000 (15:47 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 18 Aug 2021 15:08:34 +0000 (17:08 +0200)
cmake/gmxVersionInfo.cmake
docs/CMakeLists.txt
docs/release-notes/2021/2021.4.rst [new file with mode: 0644]
docs/release-notes/index.rst

index 3c7cb8caf6d16cc6c13bc20c8087fc0b35faa7c9..86abb3bcf3dd90f9213f06ecb68eacd3d01db7df 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 2021)
-set(GMX_VERSION_PATCH 3)
+set(GMX_VERSION_PATCH 4)
 # 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
@@ -285,8 +285,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.5053220") # Set correct doi string here
-    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.5053201") # 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 11d7c710ea77354ae638e6347bd7778b85d4d7f8..c43d24b279bee367e8b0a56f446a0a80b3e6093d 100644 (file)
@@ -364,6 +364,7 @@ if (SPHINX_FOUND)
         how-to/visualize.rst
         install-guide/index.rst
         release-notes/index.rst
+        release-notes/2021/2021.4.rst
         release-notes/2021/2021.3.rst
         release-notes/2021/2021.2.rst
         release-notes/2021/2021.1.rst
diff --git a/docs/release-notes/2021/2021.4.rst b/docs/release-notes/2021/2021.4.rst
new file mode 100644 (file)
index 0000000..f2d3319
--- /dev/null
@@ -0,0 +1,27 @@
+GROMACS 2021.4 release notes
+----------------------------
+
+This version was released on TODO, 2021. These release notes
+document the changes that have taken place in GROMACS since the
+previous 2021.3 version, to fix known issues. It also incorporates all
+fixes made in version 2020.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 GitLab, 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 e90bc26370897914e82d934fb949bbd0c9f33cd9..a9f0bf93e07db767cde10cbed5ca996256b036a4 100644 (file)
@@ -31,6 +31,7 @@ Patch releases
 .. toctree::
    :maxdepth: 1
 
+   2021/2021.4
    2021/2021.3
    2021/2021.2
    2021/2021.1