From: Matthias Maier
Date: Mon, 29 Dec 2014 19:44:48 +0000 (+0100)
Subject: Add an entry to changes.h
X-Git-Tag: v8.3.0-rc1~574^2~1
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d52c9841683c75359148e81f3101e24a083199;p=dealii.git
Add an entry to changes.h
---
diff --git a/doc/news/changes.h b/doc/news/changes.h
index 1884913fe3..aa3c1c9de0 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,14 @@ inconvenience this causes.
+ - Removed: The config.h file no longer exports HAVE_* definitions.
+ Those are either entirely removed (for the blas/lapack symbols) or
+ renamed to DEAL_II_HAVE_*. This change is done in order to avoid clashes
+ with external projects also exporting HAVE_* definitions in their header
+ files.
+
+ (Matthias Maier, 2014/12/29)
+