From 30fd1f2e47ae1aaf6cd6bd4a973f1c7f312f34c8 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 13 Jul 2016 19:58:38 -0500 Subject: [PATCH] add a news/changes.h entry --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 4f28c1edfc..b62949bd57 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -360,6 +360,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: Work around an issue with the OpenMPI installation on certain + Ubuntu versions: The build system now automatically drops the + "-fuse-ld=gold" linker flag if openmpi is incompatible with it. +
    + (Wolfgang Bangerth, Martin Kronbichler, Matthias Maier, 2016/07/13) + +
  2. Fixed: FEValues::reinit() would sometimes try to be overly clever and not re-compute information when called with the same cell twice in a row, even if the underlying triangulation had -- 2.39.5