From 0ae021a517be4baf45bb8edfbe15b1b83e92fec0 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 29 May 2017 12:21:54 +0200 Subject: [PATCH] changelog [makedoc] --- CHANGES/v2.3.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES/v2.3.txt b/CHANGES/v2.3.txt index f3afde038..42dbfbfc4 100644 --- a/CHANGES/v2.3.txt +++ b/CHANGES/v2.3.txt @@ -171,14 +171,17 @@ See branch \branch{v2.3} on git repository. - Fixed numerical issue leading to simulations stuck (LatticeReduction problem) with intel compiler and large simulation cells. - Fixed a bug affecting \ref LOCAL_AVERAGE and outputting all multicolvars calculated by \ref Q6 with \ref DUMPMULTICOLVAR +- `plumed info --user-doc` and `plumed info --developer-doc` now fall back to online manual when local doc is not installed, + see \issue{240}. For developers: -- plumedcheck validation has been made stricter. All the checks are now described in the developer manual. - IMPORTANT: we started to enforce code formatting using astyle. Check the developer documentation to learn how to take care of not-yet-formatted branches. +- plumedcheck validation has been made stricter. All the checks are now described in the developer manual. - Added `--disable-static-patch` to `./configure` to disable tests related to static patching. It can be used when static patching is not needed to make sure a wrong c++ library is not linked by mistake. - Using `install_name_tool` to fix the name of the installed library on OSX. Allows linking the PLUMED shared library without explicitly setting `DYLD_LIBRARY_PATH`. +- On travis-ci, using ccache to speedup builds. */ -- GitLab