From: Wolfgang Bangerth Date: Thu, 8 Jan 2015 06:39:08 +0000 (-0600) Subject: Update changelog after rebasing to master. X-Git-Tag: v8.3.0-rc1~563^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F407%2Fhead;p=dealii.git Update changelog after rebasing to master. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 0f6ae16aea..a75bd50a39 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -78,8 +78,24 @@ inconvenience this causes. - class BlockList. - MGConstrainedDoFs::non_refinement_edge_index - MGConstrainedDoFs::at_refinement_edge_boundary + - The refinement listener concept of the Triangulation class. This + approach to getting notified about what happens to triangulations + has been superseded by the signals defined by the triangulation + class. + - The deprecated constructor of MPI_InitFinalize + - The MPI support functions in namespace Utilities and Utilities::System. + - Deprecated members of namespace types. + - Namespace deal_II_numbers. + - Triangulation::distort_random. + - Triangulation::clear_user_pointers. + - The deprecated constructor of SparseILU. + - SparseILU::apply_decomposition. + - The deprecated constructor of SparseMIC. + - The compress() functions without argument in the various vector + classes. You should use the versions with a VectorOperation + argument instead.
- (Wolfgang Bangerth, 2014/12/29-2015/01/04) + (Wolfgang Bangerth, 2014/12/29-2015/01/08)
  • Removed: The config.h file no longer exports HAVE_* definitions. @@ -92,22 +108,6 @@ inconvenience this causes.
  • -- The refinement listener concept of the Triangulation class. This - approach to getting notified about what happens to triangulations - has been superseded by the signals defined by the triangulation - class. -- The deprecated constructor of MPI_InitFinalize -- The MPI support functions in namespace Utilities and Utilities::System. -- Deprecated members of namespace types. -- Namespace deal_II_numbers. -- Triangulation::distort_random. -- Triangulation::clear_user_pointers. -- The deprecated constructor of SparseILU. -- SparseILU::apply_decomposition. -- The deprecated constructor of SparseMIC. -- The compress() functions without argument in the various vector - classes. You should use the versions with a VectorOperation - argument instead.