From de58e093b769eedea51be901b0870a9fd9e90fd9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 11 Jun 2020 07:03:34 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20200611Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20200611Bangerth diff --git a/doc/news/changes/minor/20200611Bangerth b/doc/news/changes/minor/20200611Bangerth new file mode 100644 index 0000000000..67fde99aee --- /dev/null +++ b/doc/news/changes/minor/20200611Bangerth @@ -0,0 +1,6 @@ +Fixed: The AffineConstraints class had a bug where, if deal.II was +compiled without threading, the class used a global variable. If a +user program used threads nonetheless, this global variable led to +race conditions. This is now fixed. +
+(Wolfgang Bangerth, 2020/06/11) -- 2.39.5