From 17e278dec677a0c8a8350b67b5c8b2c6be749123 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 6 Feb 2023 13:55:36 -0600 Subject: [PATCH] update changelog for release --- doc/news/9.4.1-vs-9.4.2.h | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/news/9.4.1-vs-9.4.2.h diff --git a/doc/news/9.4.1-vs-9.4.2.h b/doc/news/9.4.1-vs-9.4.2.h new file mode 100644 index 000000000000..92d45975d2a5 --- /dev/null +++ b/doc/news/9.4.1-vs-9.4.2.h @@ -0,0 +1,45 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2017 - 2022 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_4_1_and_9_4_2 Changes between Version 9.4.1 and 9.4.2 + +

+This is the list of changes made between the release of deal.II version +9.4.1 and that of 9.4.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. A compilation issue with step-70 has been resolved
    2. +
    3. CMake: prefer -pthread for posix thread support
    4. +
    5. Fix a type mismatch for suitesparse that leads to compilation failures on certain platforms
    6. +
    7. A number of Microsoft Visual Code compatibility fixes concerning extern declarations
    8. +
    +
    + (Wolfgang Bangerth, David Wells, Matthias Maier, 2023/02/06) +
  2. + +
+ +*/