From 8a14b1bef7cf98e8508d4cd7a98168fc80ad7ddc Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 4 Nov 2021 22:56:50 -0500 Subject: [PATCH] add changelog entry for point release --- doc/news/9.3.1-vs-9.3.2.h | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 doc/news/9.3.1-vs-9.3.2.h diff --git a/doc/news/9.3.1-vs-9.3.2.h b/doc/news/9.3.1-vs-9.3.2.h new file mode 100644 index 0000000000..2d7c35d351 --- /dev/null +++ b/doc/news/9.3.1-vs-9.3.2.h @@ -0,0 +1,46 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2017 - 2021 by the deal.II authors +// +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. +// +// --------------------------------------------------------------------- + +/** +@page changes_between_9_3_1_and_9_3_2 Changes between Version 9.3.1 and 9.3.2 + +

+This is the list of changes made between the release of deal.II version +9.3.1 and that of 9.3.2. All entries are signed with the names of the +author. +

+ + + + +

Specific improvements

+
    + +
  1. + Fixed: Various compatiblity issues and minor bugfixes have been resolved: +
      +
    1. fixes a Sundials/Kinsol issue
    2. +
    3. fixes a bug for plain_copy in MGTransferMatrixFree
    4. +
    5. fixes a bug for Checkpointing/Restore of large triangulations greater than 4GB
    6. +
    7. fixes compatibility issues with Intel 18/19 compiler
    8. +
    9. fixes a compilation issue with step-79 and Intel 18 compiler
    10. +
    +
    + (Daniel Arndt, Marc Fehling, Timo Heister, Matthias Maier, Peter Munch, David Wells, 2021/11/04) +
  2. + +
+ +*/ -- 2.39.5