summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-03-09 02:11:17 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-03-09 02:11:17 (GMT)
commitaae529f0273eae9c5ffce301ce46054c557d2613 (patch)
tree958f6ebcd488f56cf11b69fe428b83ae4d4c9fee /release_docs/RELEASE.txt
parent6cddc62b70e64153e791f0ee99b952ce0799b74d (diff)
downloadhdf5-aae529f0273eae9c5ffce301ce46054c557d2613.zip
hdf5-aae529f0273eae9c5ffce301ce46054c557d2613.tar.gz
hdf5-aae529f0273eae9c5ffce301ce46054c557d2613.tar.bz2
[svn-r26393] Merges r26347 and r26363 from trunk
Moves the _POSIX_C_SOURCE, _GNU_SOURCE, and _BSD_SOURCE from AM_CPPFLAGS to H5_CPPFLAGS in the Autotools configure scripts. This prevents them from being exported to h5cc, etc. which is inappropriate since they may interfere with other code. Fixes: HDFFV-9152 Tested on: h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index dc989ba..324dc57 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -132,6 +132,14 @@ New Features
(DER - 2015-02-26, HDFFV-9057, 7567, 9088, 7566)
+ - _POSIX_C_SOURCE, _GNU_SOURCE, and _BSD_SOURCE no longer exported to
+ h5cc and other compiler wrappers.
+
+ These definitions are not required for using API functions and may
+ conflict with user code requirements.
+
+ (DER - 2015-03-08, HDFFV-9152)
+
Library
-------
- None