diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-29 07:15:11 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-29 07:15:11 (GMT) |
commit | 962faf31acc950439a80c4cd5fd82771f2c5de06 (patch) | |
tree | 02a1e54762d551a64afa0839c8d085ef0988d875 /release_docs | |
parent | cd6923cbca7ef944a511e214c3f014c339eef99f (diff) | |
download | hdf5-962faf31acc950439a80c4cd5fd82771f2c5de06.zip hdf5-962faf31acc950439a80c4cd5fd82771f2c5de06.tar.gz hdf5-962faf31acc950439a80c4cd5fd82771f2c5de06.tar.bz2 |
[svn-r29589] Merge of 29011 & 29019 from trunk.
LFS changes to configure. Fixes HDFFV-9626.
Tested on: jam
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1b44917..a768e38 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -66,7 +66,20 @@ New Features --enable/disable-verbose to display all cmake process output. (AKC, 2015/11/16, HDFFV-8932 and DAILYTEST-195) - - CMake minimum is now 3.1.0. (ADB 2015/11/14) + - CMake minimum is now 3.1.0. (ADB 2015/11/14) + + - Large file system (LFS) support has changed in the autotools + + * We assume that fseeko and ftello exist. + + * The *64 I/O functions and types are no longer explicitly used. + We now rely on a mapping provided by _FILE_OFFSET_BITS (or its + equivalent). + + * _LARGEFILE(64)_SOURCE is no longer exposed via AM_CPPFLAGS. + + (DER, 2016/03/29, HDFFV-9626) + Library ------- |