From e195412fdb6fe78abbd2c679a09bde9a4587fde8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 7 Dec 2010 04:04:52 +0000 Subject: [PATCH] Mention serialization. git-svn-id: https://svn.dealii.org/trunk@22936 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index f750f8ad78..527db27033 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -94,10 +94,18 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

General

    +
  1. New: A significant number of classes, primarily in the + base/ subdirectory, now provide the necessary member functions + for serialization through BOOST's serialization library. +
    + (Pradeep Rao, WB, 2010/12/06) +

  2. +
  3. Fixed: A good number of problems associated with meshes that are embedded in a higher space dimension (i.e. where dim @< spacedim) are now fixed. -
    (Sebastian Pauletti, Andrea Bonito, Luca Heltai, WB, 2010/12/06) +
    + (Sebastian Pauletti, Andrea Bonito, Luca Heltai, WB, 2010/12/06)

  4. Updated: The version of the Threading -- 2.39.5