From: Matthias Maier Date: Wed, 30 Jun 2021 20:46:20 +0000 (-0500) Subject: reorganize changelog entries for point release X-Git-Tag: v9.3.1~1^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=892ee84cf1f9d3991791b3b14522a375982531ef;p=dealii.git reorganize changelog entries for point release - create 9.3.0-vs-9.3.1.h file - remove individual entries --- diff --git a/doc/news/9.3.0-vs-9.3.1.h b/doc/news/9.3.0-vs-9.3.1.h new file mode 100644 index 0000000000..6b75d5a974 --- /dev/null +++ b/doc/news/9.3.0-vs-9.3.1.h @@ -0,0 +1,70 @@ +// --------------------------------------------------------------------- +// +// 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_0_and_9_3_1 Changes between Version 9.3.0 and 9.3.1 + +

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

+ + + + +

Specific improvements

+
    + +
  1. + Fixed: Various MPI configuration and compatibility issues have been + resolved. +
    + (Timo Heister, Matthias Maier, 2021/06/29) +
  2. + +
  3. + Fixed: Added a proper configuration guard for a gcc 11 compiler bug. This + fixes a compilation issue with Intel compilers versions 18 and 19. +
    + (Matthias Maier, 2021/06/29) +
  4. + +
  5. + Fixed: various gcc 11 warnings, missing instantiations and compilation + and configuration issues. +
    + (Timo Heister, David Wells, 2021/06/29) +
  6. + +
  7. + Fixed: Removed some pointers in MappingQGeneric and MappingFE that could cause + segmentation faults at high optimization levels due to compiler assumptions + about data alignment. +
    + (David Wells, 2021/06/17) +
  8. + +
  9. + Fixed: Reorder grid cells in GridIn::read_exodusii() for a quad/hex mesh. + This allows the mesh to be used in a + parallel::distributed::Triangulation. +
    + (Maximilian Bergbauer, 2021/06/07) +
  10. + +
+ +*/ diff --git a/doc/news/changes/minor/20210617DavidWells b/doc/news/changes/minor/20210617DavidWells deleted file mode 100644 index 2948ecdb28..0000000000 --- a/doc/news/changes/minor/20210617DavidWells +++ /dev/null @@ -1,5 +0,0 @@ -Fixed: Removed some pointers in MappingQGeneric and MappingFE that could cause -segmentation faults at high optimization levels due to compiler assumptions -about data alignment. -
-(David Wells, 2021/06/17) diff --git a/doc/news/changes/minor/20210629Maier b/doc/news/changes/minor/20210629Maier deleted file mode 100644 index f6446a2a84..0000000000 --- a/doc/news/changes/minor/20210629Maier +++ /dev/null @@ -1,5 +0,0 @@ -Fixed: Added a proper configuration guard for a gcc 11 compiler bug. This -fixes a compilation issue with Intel compilers versions 18 and 19. -
-(Matthias Maier, 2021/06/29) -