From 3518d15cd085242cff1e4a252840d3148ea137aa Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 6 Apr 2016 22:37:30 +0200 Subject: [PATCH] update 8.4.1 changelog --- doc/news/8.4.0-vs-8.4.1.h | 39 +++++++++++++++++++++++++++++++++++++++ doc/news/changes.h | 4 ++-- doc/users/doxygen.html | 2 +- 3 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 doc/news/8.4.0-vs-8.4.1.h diff --git a/doc/news/8.4.0-vs-8.4.1.h b/doc/news/8.4.0-vs-8.4.1.h new file mode 100644 index 0000000000..e6ae37ce34 --- /dev/null +++ b/doc/news/8.4.0-vs-8.4.1.h @@ -0,0 +1,39 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2016 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_8_4_0_and_8_4_1 Changes between Version 8.4.0 and 8.4.1 + +

+This is the list of changes made between the release of deal.II version +8.4.0 and that of 8.4.1. All entries are signed with the names of the +author. +

+ + + + + +

Specific improvements

+ +
    +
  1. Fixed: Compilation with older versions of gcc (4.4) + is now possible again. +
    + (Bruno Turcksin, 2016/03/17) +
  2. +
+ +*/ diff --git a/doc/news/changes.h b/doc/news/changes.h index 88ee274e1f..6a4ae30fdf 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -14,11 +14,11 @@ // --------------------------------------------------------------------- /** -@page changes_after_8_4 Changes after Version 8.4.0 +@page changes_after_8_4_1 Changes after Version 8.4.1

This is the list of changes made after the release of deal.II version -8.4.0. All entries are signed with the names of the authors. +8.4.1. All entries are signed with the names of the authors.

diff --git a/doc/users/doxygen.html b/doc/users/doxygen.html index 25d1ab5e08..767eeb592b 100644 --- a/doc/users/doxygen.html +++ b/doc/users/doxygen.html @@ -30,7 +30,7 @@ Doxygen, if the online documentation is available, here. For older revisions, links are provided here by revision number: - 8.4.0, + 8.4.1, 8.3.0, 8.2.0, 8.1.0, -- 2.39.5