From fb93435cb10966b9af67255ea6c4e58d442524ab Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 18 Dec 2013 17:38:39 +0000 Subject: [PATCH] move entry from changes.h to 8.0vs8.1 as it is included in 8.1 git-svn-id: https://svn.dealii.org/trunk@32051 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/8.0.0-vs-8.1.0.h | 6 ++++++ deal.II/doc/news/changes.h | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) 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 bf47fc3f32..7be343c267 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,12 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: The DerivativeApproximation class did not work for + parallel programs. This is now fixed. +
    + (Wolfgang Bangerth, 2013/12/18) +
  2. +
  3. 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 diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index e239c68280..63dd4ad503 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -59,12 +59,6 @@ inconvenience this causes.

    Specific improvements

      -
    1. Fixed: The DerivativeApproximation class did not work for - parallel programs. This is now fixed. -
      - (Wolfgang Bangerth, 2013/12/18) -
    2. -
    3. Fixed: VectorTools::project_boundary_values could not deal with function values close to (but not exactly equal to) zero. This is now fixed.
      -- 2.39.5