b8993d0aa15ceced21d20d45ab1f2f9a37dd6389
[alexxy/gromacs.git] / docs / release-notes / 2021 / 2021.2.rst
1 GROMACS 2021.2 release notes
2 ----------------------------
3
4 This version was released on TODO, 2021. These release notes
5 document the changes that have taken place in GROMACS since the
6 previous 2021.1 version, to fix known issues. It also incorporates all
7 fixes made in version 2020.6 and earlier, which you can find described
8 in the :ref:`release-notes`.
9
10 .. Note to developers!
11    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
12    otherwise the formatting on the webpage is messed up.
13    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
14    a space between the colon and number!
15
16 Fixes where mdrun could behave incorrectly
17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18
19 Fixes for ``gmx`` tools
20 ^^^^^^^^^^^^^^^^^^^^^^^
21
22 Fix error when using VMD plugin
23 """""""""""""""""""""""""""""""
24
25 Tools would crash with a C++ library assertion because the plugin loading
26 code incorrectly tried to construct a string from nullptr.
27
28 :issue:`3055`
29
30 Fixes that affect portability
31 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
33 Miscellaneous
34 ^^^^^^^^^^^^^
35
36 Fix bond type in GROMOS force fields
37 """"""""""""""""""""""""""""""""""""
38
39 The bond type for C and +N in [ACE] was incorrect.
40
41 :issue:`3995`