From: bangerth Date: Wed, 27 Oct 2010 12:33:31 +0000 (+0000) Subject: Announce one-library changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a641faaaec17132d2d0b855a5ab349894f16f2f1;p=dealii-svn.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