From: Wolfgang Bangerth
Date: Wed, 27 Oct 2010 12:33:31 +0000 (+0000)
Subject: Announce one-library changes.
X-Git-Tag: v8.0.0~5142
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a569b3a896be06118df44a4ccb125c0fc25edf11;p=dealii.git
Announce one-library changes.
git-svn-id: https://svn.dealii.org/trunk@22515 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index b1e2d25873..b6ddf8d4ae 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -32,6 +32,18 @@
here.
+ -
+ 2010/10/25: New directory and library structure
+
+ -
+ deal.II has had a somewhat quirky directory and library structure for
+ historical reasons, but this has now changed: All include and source
+ files are now under the top-level
include/
+ and source
directories. Furthermore, we no longer build a
+ plethora of libraries but only libdeal_II.g.so
(debug
+ version) and libdeal_II.so
(optimized version).
+
+
-
2010/10/23: Distributed mesh functionality available