<h3>Specific improvements</h3>
<ol>
+ <li> Improved: CMake: Added a configuration check for incompatible ninja
+ + icc setup, fixed several setup and performance issues with the
+ testsuite
+ <br>
+ (Matthias Maier, 2013/11/20)
+ </li>
+
<li> Changed: when a dealii::Exception is thrown, defer the symbol lookup of the
stack trace to when it is needed. This improves performance if what() is never
called.
(Wolfgang Bangerth, 2013/11/13)
</li>
+ <li> Cleanup: Removed obsolete files and files with unknown licensing
+ status from the source tree. Along the way, parameter_gui now uses
+ default icons from the desktop environment instead of bundled ones.
+ <br>
+ (Matthias Maier, 2013/11/11)
+ </li>
+
<li> New: There is now a framework for coloring graphs, with functions
in namespace GraphColoring.
<br>
</p>
<ul>
<li>GNU/Linux: GCC version 4.1 or later; Clang version 3.0 or later;
- ICC versions 12* or 14* (version 13 is not supported)</li>
+ ICC versions 13* or 14*</li>
<li>Mac OS X: GCC version 4.1 or later; Clang version 3.0 or later.
Please see the <a href="https://code.google.com/p/dealii/wiki/MacOSX"
target="_top">deal.II Wiki</a> for installation instructions.</li>