From: Matthias Maier Date: Wed, 26 Aug 2015 03:49:38 +0000 (-0500) Subject: add a changes.h entry X-Git-Tag: v8.4.0-rc2~542^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7b3401ac6dfc760ca80a14b68055376525837a;p=dealii.git add a changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 2e6bdc88bd..1d3d955c4f 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -108,6 +108,14 @@ inconvenience this causes.
    +
  1. Fixed: The testsuite now properly supports version constraints for + compilers and features. Those are annotated by + .compiler=STRING(<=|>=|=|<|>)VERSION., or + .with_FEATURE(<=|>=|=|<|>)VERSION.. +
    + (Matthias Maier, 2015/08/25) +
  2. +
  3. Fixed: The GridIn class was not instantiated for the dim==1,spacedim==3 case. This is now fixed.