From 14ab18613b0cecd7fb2578c9b509675f6a502bfe Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 1 Dec 2022 15:41:00 -0600 Subject: [PATCH] update changelog for release --- doc/news/9.4.0-vs-9.4.1.h | 50 ++++++++++++++++++++++ doc/news/changes/minor/20220704gassmoeller | 5 --- 2 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 doc/news/9.4.0-vs-9.4.1.h delete mode 100644 doc/news/changes/minor/20220704gassmoeller diff --git a/doc/news/9.4.0-vs-9.4.1.h b/doc/news/9.4.0-vs-9.4.1.h new file mode 100644 index 0000000000..cb11d2abdd --- /dev/null +++ b/doc/news/9.4.0-vs-9.4.1.h @@ -0,0 +1,50 @@ +// --------------------------------------------------------------------- +// +// 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_0_and_9_4_1 Changes between Version 9.4.0 and 9.4.1 + +

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

+ + + + +

Specific improvements

+
    + +
  1. + Fixed: Various compatiblity issues and minor bugfixes have been resolved: +
      +
    1. cmake: always export compile_commands.json in deal.II and user projects
    2. +
    3. doxygen: fix various errors in formulas
    4. +
    5. doxygen: fix SymmetricTensor friends
    6. +
    7. cmake: fix PETSc version detection
    8. +
    9. base: fix some VectorizedArrayTypes for non-default vectorization
    10. +
    11. gitignore: ignore clangd files and directories
    12. +
    13. change ConsensusAlgorithm deprecations to early deprecated
    14. +
    15. step-81: Mention example step in the tutorial lists
    16. +
    17. bugfix: use correct tolerance in MappingCartesian check
    18. +
    +
    + (David Wells, Matthias Maier, Rene Gassmoeller, Sebastian Proell, Timo Heister, 2022/12/01) +
  2. + +
+ +*/ diff --git a/doc/news/changes/minor/20220704gassmoeller b/doc/news/changes/minor/20220704gassmoeller deleted file mode 100644 index c56c464b18..0000000000 --- a/doc/news/changes/minor/20220704gassmoeller +++ /dev/null @@ -1,5 +0,0 @@ -Fixed: MappingCartesian used to throw exceptions in debug mode when checking if -small cells in a large domain size are actually aligned to coordinate axes. -This is fixed now. -
-(Rene Gassmoeller, 2022/07/04) -- 2.39.5