--- /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="Wolfgang Bangerth, Guido Kanschat, and others">
+ <meta name="keywords" content="deal.II"></head>
+
+<body>
+
+
+<h2>Changes after Version 3.1</h2>
+
+This is a quite extensive list of changes made after the release of
+<acronym>deal.II</acronym> version 3.1. It is subdivided into changes
+made to the three sub-libraries <a href="#base">base</a>,
+<a href="#lac">lac</a>, and <a href="#deal.II">deal.II</a>, as well as
+changes to the <a href="#general">general infrastructure,
+documentation, etc</a>.
+
+
+
+<a name="general"></a>
+<h3>General</h3>
+
+<ol>
+ <li> <p>
+ New: The <code>./configure</code> script now checks for the
+ existence of a Fortran 77 compiler, and sets its path, some
+ compiler flags and the libraries to be linked in when mixing
+ C++ and F77 in some variables in the file
+ <code>common/Make.global_options</code> (see also
+ <a href="../../development/makefiles.html" target="body">this
+ page</a>).
+ <br>
+ (WB 2000/12/30)
+ </p>
+</ol>
+
+
+
+<a name="base"></a>
+<h3>base</h3>
+
+<ol>
+</ol>
+
+
+
+<a name="lac"></a>
+<h3>lac</h3>
+
+<ol>
+</ol>
+
+
+
+<a name="deal.II"></a>
+<h3>deal.II</h3>
+
+<ol>
+</ol>
+
+<hr>
+Last update $Date$
+
+</body>
+</html>