From e67e40499acbf7ef094375328ebb070b5dacadb5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 13 Jan 2015 08:58:28 +0100 Subject: [PATCH] Update changelog changes.h now tracks all changes after version 8.2.1. --- doc/news/changes.h | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index cc881ee869..309dedfb97 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -14,11 +14,11 @@ // --------------------------------------------------------------------- /** -@page changes_after_8_2 Changes after Version 8.2 +@page changes_after_8_2_1 Changes after Version 8.2.1

This is the list of changes made after the release of deal.II version -8.2.0. All entries are signed with the names of the authors. +8.2.1. All entries are signed with the names of the authors.

@@ -44,7 +44,7 @@ inconvenience this causes.
(Timo Heister, 2015/01/12) - +
  • Removed: The following compatibility definitions were removed from include/deal.II/base/config.h.in (replacement in brackets): - DEAL_II_CAN_USE_CXX11 (new: DEAL_II_WITH_CXX11) @@ -181,12 +181,12 @@ inconvenience this causes.
    1. New: PETScWrappers::MPI::SparseMatrix::reinit(other) copies the layout of another matrix. TrilinosWrappers::SparseMatrix - operator= and copy constructor are now disabled. This brings + operator= and copy constructor are now disabled. This brings functionality between PETSc and Trilinos in line.
      (Timo Heister, 2015/01/12)
    2. - +
    3. New: Triangulation::set_all_manifold_ids() and Triangulation::set_all_manifold_ids_on_boundaries() set all manifold ids on every object or on every @@ -195,33 +195,20 @@ inconvenience this causes. (Luca Heltai, 2015/01/12)
    4. - -
    5. New: GridTools::copy_boundary_to_manifold_id() and +
    6. New: GridTools::copy_boundary_to_manifold_id() and GridTools::copy_material_to_manifold_id() copy - boundary_ids and material_ids to manifold_ids for + boundary_ids and material_ids to manifold_ids for faces on the boundary and for cells respectively.
      (Luca Heltai, 2015/01/09)
    7. -
    8. Fixed: Utilities::int_to_string() produced wrong results if the number of digits specified was ten or greater.
      (David Wells, 2015/01/08)
    9. -
    10. Ported: The build system now supports CMake up to version 3.1. -
      - (Matthias Maier, 2015/01/06) -
    11. - -
    12. Fixed: CMake now also handles and exports the subminor version - number correctly ("pre" and "rc?" are replaced by "0"). -
      - (Matthias Maier, 2015/01/02) -
    13. -
    14. Fixed: VectorTools::interpolate_to_different_mesh() was accidentally only instantiated for dealii::Vector arguments, rather than all vector classes. This is now fixed. -- 2.39.5