summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-03-15 15:20:25 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-03-15 15:20:25 (GMT)
commitc812a6c9ec5ff440dc405167c54b86fdb18dcfa4 (patch)
tree7329c7062bff51870a6f1b2c467b92de0e245721 /release_docs/RELEASE.txt
parentfaec33960f48e070afd6a7d74630cda3029cb46f (diff)
parent0ea7aa89ff872f810285b12ddde5d55165534afa (diff)
downloadhdf5-c812a6c9ec5ff440dc405167c54b86fdb18dcfa4.zip
hdf5-c812a6c9ec5ff440dc405167c54b86fdb18dcfa4.tar.gz
hdf5-c812a6c9ec5ff440dc405167c54b86fdb18dcfa4.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3ba00f0..876fb63 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -236,6 +236,16 @@ Bug Fixes since HDF5-1.10.3 release
(NAF - 2019/03/06, HDFFV-10716)
+ - Fixed memory leak in scale offset filter
+
+ 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)
+
- Fix hangs with collective metadata reads during chunked dataset I/O
In the parallel library, it was discovered that when a particular