Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add changelog entry for point release #12917

Merged
merged 1 commit into from
Nov 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 46 additions & 0 deletions doc/news/9.3.1-vs-9.3.2.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
// ---------------------------------------------------------------------
//
// Copyright (C) 2017 - 2021 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.md at
// the top level directory of deal.II.
//
// ---------------------------------------------------------------------

/**
@page changes_between_9_3_1_and_9_3_2 Changes between Version 9.3.1 and 9.3.2

<p>
This is the list of changes made between the release of deal.II version
9.3.1 and that of 9.3.2. All entries are signed with the names of the
author.
</p>

<!-- ----------- SPECIFIC IMPROVEMENTS ----------------- -->

<a name="specific"></a>
<h3>Specific improvements</h3>
<ol>

<li>
Fixed: Various compatiblity issues and minor bugfixes have been resolved:
<ol>
<li>fixes a Sundials/Kinsol issue</li>
<li>fixes a bug for plain_copy in MGTransferMatrixFree</li>
<li>fixes a bug for Checkpointing/Restore of large triangulations greater than 4GB</li>
<li>fixes compatibility issues with Intel 18/19 compiler</li>
<li>fixes a compilation issue with step-79 and Intel 18 compiler</li>
</ol>
<br>
(Daniel Arndt, Marc Fehling, Timo Heister, Matthias Maier, Peter Munch, David Wells, 2021/11/04)
</li>

</ol>

*/