From 5b079310e0af4ef07ef73415323ff50615bcc389 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 1 Sep 2016 18:59:18 -0500 Subject: [PATCH] add a news/changes.h entry --- doc/news/8.4.1-vs-8.4.2.h | 7 +++++++ doc/news/changes.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/doc/news/8.4.1-vs-8.4.2.h b/doc/news/8.4.1-vs-8.4.2.h index 6fa3167e6a..8258235a41 100644 --- a/doc/news/8.4.1-vs-8.4.2.h +++ b/doc/news/8.4.1-vs-8.4.2.h @@ -29,6 +29,13 @@ author.

Specific improvements

    +
  1. Fixed: Fix MPI_InitFinalize by correctly initializing and destroying + all p4est/libsc related objects by calls to sc_init(), p4est_init(), and + sc_finalize(); compatibility with p4est versions >1.1. +
    + (Jonathan Perry-Houts, 2016/08/31) +
  2. +
  3. Fixed: The build system now uses -fPIC instead of -fpic
    (Matthias Maier, 2016/08/31) diff --git a/doc/news/changes.h b/doc/news/changes.h index d7115bd7dd..568ec07d8a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -500,6 +500,13 @@ inconvenience this causes.

    Specific improvements

      +
    1. Fixed: Fix MPI_InitFinalize by correctly initializing and destroying + all p4est/libsc related objects by calls to sc_init(), p4est_init(), and + sc_finalize(); compatibility with p4est versions >1.1. +
      + (Jonathan Perry-Houts, 2016/08/31) +
    2. +
    3. Improved: SparsityPattern::copy_from() copying from a DynamicSparsityPattern argument had quadratic complexity in the number of rows for sparsity patterns where most of the rows are of length zero. The bad -- 2.39.5