Prepare for 2019.2
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 13 Feb 2019 12:54:24 +0000 (13:54 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Tue, 19 Feb 2019 15:41:57 +0000 (16:41 +0100)
Reset doi strings.

Change-Id: I497ce4e5afe3a0f776dfba107e45d74bc51d4cc8

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

index cc8f478dfba6011bc4b3cb04964324c390e26e49..2d86decf59e4df012a3aa4d60eb9a6990bc5b3e7 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 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
@@ -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.2564761" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE)
-set(GMX_SOURCE_DOI "10.5281/zenodo.2564764" 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 c0d29b9794421376a221458ed2b8edfac0556329..65c8c5756f5b14ece9c420aa7be1ef112ef0bec5 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.2.rst
         release-notes/2019/2019.1.rst
         release-notes/2019/major/highlights.rst
         release-notes/2019/major/features.rst
diff --git a/docs/release-notes/2019/2019.2.rst b/docs/release-notes/2019/2019.2.rst
new file mode 100644 (file)
index 0000000..9283293
--- /dev/null
@@ -0,0 +1,26 @@
+GROMACS 2019.2 release notes
+----------------------------
+
+This version was released on TODO, 2019. These release notes
+document the changes that have taken place in GROMACS since the
+initial version 2019.1, to fix known issues. It also incorporates all
+fixes made in version 2018.5 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 d200921c360cc40f3827a06d9e04440f0be58647..93bdb09b56d0f82c15a2a2ad7b36c531bfa835d8 100644 (file)
@@ -29,6 +29,7 @@ Patch releases
 .. toctree::
    :maxdepth: 1
 
+   2019/2019.2
    2019/2019.1
 
 Major release