From: Matthias Maier
Date: Tue, 13 Jan 2015 12:27:16 +0000 (+0100)
Subject: Provide a changes.h entry
X-Git-Tag: v8.3.0-rc1~531^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20d7bb64afb1ae9d9fab3b1b3f8ac54b3144c78;p=dealii.git
Provide a changes.h entry
---
diff --git a/doc/news/changes.h b/doc/news/changes.h
index adb890d27d..cd1bd58cfb 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,25 @@ inconvenience this causes.
+ - Changed: Make.global_options was completely redesigned. It still
+ contains Makefile sourcable information, but they now closely mimic the
+ declarative style of deal.IIConfig.cmake. Thus, projects that still use
+ Makefiles that source Make.global_options have to be ported to the new
+ layout.
+
+ (Matthias Maier, 2015/01/13)
+
+
+ - Removed: The Component compat_files was removed entirely. deal.II
+ now always configures and installs with a somewhat FSHS compliant
+ directory structure. Further, the ancient make_dependencies binary was
+ removed. Either migrate your project to CMake, or port your build system
+ to the new (incompatible) Make.global_options found at
+ ${DEAL_II_SHARE_RELDIR}.
+
+ (Matthias Maier, 2015/01/13)
+
+
- Changed: The two-argument call to the MPI_InitFinalize constructor
used to imply that the user wanted only one thread per MPI process. This
has been changed and now means that every processor core on the system is