From: David Wells Date: Tue, 25 Jan 2022 20:36:15 +0000 (-0500) Subject: Port 9.3.3 changelog changes to master. X-Git-Tag: v9.4.0-rc1~567^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e353321fe10ca8308be63c7287941e7a944dd70e;p=dealii.git Port 9.3.3 changelog changes to master. --- diff --git a/doc/news/9.3.2-vs-9.3.3.h b/doc/news/9.3.2-vs-9.3.3.h new file mode 100644 index 0000000000..6dc1f33e86 --- /dev/null +++ b/doc/news/9.3.2-vs-9.3.3.h @@ -0,0 +1,74 @@ +// --------------------------------------------------------------------- +// +// 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_3_2_and_9_3_3 Changes between Version 9.3.2 and 9.3.3 + +

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

+ + + + +

Specific improvements

+
    + +
  1. + Fixed: use correct update flags in VectorTools::point_values(). +
    + (Maximilian Bergbauer, 2022/01/24) +
  2. + +
  3. + Fixed: use portable "cmake -E remove" in quick_tests. +
    + (Matthias Maier, 2021/12/26) +
  4. + +
  5. + Fixed: Compatibility issues with Boost 1.78 have been resolved. +
    + (David wells, 2022/01/04) +
  6. + +
  7. + Fixed: deal.II has been updated to support the new OneAPI api interface + introduced by the Intel Threading Building Blocks Library. Note that the + threading support of the matrix-free backend will be disabled in this case: + For now, the MatrixFree::AdditionalData::tasks_parallel_scheme control has + no effect and simply defaults to the serial loop. +
    + (Wolfgang Bangerth, Matthias Maier, 2022/01/06) +
  8. + +
  9. + Fixed: A compilation issue with sundials has been resolved. +
    + (Timo Heister, 2021/12/25) +
  10. + +
  11. + Fixed: The shell script `p4est-setup.sh` for installing p4est has been + updated for its latest releases (p4est>=2.3). +
    + (Marc Fehling, 2021/06/10) +
  12. + +
+ +*/ diff --git a/doc/news/changes/minor/20210610Fehling b/doc/news/changes/minor/20210610Fehling deleted file mode 100644 index f8e0526d97..0000000000 --- a/doc/news/changes/minor/20210610Fehling +++ /dev/null @@ -1,4 +0,0 @@ -Fixed: The shell script `p4est-setup.sh` for installing p4est has been -updated for its latest releases (p4est>=2.3). -
-(Marc Fehling, 2021/06/10) diff --git a/doc/news/changes/minor/20220103DavidWells b/doc/news/changes/minor/20220103DavidWells deleted file mode 100644 index 6acaf927bf..0000000000 --- a/doc/news/changes/minor/20220103DavidWells +++ /dev/null @@ -1,4 +0,0 @@ -Fixed: deal.II is now compatible with the versions of Boost.Geometry shipped -with boost 1.77 and boost 1.78. -
-(David Wells, 2022/01/03)