diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-05-02 06:17:28 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-05-02 06:17:28 (GMT) |
commit | 7d86677dd611adefa12e3229c6494230d4059845 (patch) | |
tree | de2d0e11140c75c7b247b3b2ac76881ec9cfaf95 /release_docs | |
parent | 6306c72a0642bb4631e6358ad812f968e56c7a8f (diff) | |
download | hdf5-7d86677dd611adefa12e3229c6494230d4059845.zip hdf5-7d86677dd611adefa12e3229c6494230d4059845.tar.gz hdf5-7d86677dd611adefa12e3229c6494230d4059845.tar.bz2 |
[svn-r26994] Merge of r26986 from trunk.
Removes H5F_ACC_DEBUG and H5FD_DEBUG functionality.
The H5F_ACC_DEBUG symbol remains but has been defined to zero.
Fixes: HDFFV-1074
Tested on:
h5committest
32-bit Linux w/ C++ and Fortran and multi VFD
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 77ecf0f..dec458a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -64,8 +64,16 @@ New Features Library ------- - - - (XYZ - YYYY/MM/DD HDFFV-####) + + - H5F_ACC_DEBUG flag for H5Fopen/create: functionality removed + + The symbol was used to emit some extra debugging information + for HDF Group developers in the multi VFD. The underlying + functionality has been removed due to disuse. The symbol + remains defined since it was visible in H5Fpublic.h but it + has been set to zero and has no effect anywhere in the library. + + (DER - 2015-05-02, HDFFV-1074) Parallel Library |