From: Matthias Maier Date: Fri, 29 Jul 2016 01:48:37 +0000 (-0500) Subject: add a news/changes.h entry X-Git-Tag: v8.5.0-rc1~813^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2885%2Fhead;p=dealii.git add a news/changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 761e56ba88..57438ae0d2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -406,6 +406,13 @@ inconvenience this causes. (Martin Kronbichler, 2016/07/30) +
  • Fixed: CMake now tries to pick up the full link interface for gsl. + This works around an underlinkage issue with libgsl.so not correctly + stating all shared object dependencies. +
    + (Matthias Maier, 2016/07/28) +
  • +
  • Fixed: Level indices for geometric multigrid queried through DoFAccessor::get_mg_dof_indices() would return wrong indices on lines and faces in non-standard orientation in 3D. This is now fixed.