From: Wolfgang Bangerth
Date: Fri, 8 Mar 2013 12:53:49 +0000 (+0000)
Subject: Add a news entry.
X-Git-Tag: v8.0.0~1062
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=289550def734dd01e5d1996cf2651ee07638aec7;p=dealii.git
Add a news entry.
git-svn-id: https://svn.dealii.org/trunk@28817 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index eb761b1d17..8de8ff65af 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -24,9 +24,8 @@ inconvenience this causes.
-
@@ -41,7 +40,22 @@ inconvenience this causes.
-
+ - New: deal.II now uses CMake
+ as its configuration and build tool. Please read through the
+ readme and other installation files for information about how the
+ installation process has changed.
+
+ Because this touches the configuration of every external package we
+ interact with, there are a number of other changes as a result:
+
+ - The minimum supported version for Trilinos is now 10.8.x.
+
- We no longer link with different versions of the p4est library
+ in debug and optimized mode. Rather, we now link with the same
+ library in both modes. The p4est installation instructions have
+ been updated.
+
+
+ (Matthias Maier, 2013/03/07)