diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-27 03:01:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-27 03:01:50 (GMT) |
commit | 9fbf809faed6a20be38506020a293cff745f3cc2 (patch) | |
tree | 01c791e90ff182b9c3d98e193fa81ecb703176af /release_docs | |
parent | 5ea3517cba2acc87318179858bf03d8f6bfa3d8f (diff) | |
download | hdf5-9fbf809faed6a20be38506020a293cff745f3cc2.zip hdf5-9fbf809faed6a20be38506020a293cff745f3cc2.tar.gz hdf5-9fbf809faed6a20be38506020a293cff745f3cc2.tar.bz2 |
[svn-r26326] Merge of r26275 from the trunk
- Updated configure.ac so that the direct VFD can now be built
without specifying _GNU_SOURCE, etc. on the command line.
- The direct VFD is now disabled by default. It was previously
enabled, but the configuration script couldn't configure it
properly, making it a moot point.
Fixes: HDFFV-9057, HDFFV-7567, HDFFV-9088, HDFFV-7566
Tested on jam (configure/make in various configurations only)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ed5ea63..0c600e0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -114,6 +114,24 @@ New Features (DER - 2015-02-26, HDFFV-9081) + - Direct VFD configure behavior + + The configure options for Linux now allow the direct VFD to built + without passing additional compiler options/defines like _GNU_SOURCE. + Passing --enable-direct-vfd is now all that is needed to enable + the feature. + + The direct VFD is now disabled by default since it is intended for + specialized audiences. It was previously enabled by default, but the + configure script did not set correct POSIX levels, etc. making this + a moot point. + + Note that the direct VFD can only be configured on Linux when + the O_DIRECT flag to open()/create() and posix_memalign() function + are available. This is unchanged from previous behavior. + + (DER - 2015-02-26, HDFFV-9057, 7567, 9088, 7566) + Library ------- - None |