summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2014-08-11 14:39:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2014-08-11 14:39:49 (GMT)
commit89ff12bfb2f01b8eda0f47fae31c6ca33c09ce22 (patch)
treef3c7e36ff4199f81862320856712b845c523e3a7 /release_docs
parentc1735ecdb78e0bc636cb1a4ebed8af94e96e0ef7 (diff)
downloadhdf5-89ff12bfb2f01b8eda0f47fae31c6ca33c09ce22.zip
hdf5-89ff12bfb2f01b8eda0f47fae31c6ca33c09ce22.tar.gz
hdf5-89ff12bfb2f01b8eda0f47fae31c6ca33c09ce22.tar.bz2
[svn-r25529] Purpose:
Merged r25508 from the trunk. Adds a check that ensure the page_size parameter in H5Pset_core_write_tracking is not zero. This ensures that the behavior matches the text in the reference manual. Tested on: 32-bit LE linux (jam), tested with make check-vfd. This is a very minor change and does not require full testing.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e9ca754..fa733cd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -125,6 +125,13 @@ Bug Fixes since HDF5-1.8.13
thread-safe library is built on Windows.
(DER - 2014/06/13 HDFFV-8837)
+ - Enforce constraing on page_size parameter in
+ H5Pset_core_write_tracking().
+ The reference manual states that the page_size parameter cannot be zero.
+ This change checks the page_size parameter to ensure it is zero and returns
+ an error code if it is.
+ (DER - 2014/08/11 HDFFV-8891)
+
Parallel Library
----------------
- None