diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2015-04-07 16:56:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2015-04-07 16:56:45 (GMT) |
commit | dc10ffc02bfad3605de650c9ab6275d298e31cef (patch) | |
tree | 824bc133d8b2c4c2d4aefc06a0cc673729142bfe | |
parent | f677d29c1e519bb25f42ef2748ed31e4790f08f7 (diff) | |
download | hdf5-dc10ffc02bfad3605de650c9ab6275d298e31cef.zip hdf5-dc10ffc02bfad3605de650c9ab6275d298e31cef.tar.gz hdf5-dc10ffc02bfad3605de650c9ab6275d298e31cef.tar.bz2 |
[svn-r26748] Added entry for Vailin's fix for HDFFV-9173
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e1f8b18..8378037 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -227,6 +227,14 @@ New Features (DER - 2015-04-01, HDFFV-9100) + - Modified H5Pset_istore_k and H5Pset_sym_k functions to validate the ik + value to not exceed the max v1 btree entries (2 bytes). + The functions didn't check the value of ik. When 2*ik exceeded 2 bytes + storage, data was lost in the file, e.g., some chunks would be + overwritten. + + (VC - 2015-03-24, HDFFV-9173) + - Added functions to control the value of H5PL_no_plugin_g without using an environment variable. @@ -239,7 +247,7 @@ New Features were added to the HDF5 C library. These functions require a parameter that indicates which type of dynamically loaded plugin is enabled or disabled. - (ADB - 2015-03-17, HDFFV-85200 + (ADB - 2015-03-17, HDFFV-8520) Parallel Library ---------------- |