Prepare for GROMACS 2019.6
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 16 Dec 2019 11:39:33 +0000 (12:39 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 23 Dec 2019 14:18:54 +0000 (15:18 +0100)
Reset doi strings

Change-Id: I38fa39c52cde5d967525770ec2a6381b7fcee33a

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

index a46ce8804568e1f7f131b1f16602101268dbae54..181440e2b8a60253bbf7b6629908a24de1ff14ac 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 2019)
-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
@@ -257,8 +257,8 @@ endif()
 # from Zenodo for the manual and source code
 # Has to be done by hand before every final release
 # Use force to override anything given as a cmake command line input
-set(GMX_MANUAL_DOI "10.5281/zenodo.3577988" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE)
-set(GMX_SOURCE_DOI "10.5281/zenodo.3577986" CACHE INTERNAL "reserved doi for GROMACS source code" FORCE)
+set(GMX_MANUAL_DOI "" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE)
+set(GMX_SOURCE_DOI "" CACHE INTERNAL "reserved doi for GROMACS source code" FORCE)
 
 #####################################################################
 # git version info management
index 341e14c1255629c0ee0bd322fb0b0754c295d798..204e2fea8849340d830ab95ca1b289872062dc36 100644 (file)
@@ -367,6 +367,7 @@ if (SPHINX_FOUND)
         how-to/visualize.rst
         install-guide/index.rst
         release-notes/index.rst
+        release-notes/2019/2019.6.rst
         release-notes/2019/2019.5.rst
         release-notes/2019/2019.4.rst
         release-notes/2019/2019.3.rst
diff --git a/docs/release-notes/2019/2019.6.rst b/docs/release-notes/2019/2019.6.rst
new file mode 100644 (file)
index 0000000..68cb9a8
--- /dev/null
@@ -0,0 +1,28 @@
+GROMACS 2019.6 release notes
+----------------------------
+
+This version was released on TODO, 2020. These release notes
+document the changes that have taken place in GROMACS since the
+previous 2019.5 version, to fix known issues. It also incorporates all
+fixes made in version 2018.8 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 621e4264652d81b4b9a5be22170abf24fb5003fd..a5723a06723e703781ccca770bcd8ff51ca4954b 100644 (file)
@@ -29,6 +29,7 @@ Patch releases
 .. toctree::
    :maxdepth: 1
 
+   2019/2019.6
    2019/2019.5
    2019/2019.4
    2019/2019.3