--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+ "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+ <head>
+ <link href="../../screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+ <link href="../../print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+ <title>The deal.II news page</title>
+ <meta name="author" content="Guido Kanschat">
+ <meta name="keywords" content="deal.II"></head>
+
+<body>
+
+
+<h2>Changes between versions 3.1 and 3.1.1</h2>
+
+<ol>
+ <li> <p>
+ Fix: in the triangulation, the <code
+ class="member">straight_boundary</code> variable, which is a
+ reference, was assigned the address of a temporary object. It
+ is unclear how this could have worked for three years, but it
+ apparently did...
+ <br>
+ (WB 2001/02/26)
+ </p>
+</ol>
+
+
+<hr>
+Last update $Date$
+
+</body>
+</html>
+
<h3>deal.II</h3>
<ol>
+ <li> <p>
+ Fix: in the triangulation, the <code
+ class="member">straight_boundary</code> variable, which is a
+ reference, was assigned the address of a temporary object. It
+ is unclear how this could have worked for three years, but it
+ apparently did...
+ <br>
+ (WB 2001/02/26)
+ </p>
+
<li> <p>
New: The <code class="class">DoFTools</code> class now has
a function <code class="member">count_dofs_per_component</code>