Updated to prepare for 2018.3 release
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 21 Mar 2018 15:04:44 +0000 (16:04 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 14 Jun 2018 12:02:41 +0000 (14:02 +0200)
Change-Id: I0c33fcbdfcc0010b5a13cbbc5503c6a95df751dc

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

index faf7e429b8e833c5953fbc247eddd2874741b337..8a6d1d7bd3e5b5f231b6800b9ce5f57eb26f4401 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 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
index c8c2ee360d1779f99bad4aa2718260c707b8a33a..c1c1c89d700158c0e23ec3cbd77adc9d913d769c 100644 (file)
@@ -125,6 +125,7 @@ if (SPHINX_FOUND)
         fragments/doxygen-links.rst
         install-guide/index.rst
         release-notes/index.rst
+        release-notes/2018/2018.3.rst
         release-notes/2018/2018.2.rst
         release-notes/2018/2018.1.rst
         release-notes/2018/major/highlights.rst
diff --git a/docs/release-notes/2018/2018.3.rst b/docs/release-notes/2018/2018.3.rst
new file mode 100644 (file)
index 0000000..b2f7355
--- /dev/null
@@ -0,0 +1,19 @@
+GROMACS 2018.3 release notes
+----------------------------
+
+This version was released on TODO, 2018. These release notes document
+the changes that have taken place in GROMACS since version 2018.2, to fix known
+issues. It also incorporates all fixes made in version TODO and
+earlier, which you can find described in the :ref:`release-notes`.
+
+Fixes where mdrun could behave incorrectly
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Fixes for ``gmx`` tools
+^^^^^^^^^^^^^^^^^^^^^^^
+
+Fixes to improve portability
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Miscellaneous
+^^^^^^^^^^^^^
index 703aa96d78a11118915e8b40f97d7db0a89ef9a9..8dbef8e1060fef37042dca7f396be55d70497dbb 100644 (file)
@@ -29,6 +29,7 @@ Patch releases
 .. toctree::
    :maxdepth: 1
 
+   2018/2018.3
    2018/2018.2
    2018/2018.1