]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add changelog entries for each deprecated function.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 30 Dec 2014 02:36:11 +0000 (20:36 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:11:50 +0000 (15:11 -0600)
doc/news/changes.h

index 88d59451c1896baae6b990b46282946da7a21f75..ea5e2533e6b0c4d2a2dfadad4766ccc7adb3b555 100644 (file)
@@ -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.
 </p>
 
 <ol>
+  <li> 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.
+  <br>
+  (Wolfgang Bangerth, 2015/01/04)
+  </li>
+
   <li> 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.