--- /dev/null
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2017 - 2018 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
+/**
+@page changes_between_9_0_0_and_9_0_1 Changes between Version 9.0.0 and 9.0.1
+
+<p>
+This is the list of changes made between the release of deal.II version
+9.0.0 and that of 9.0.1. All entries are signed with the names of the
+author.
+</p>
+
+
+
+<!-- ----------- INCOMPATIBILITIES ----------------- -->
+
+<a name="incompatible"></a>
+<h3 style="color:red">Incompatibilities</h3>
+
+<p style="color:red">
+Following are a few modifications to the library that unfortunately
+are incompatible with previous versions of the library, but which we
+deem necessary for the future maintainability of the
+library. Unfortunately, some of these changes will require
+modifications to application programs. We apologize for the
+inconvenience this causes.
+</p>
+
+<ol>
+
+</ol>
+
+
+<!-- ----------- GENERAL IMPROVEMENTS ----------------- -->
+
+<a name="general"></a>
+<h3>General</h3>
+
+<ol>
+
+</ol>
+
+
+<!-- ----------- SPECIFIC IMPROVEMENTS ----------------- -->
+
+<a name="specific"></a>
+<h3>Specific improvements</h3>
+
+<ol>
+
+ <li> Fixed: Various build system fixes; PETSc/SLEPSc version detection,
+ OpenMP detection, Lapack symbol check
+ <br>
+ (Andreas Fink, Matthias Maier 2018/05/17-09/06)
+ </li>
+
+ <li> Fixed: Various compilation fixes.
+ <br>
+ (Daniel Arndt, Wolfgang Bangerth, Rene Gassmoeller 2018/05/17-09/06)
+ </li>
+
+</ol>
+
+*/
// ---------------------------------------------------------------------
/**
-@page changes_after_9_0_0 Changes after Version 9.0.0
+@page changes_after_9_0_1 Changes after Version 9.0.1
<p>
This is the list of changes made after the release of deal.II version
-9.0.0. All entries are signed with the names of the authors.
+9.0.1. All entries are signed with the names of the authors.
</p>