summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-17 19:48:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-17 19:48:43 (GMT)
commitae7da889ece8ea6cfe3207f146ee991951b5ce66 (patch)
tree90a56d75e0a3477b059ee12545ba9702977e837e /release_docs/RELEASE.txt
parent105a05cb9072d21b4158eb9743990b07623097a7 (diff)
downloadhdf5-ae7da889ece8ea6cfe3207f146ee991951b5ce66.zip
hdf5-ae7da889ece8ea6cfe3207f146ee991951b5ce66.tar.gz
hdf5-ae7da889ece8ea6cfe3207f146ee991951b5ce66.tar.bz2
HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT option
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3d42284..49ad436 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,16 @@ New Features
Configuration:
-------------
+ - Add missing USE_110_API_DEFAULT option.
+
+ Option USE_110_API_DEFAULT sets the default version of
+ versioned APIs. The bin/makevers perl script did not set
+ the maxidx variable correctly when the 1.10 branch was
+ created. This caused the versioning process to always use
+ the latest version of any API.
+
+ (ADB - 2018/08/17, HDFFV-10552)
+
- Added configuration checks for the following MPI functions:
MPI_Mprobe - Used for the Parallel Compression feature