summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-05-02 06:17:28 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-05-02 06:17:28 (GMT)
commit7d86677dd611adefa12e3229c6494230d4059845 (patch)
treede2d0e11140c75c7b247b3b2ac76881ec9cfaf95 /release_docs/RELEASE.txt
parent6306c72a0642bb4631e6358ad812f968e56c7a8f (diff)
downloadhdf5-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/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt12
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