From: bangerth
Date: Thu, 8 Jul 2010 02:54:52 +0000 (+0000)
Subject: Take over the text changes from mainline@21460.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8ac0c4b0296b319904f99177b06979a3cb96287;p=dealii-svn.git
Take over the text changes from mainline@21460.
git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-3@21461 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index deba04f817..ee6cd6f97d 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -52,7 +52,8 @@ inconvenience this causes.
when using static libraries did not work. This is now fixed. However, due to
GCC bug 10591, GCC versions prior to and including 4.1.x will
- still not work.
+ still not work. Working with shared libraries was not and is not affected
+ by this problem.
(WB 2010/07/01)
@@ -61,8 +62,9 @@ inconvenience this causes.
Fixed: GCC version 4.0.1 had a bug that prevented it from compiling
release 6.3.0 because it apparently had an infinite loop allocating
memory when compiling fe_values.cc
in optimized mode. This
- had been fixed in GCC 4.0.2, but some versions of Mac OS X still use
- this GCC version in their Xcode environment.
+ problem had been fixed in GCC 4.0.2, but some versions of Mac OS X still use
+ this GCC version in their Xcode environment. In any case, the code in
+ deal.II has been changed to avoid this problem.
(WB 2010/06/30)
@@ -74,6 +76,14 @@ inconvenience this causes.
(Bradley Froehle 2010/06/29)
+
+
+
+ Fixed: deal.II release 6.3.0 did not compile with Trilinos versions 9.x and
+ 10.0. This is now fixed.
+
+ (Martin Kronbichler, WB 2010/06/28)
+
@@ -87,16 +97,10 @@ inconvenience this causes.
-base
+lac
- -
-
- Fixed: deal.II release 6.3.0 did not compile with Trilinos versions 9.x and
- 10.0. This is now fixed.
-
- (Martin Kronbichler, WB 2010/06/28)
-
+ - None so far.