From: maier Date: Tue, 17 Dec 2013 17:28:22 +0000 (+0000) Subject: Provide a news item X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a7e3cb6dac2ee80d8f951071389e8bcc455060;p=dealii-svn.git Provide a news item git-svn-id: https://svn.dealii.org/trunk@32040 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/8.0.0-vs-8.1.0.h b/deal.II/doc/news/8.0.0-vs-8.1.0.h index 4afef43f2f..bf47fc3f32 100644 --- a/deal.II/doc/news/8.0.0-vs-8.1.0.h +++ b/deal.II/doc/news/8.0.0-vs-8.1.0.h @@ -259,6 +259,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: Move the implementation of Subscriptor::(un)subscribe() to + the .cc file so that it is possible to link against the debug library + without specifying -DDEBUG +
    + (Wolfgang Bangerth, 2013/12/13) +
  2. +
  3. Fixed: Since the introduction of ThreadLocalStorage in version 8.0, the way in which FEValues objects visit cells in a parallel assembly loop is no longer deterministic. Therefore, the detection of CellSimilarity that can