From: Wolfgang Bangerth Date: Fri, 11 Dec 2009 01:19:47 +0000 (+0000) Subject: Mention new boost. X-Git-Tag: v8.0.0~6743 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f3dbaf247edc718f219a73f5393da6c7bbf793b;p=dealii.git Mention new boost. git-svn-id: https://svn.dealii.org/trunk@20229 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 08dcf916c0..2641eb6331 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -34,7 +34,7 @@ inconvenience this causes.

Removed: The class TrilinosWrappers::PreconditionStokes has been deleted because it did not work properly, and it is too specific to be part of - the general library. A preconditioner that has the same properties is + the general library. A preconditioner that has the same properties is explained in the @ref step_31 step-31 tutorial program.
(Martin Kronbichler 2009/11/23) @@ -92,6 +92,16 @@ inconvenience this causes.

General

    +
  1. +

    + New: The version of boost + included in the contrib/ directory has been updated + to 1.41.0. +
    + (WB 2009/12/10) +

    +
  2. +
  3. New: There is now a new tutorial program, @ref step_35 "step-35",