diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-08-15 22:51:15 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-08-15 22:51:15 (GMT) |
commit | 538f743c145fbbfa7b1119693efd2ff61b34efae (patch) | |
tree | 67ca7eb8687bf008660d8a2fce0974805b0586f7 /release_docs | |
parent | 8d7ff1048b147d2bed8a1e6f21ea58d460f83402 (diff) | |
download | hdf5-538f743c145fbbfa7b1119693efd2ff61b34efae.zip hdf5-538f743c145fbbfa7b1119693efd2ff61b34efae.tar.gz hdf5-538f743c145fbbfa7b1119693efd2ff61b34efae.tar.bz2 |
Changes based on PR feedback.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2cc880a..b940095 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -338,8 +338,8 @@ Bug Fixes since HDF5-1.10.3 release to unsigned later on, the decimal part is chopped off causing the test failure. - This was fixed by performing ((value of log10) + 1) first before casting - the result to unsigned. + 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) |