From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Wed, 8 Jun 2016 11:46:26 +0000 (-0500)
Subject: Fix test. Also add changelog.
X-Git-Tag: v8.5.0-rc1~980^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85be414b21fa126a659e9a3ed353657a0d2541e7;p=dealii.git

Fix test. Also add changelog.
---

diff --git a/doc/news/changes.h b/doc/news/changes.h
index 1d23802909..098cb2a7be 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,7 +38,16 @@ inconvenience this causes.
 </p>
 
 <ol>
-  <li> Changed: deal.II used to create template instantiations for scalar
+
+ <li> Changed: The Triangulation::Signals::clear signal is now triggered
+ <i>before</i>, not <i>after</i> the internal data structures of the
+ triangulation are destroyed. This allows functions attached to the signal to
+ save information associated with the triangulation.
+ <br>
+ (Wolfgang Bangerth, 2016/06/07)
+ </li>
+
+ <li> Changed: deal.II used to create template instantiations for scalar
   types <tt>double</tt>, <tt>float</tt>, and <tt>long double</tt>. Since
   <tt>long double</tt> is rarely used and the additional precision does
   usually not pay off because most of the other arithmetics in deal.II are
diff --git a/tests/grid/refinement_listener_03.output b/tests/grid/refinement_listener_03.output
index 86171758bd..e1ffc482aa 100644
--- a/tests/grid/refinement_listener_03.output
+++ b/tests/grid/refinement_listener_03.output
@@ -5,7 +5,7 @@ DEAL::tria_1 Create: 1
 DEAL::tria_1 Pre-refinement: 1
 DEAL::tria_1 Any change: 2
 DEAL::tria_1 Post-refinement: 2
-DEAL::tria_1 Any change: 0
+DEAL::tria_1 Any change: 2
 DEAL::tria_2 Copy: 1 1
 DEAL::tria_1 Any change: 1
 DEAL::tria_1 Create: 1
@@ -17,7 +17,7 @@ DEAL::tria_1 Create: 1
 DEAL::tria_1 Pre-refinement: 1
 DEAL::tria_1 Any change: 4
 DEAL::tria_1 Post-refinement: 4
-DEAL::tria_1 Any change: 0
+DEAL::tria_1 Any change: 4
 DEAL::tria_2 Copy: 1 1
 DEAL::tria_1 Any change: 1
 DEAL::tria_1 Create: 1
@@ -29,7 +29,7 @@ DEAL::tria_1 Create: 1
 DEAL::tria_1 Pre-refinement: 1
 DEAL::tria_1 Any change: 8
 DEAL::tria_1 Post-refinement: 8
-DEAL::tria_1 Any change: 0
+DEAL::tria_1 Any change: 8
 DEAL::tria_2 Copy: 1 1
 DEAL::tria_1 Any change: 1
 DEAL::tria_1 Create: 1