From a91861f1f441252a7bd4e16bd77356e97f42abaa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 29 Dec 2014 20:36:11 -0600 Subject: [PATCH] Add changelog entries for each deprecated function. --- doc/news/changes.h | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 88d59451c1..ea5e2533e6 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2013 - 2014, 2014 by the deal.II authors +// Copyright (C) 2014 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -38,6 +38,22 @@ inconvenience this causes.

    +
  1. Removed: This release removes a number of functions that have long + been deprecated and that were previously already marked as + deprecated (i.e., they would have yielded warnings by the compiler whenever + you tried to use them). Specifically, these are: + - TimeDependent::end_sweep (with an argument) + - PointValueHistory::mark_locations + - The DataPostprocessor::compute_derived_quantities_scalar and + DataPostprocessor::compute_derived_quantities_vector functions without + evaluation points. If you have + data postprocessor classes implemented in your program that overload these + functions, you will have to change it in a way that they overload the + functions of same name but with the evaluation point argument instead. +
    + (Wolfgang Bangerth, 2015/01/04) +
  2. +
  3. Removed: The config.h file no longer exports HAVE_* definitions. Those are either entirely removed (for the blas/lapack symbols) or renamed to DEAL_II_HAVE_*. This change is done in order to avoid clashes -- 2.39.5