summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-04 22:05:11 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-04 22:05:11 (GMT)
commit82dd54c26b11245c36f65a044e9b717dc2c337e0 (patch)
tree2b10e49166cd23fd6b08ca51a970d10de01b1673 /release_docs
parent1379878b7a7785d3f0c5fe97badcb7997bb2ce20 (diff)
downloadhdf5-82dd54c26b11245c36f65a044e9b717dc2c337e0.zip
hdf5-82dd54c26b11245c36f65a044e9b717dc2c337e0.tar.gz
hdf5-82dd54c26b11245c36f65a044e9b717dc2c337e0.tar.bz2
Revised text
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 92c2414..addd9b0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -119,7 +119,7 @@ New Features
--------
- Added new chunk query functions
- The following public functions are added to discover information about
+ The following public functions were added to discover information about
the chunks in an HDF5 file.
herr_t H5Dget_num_chunks(dset_id, fspace_id, *nchunks)
herr_t H5Dget_chunk_info_by_coord(dset_id, *coord, *filter_mask, *addr, *size)
@@ -261,8 +261,9 @@ Bug Fixes since HDF5-1.10.3 release
- There was an incorrect protection against division by zero reported
to The HDF Group as issue #CVE-2018-17233.
- Protection against division by zero were added in several internal
- functions.
+ Protection against division by zero was added to address the issue
+ #CVE-2018-17233. In addition, several similar occurrences in the same
+ file were fixed as well.
(BMR - 2018/02/26, HDFFV-10577)