Version 2018.4
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 7 Nov 2018 09:16:41 +0000 (10:16 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 12 Nov 2018 14:46:31 +0000 (15:46 +0100)
Add release notes for change that was missing them.

Change-Id: I56d76f87d967221d037869ca5b93400b67fcd42d

cmake/gmxVersionInfo.cmake
docs/release-notes/2018/2018.4.rst

index 7cad75d303afcfb9f54f3e7f42de901d33102f5a..222ad6fa40d2f348a682309eb49f3315cb0d7565 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 2018)
-set(GMX_VERSION_PATCH 3)
+set(GMX_VERSION_PATCH 4)
 # 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
@@ -231,7 +231,7 @@ set(REGRESSIONTEST_BRANCH "refs/heads/release-2018")
 # build the regressiontests tarball with all the right naming. The
 # naming affects the md5sum that has to go here, and if it isn't right
 # release workflow will report a failure.
-set(REGRESSIONTEST_MD5SUM "368aabf0eb4e6fbc9abb7961475f66de" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "eb9b4e884e671ec2e1a62cc4d88a5533" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")
index 2f83fe826e026e8b8102c1ea9a51e3e12374781a..6ad3e1cbc31e182a7bb9cd44b519086aba570015 100644 (file)
@@ -1,9 +1,9 @@
 GROMACS 2018.4 release notes
 ----------------------------
 
-This version was released on TODO, 2018. These release notes document
+This version was released on November 12, 2018. These release notes document
 the changes that have taken place in GROMACS since version 2018.3, to fix known
-issues. It also incorporates all fixes made in version TODO and
+issues. It also incorporates all fixes made in version 2016.5 and
 earlier, which you can find described in the :ref:`release-notes`.
 
 Fixes where mdrun could behave incorrectly
@@ -126,3 +126,9 @@ will give a helpful error message to get around this.
 
 :issue:`2634`
 
+Fix issue when building |Gromacs| without TNG
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+Some compiler errors have been resolved that could show when building
+|Gromacs| without TNG support enabled.
+