From 4d98a8da103aab939e83ee81f711a33582ea8cbf Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
Date: Mon, 22 Jul 2013 21:23:43 +0000
Subject: [PATCH] Announce 8.0.
git-svn-id: https://svn.dealii.org/trunk@30106 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/news/news.html | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index 8d6a8bd7ab..af15ed28af 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -37,14 +37,27 @@
+ -
+ 2013/07/24: Version 8.0 released
+
+ -
+ deal.II version 8.0 was released today. This is a major new
+ release, featuring the conversion of the configuration and
+ build system to CMake,
+ support for parallel computations with more than 4 billion
+ unknowns, and many more. A full list of changes can be
+ found here.
+
+
-
2013/06/05: 64-bit version of deal.II
-
Because the global dof index variables in deal.II were of type
- unsigned int, it was not possible to create a dof_handler with more than
- 4.3 billions of unknowns. The 64-bit version of deal.II uses unsigned long
- long int and thus, allows for 18e18 unknowns.
+ unsigned int, it was not possible to create a dof_handler with more than
+ 4.3 billions of unknowns. The 64-bit version of deal.II uses unsigned long
+ long int and thus, allows for 18e18 unknowns.
--
2.39.5