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
-
Fixed: various configuration, compilation and instantiation issues have been addressed:
-
fix a compilation issue with bundled boost and modern clang compiler
-
instantiate various MPI helper functions for signed long long int
-
add missing codimension-one instantiation for some DoFTools functions
-
fix compiling with PETSc with complex scalar type
-
allow compilation with PETSc but without MPI
-
fix compilation of bundled tbb with gcc-13
-
detect Trilinos NOX support and guard Trilinos NOX usage
(Daniel Arndt, Wolfgang Bangerth, Matthias Maier, 2024/01/31)