summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-03-08 15:56:09 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-03-08 15:56:09 (GMT)
commit2f3c34c649b8ec04d399296fa6203f68615e55a0 (patch)
treeead00a122d98351fc53091c8c34b1574729da287
parent1848184afec2867fbe46363b30b9281fc6827f4a (diff)
downloadhdf5-2f3c34c649b8ec04d399296fa6203f68615e55a0.zip
hdf5-2f3c34c649b8ec04d399296fa6203f68615e55a0.tar.gz
hdf5-2f3c34c649b8ec04d399296fa6203f68615e55a0.tar.bz2
Revised the entry of bug fix for HDFFV-10705.
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2658664..3b68ba0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -329,9 +329,11 @@ Bug Fixes since HDF5-1.10.4 release
-------
- Fixed memory leak in scale offset filter
- The data buffer was not freed in a special case like the general case.
- The special case is when the MinBits is the same as the number of bits in
- the datatype's precision. It caused the memory usage to grow.
+ In a special case where the MinBits is the same as the number of bits in
+ the datatype's precision, the filter's data buffer was not freed, causing
+ the memory usage to grow. In general the buffer was freed correctly. The
+ Minbits are the minimal number of bits to store the data values. Please
+ see the reference manual for H5Pset_scaleoffset for the detail.
(RL - 2019/3/4, HDFFV-10705)