From 911ff2ef0f00339e09f844c6be047dadfaca439b Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 31 Aug 2016 22:16:13 -0500 Subject: [PATCH] update changes and news for release --- doc/news/8.4.1-vs-8.4.2.h | 56 +++++++++++++++++++++++++++++++++++++++ doc/news/changes.h | 2 +- doc/users/doxygen.html | 2 +- 3 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 doc/news/8.4.1-vs-8.4.2.h diff --git a/doc/news/8.4.1-vs-8.4.2.h b/doc/news/8.4.1-vs-8.4.2.h new file mode 100644 index 0000000000..6fa3167e6a --- /dev/null +++ b/doc/news/8.4.1-vs-8.4.2.h @@ -0,0 +1,56 @@ +// --------------------------------------------------------------------- +// +// 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_1_and_8_4_2 Changes between Version 8.4.1 and 8.4.2 + +

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

+ + + + + +

Specific improvements

+ +
    +
  1. Fixed: The build system now uses -fPIC instead of -fpic +
    + (Matthias Maier, 2016/08/31) +
  2. + +
  3. Fixed: Linker error under VS2013 +
    + (Alex Kokomov, 2016/08/09) +
  4. + +
  5. New: The library is now compatible with PETSc 3.7.0. Part of this change + included adding a new header, petsc_compatibility.h, which provides + some version-independent functions for using common PETSc functions. +
    + (David Wells, 2016/07/07) +
  6. + +
  7. Fixed: Fix various warnings introduced by GCC 6 +
    + (David Wells, 2016/05/07) +
  8. + +
+ +*/ diff --git a/doc/news/changes.h b/doc/news/changes.h index 9382006252..d7115bd7dd 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -14,7 +14,7 @@ // --------------------------------------------------------------------- /** -@page changes_after_8_4_1 Changes after Version 8.4.1 +@page changes_after_8_4_2 Changes after Version 8.4.2

This is the list of changes made after the release of deal.II version diff --git a/doc/users/doxygen.html b/doc/users/doxygen.html index 767eeb592b..ae7e424c53 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.1, + 8.4.2, 8.3.0, 8.2.0, 8.1.0, -- 2.39.5