From 1b953e69cf85bd54c3e087bb3a16a201e27904b2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 17 May 2011 01:36:20 +0000 Subject: [PATCH] Talk about updated boost. git-svn-id: https://svn.dealii.org/trunk@23707 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index a08f1b027e..d284b2d6f9 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -30,10 +30,11 @@ inconvenience this causes.
    -
  1. New: The PersistentTriangulation class now works also in -the codimension one case. +
  2. Changed: The version of BOOST we ship with deal.II has been upgraded +to 1.46.1. BOOST now also resides in the directory contrib/boost-1.46.1 +instead of an unversioned directory.
    -(Luca Heltai, 2011/05/16) +(WB, 2011/05/16)
  3. New: The SparseDirectUMFPACK class can now also deal with matrices provided in SparseMatrixEZ format. @@ -105,6 +106,11 @@ should be fixed now.

    Specific improvements

      +
    1. New: The PersistentTriangulation class now works also in +the codimension one case. +
      +(Luca Heltai, 2011/05/16) +
    2. Fixed: The TrilinosWrappers::SparseMatrix::print() function didn't get column indices right. This is now fixed.
      -- 2.39.5