From b0c79dfd35a9729eb51adfb8a8f929eaf3215dd1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 31 Aug 2006 19:29:04 +0000 Subject: [PATCH] x git-svn-id: https://svn.dealii.org/trunk@13785 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index af56a8ac37..231edeefcc 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -351,6 +351,16 @@ inconvenience this causes.

base

    +
  1. Fixed: The + DataOutBase::write_deal_II_intermediate function + did not check whether it can actually write to the stream + given. It would therefore silently do nothing if the file could + not be written to. This is now fixed: an exception is generated + in that case, as for all the other output functions in that class. +
    + (WB 2006/08/31) +

    +
  2. Improved: Stack backtraces in multithreaded mode were often very long and almost unreadable because the functions in namespace Threads that are used to set up new -- 2.39.5