From d20d7bb64afb1ae9d9fab3b1b3f8ac54b3144c78 Mon Sep 17 00:00:00 2001
From: Matthias Maier
Date: Tue, 13 Jan 2015 13:27:16 +0100
Subject: [PATCH] Provide a changes.h entry
---
doc/news/changes.h | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
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
--
2.39.5