Prepare for 2020.2
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 24 Feb 2020 14:49:29 +0000 (15:49 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Tue, 3 Mar 2020 17:18:10 +0000 (18:18 +0100)
Reset DOI strings

Change-Id: I8a269a8537595d1070c50cfc31c610f2133618b2

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

index 1d736dce21d6110f307c458a30fa007be5dba8a3..a220aca1fe1a1008e418d734827791738ed14901 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 1)
+set(GMX_VERSION_PATCH 2)
 # 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.3685920") # Set correct doi string here
-    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.3685919") # 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 59b5078fc4c5fd4c951637b8df9751291b7d8f66..a671ea5dcd5db176c52e8160b8f0fdbdecedcd5b 100644 (file)
@@ -362,6 +362,7 @@ if (SPHINX_FOUND)
         install-guide/index.rst
         release-notes/index.rst
         release-notes/2020/2020.1.rst
+        release-notes/2020/2020.2.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.2.rst b/docs/release-notes/2020/2020.2.rst
new file mode 100644 (file)
index 0000000..c793676
--- /dev/null
@@ -0,0 +1,27 @@
+GROMACS 2020.2 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.1 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 3c82fdeee5dc824c3d409944ce0a64f9277d256e..6b9a15301cceead057418c363db34638952bd923 100644 (file)
@@ -30,6 +30,7 @@ Patch releases
    :maxdepth: 1
 
    2020/2020.1
+   2020/2020.2
 
 Major release
 ^^^^^^^^^^^^^