From 1b67e32327baa768d8b71df33df56408aeb81695 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Thu, 11 Apr 2019 10:49:50 +0200 Subject: [PATCH] Prepare for version 2019.3 Reset DOI strings Change-Id: Iddbafb48832b28eb862a9a7cbe632e9e7a6fdbf7 --- cmake/gmxVersionInfo.cmake | 6 +++--- docs/CMakeLists.txt | 1 + docs/release-notes/2019/2019.3.rst | 27 +++++++++++++++++++++++++++ docs/release-notes/index.rst | 1 + 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 docs/release-notes/2019/2019.3.rst diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index cbe2f914cb..a458f60a93 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -195,7 +195,7 @@ # 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 2) +set(GMX_VERSION_PATCH 3) # 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.2636383" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE) -set(GMX_SOURCE_DOI "10.5281/zenodo.2636382" 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 diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 81bf4e8ce2..62d0224211 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -367,6 +367,7 @@ if (SPHINX_FOUND) how-to/visualize.rst install-guide/index.rst release-notes/index.rst + release-notes/2019/2019.3.rst release-notes/2019/2019.2.rst release-notes/2019/2019.1.rst release-notes/2019/major/highlights.rst diff --git a/docs/release-notes/2019/2019.3.rst b/docs/release-notes/2019/2019.3.rst new file mode 100644 index 0000000000..9f72af44ae --- /dev/null +++ b/docs/release-notes/2019/2019.3.rst @@ -0,0 +1,27 @@ +GROMACS 2019.3 release notes +---------------------------- + +This version was released on TODO, 2019. These release notes +document the changes that have taken place in GROMACS since the +previous 2019.2 version, to fix known issues. It also incorporates all +fixes made in version 2018.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 +^^^^^^^^^^^^^ + diff --git a/docs/release-notes/index.rst b/docs/release-notes/index.rst index 93bdb09b56..473c331fe9 100644 --- a/docs/release-notes/index.rst +++ b/docs/release-notes/index.rst @@ -29,6 +29,7 @@ Patch releases .. toctree:: :maxdepth: 1 + 2019/2019.3 2019/2019.2 2019/2019.1 -- 2.11.4.GIT