summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-02 18:10:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-02 18:10:14 (GMT)
commit07a1483b1676c01d249660abcdd2e3acc0a08f61 (patch)
treef6c0a8a48f082b4a98260912946cb14ed43d88b2 /release_docs
parent2e1c7f4762aee8c1dfb097b37db7fd97c43fcf2e (diff)
downloadhdf5-07a1483b1676c01d249660abcdd2e3acc0a08f61.zip
hdf5-07a1483b1676c01d249660abcdd2e3acc0a08f61.tar.gz
hdf5-07a1483b1676c01d249660abcdd2e3acc0a08f61.tar.bz2
HDFFV-10408,10918 add note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1832788..73c3d13 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -199,10 +199,10 @@ Bug Fixes since HDF5-1.10.5 release
There was an assertion failure when moving meessages from running a
user test program with library release hdf5.1.10.4. It was because
the tag value (object header's address) was not set up when entering
- the library routine H5O__chunk_update_idx(), which will eventually
+ the library routine H5O__chunk_update_idx(), which will eventually
verifies the metadata tag value when protecting the object header.
- The problem was fixed by replacing FUNC_ENTER_PACKAGE in H5O__chunk_update_idx()
+ The problem was fixed by replacing FUNC_ENTER_PACKAGE in H5O__chunk_update_idx()
with FUNC_ENTER_PACKAGE_TAG(oh->cache_info.addr) to set up the metadata tag.
(VC - 2019/08/23, HDFFV-10873)
@@ -219,7 +219,7 @@ Bug Fixes since HDF5-1.10.5 release
to unsigned later on, the decimal part is chopped off causing the test
failure.
- This was fixed by obtaining the rounded integer value (HDceil) for the
+ This was fixed by obtaining the rounded integer value (HDceil) for the
log10 value of read attempts first before casting the result to unsigned.
(VC - 2019/8/14, HDFFV-10813)
@@ -333,7 +333,14 @@ Bug Fixes since HDF5-1.10.5 release
Tools
-----
- -
+ - h5repack was fixed to repack datasets with external storage
+ to other types of storage.
+
+ New test added to repack files and verify the correct data using h5diff.
+
+ (JS - 2019/09/25, HDFFV-10408)
+ (ADB - 2019/10/02, HDFFV-10918)
+
High-Level APIs:
------