summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-06-21 14:51:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-06-21 14:51:32 (GMT)
commit8ab0727d54cd147930aea5fdb025f3aeeb4f82c1 (patch)
tree97160b47393d685bce94849f0f58f67a7fc10fae
parent380200f0eda660edcc23a07a1bdf06266d9e75ce (diff)
downloadhdf5-8ab0727d54cd147930aea5fdb025f3aeeb4f82c1.zip
hdf5-8ab0727d54cd147930aea5fdb025f3aeeb4f82c1.tar.gz
hdf5-8ab0727d54cd147930aea5fdb025f3aeeb4f82c1.tar.bz2
Correct sentence structure.
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index fef4c63..663abc7 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -53,15 +53,15 @@ New Features
shared. A new option was added to CMake, ONLY_SHARED_LIBS, which will
skip building static libraries. Certain utility functions will build with
static libs but are not published. Tests are adjusted to use the correct
- libraries.
+ libraries depending on SHARED/STATIC settings.
(ADB - 2019/06/12, HDFFV-10805)
- Change tools test that test the error stack
There are some use cases which can cause the error stack of tools to be
- different then the expected. These tests now use grepTest.cmake, this was
- changed to allow the error file to be searched for an expected string.
+ different then the expected output. These tests now use grepTest.cmake,
+ this was changed to allow the error file to be searched for an expected string.
(ADB - 2019/04/15, HDFFV-10741)
@@ -370,12 +370,12 @@ Bug Fixes since HDF5-1.10.4 release
- 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 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
+ 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)
+ (RL - 2019/3/4, HDFFV-10705)
- Fix hangs with collective metadata reads during chunked dataset I/O