From: Wolfgang Bangerth Date: Thu, 31 Aug 2006 19:29:04 +0000 (+0000) Subject: x X-Git-Tag: v8.0.0~11187 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386cea1a203342356741a0d362d7e9de63e3d7e5;p=dealii.git x git-svn-id: https://svn.dealii.org/trunk@13785 0785d39b-7218-0410-832d-ea1e28bc413d --- 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