Prepare for first 2021 patch release
authorPaul Bauer <paul.bauer.q@gmail.com>
Fri, 29 Jan 2021 07:34:26 +0000 (07:34 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 29 Jan 2021 07:34:26 +0000 (07:34 +0000)
Reset DOI strings

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

index c415a9419444bd121f28ec7191c46803b84522fc..2f67c69f626dfac030c5cc0b5a476e7a562fcb79 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 0)
+set(GMX_VERSION_PATCH 1)
 # 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.4457591") # Set correct doi string here
-    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.4457626") # 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 cad44b7e438477419d072514374553621b08dc34..5e97749915f3a3e104df5825f4f15fc058fc9c05 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.1.rst
         release-notes/2021/major/highlights.rst
         release-notes/2021/major/features.rst
         release-notes/2021/major/performance.rst
diff --git a/docs/release-notes/2021/2021.1.rst b/docs/release-notes/2021/2021.1.rst
new file mode 100644 (file)
index 0000000..4b884a6
--- /dev/null
@@ -0,0 +1,27 @@
+GROMACS 2021.1 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 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 90e48254b241666d3e90aa12a61d8cc378f5173b..52879e5d79941fbb00ef5a16268910259a97d1be 100644 (file)
@@ -25,6 +25,15 @@ can be found on the `issue tracker`_ at that issue number.
 
 .. todolist::
 
+Patch releases
+^^^^^^^^^^^^^^
+
+.. toctree::
+   :maxdepth: 1
+
+   2021/2021.1
+
+
 Major release
 ^^^^^^^^^^^^^