From: Wolfgang Bangerth
Date: Thu, 8 Jul 2010 02:51:47 +0000 (+0000)
Subject: A few minor text issues.
X-Git-Tag: v8.0.0~5846
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d7d3417971572862aad7860983df0557f29a75;p=dealii.git
A few minor text issues.
git-svn-id: https://svn.dealii.org/trunk@21460 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index 5e9790b710..6ab26178d7 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)
@@ -69,8 +70,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)
@@ -90,6 +92,14 @@ inconvenience this causes.
(Jean-Paul Pelteret 2010/06/28)
+
+
+
+ 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)
+
@@ -103,16 +113,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.