summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-01 22:04:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-01 22:04:01 (GMT)
commitd4bac1f92a10ec412e37625f81a393ed5121af7f (patch)
treef31d8c5dc4287530ce22a2bdb9ab6d07eb07f5f8 /release_docs
parent15c121caee640a26774635bdab031fe4dea614af (diff)
downloadhdf5-d4bac1f92a10ec412e37625f81a393ed5121af7f.zip
hdf5-d4bac1f92a10ec412e37625f81a393ed5121af7f.tar.gz
hdf5-d4bac1f92a10ec412e37625f81a393ed5121af7f.tar.bz2
Fix meaning of text
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 068c047..9fd8617 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -64,7 +64,7 @@ New Features
User-defined filters on Windows require that tools be built
with shared libraries.
- CMake commands added to builds tools with
+ CMake command code added to build tools with
shared libraries as well as with static libraries.
(ADB - 2017/02/07, HDFFV-10123)
@@ -142,7 +142,7 @@ Bug Fixes since HDF5-1.8.18
Configuration
-------------
- Support for Fortran shared libraries on OS X with autotools now
- works. Cmake builds still disables Fortran shared libraries on OS X.
+ works. Cmake builds still disables Fortran shared libraries on OS X.
(MSB - 2017/04/30, HDFFV-2772)
@@ -150,7 +150,7 @@ Bug Fixes since HDF5-1.8.18
-------
- bitfield datatypes
- bitfield datatypes did not fully support endianess of the data.
+ bitfield datatypes did not fully support endianness of the data.
Improved the endianess of bitfield datatypes by adding missing functional
code. This code used integer types as a template.
@@ -200,9 +200,9 @@ Bug Fixes since HDF5-1.8.18
- h5diff
- h5diff did not report user-defined filters differences correctly..
+ h5diff did not report user-defined filter data differences correctly..
- Improved h5diff compare of user-defined filters by reporting an
+ Improved h5diff compare of user-defined filter data by reporting an
error if the user-defined filter plugin cannot be found..
(ADB - 2017/01/18, HDFFV-9994)