From 6b4e9dac000ca0a20becf8f7919ab043703fd3fe Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 31 Jan 2024 15:26:11 -0600 Subject: [PATCH] add changelog entry for point release --- doc/news/9.5.0-vs-9.5.2.h | 48 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 doc/news/9.5.0-vs-9.5.2.h diff --git a/doc/news/9.5.0-vs-9.5.2.h b/doc/news/9.5.0-vs-9.5.2.h new file mode 100644 index 0000000000..0724868dc5 --- /dev/null +++ b/doc/news/9.5.0-vs-9.5.2.h @@ -0,0 +1,48 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2017 - 2023 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_5_0_and_9_5_2 Changes between Version 9.5.0 and 9.5.2 + +

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

+ + + +

Specific improvements

+
    + +
  1. + Fixed: various configuration, compilation and instantiation issues have + been addressed: +
      +
    1. fix a compilation issue with bundled boost and modern clang compiler
    2. +
    3. instantiate various MPI helper functions for signed long long int
    4. +
    5. add missing codimension-one instantiation for some DoFTools functions
    6. +
    7. fix compiling with PETSc with complex scalar type
    8. +
    9. allow compilation with PETSc but without MPI
    10. +
    11. fix compilation of bundled tbb with gcc-13
    12. +
    13. detect Trilinos NOX support and guard Trilinos NOX usage
    14. +
    +
    + (Daniel Arndt, Wolfgang Bangerth, Matthias Maier, 2024/01/31) +
  2. + +
+ +*/ -- 2.39.5