From: Wolfgang Bangerth
Date: Tue, 30 Dec 2014 02:36:11 +0000 (-0600)
Subject: Add changelog entries for each deprecated function.
X-Git-Tag: v8.3.0-rc1~566^2~21
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91861f1f441252a7bd4e16bd77356e97f42abaa;p=dealii.git
Add changelog entries for each deprecated function.
---
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.
+ - 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)
+
+
- 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