diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-04 21:56:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-04 21:56:44 (GMT) |
commit | 7d5ced1d23713282c4b122f8927b25f10e3d5de6 (patch) | |
tree | 5e3bf0fae06a8e2dcad068248ddf07000f51e251 | |
parent | 1fc646e52bbcf6d443455e4ea02d2db7c31c4c50 (diff) | |
download | hdf5-7d5ced1d23713282c4b122f8927b25f10e3d5de6.zip hdf5-7d5ced1d23713282c4b122f8927b25f10e3d5de6.tar.gz hdf5-7d5ced1d23713282c4b122f8927b25f10e3d5de6.tar.bz2 |
Fix typo
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f21d844..4ae69f0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -55,7 +55,7 @@ New Features CMAKE_CROSSCOMPILING_EMULATOR to be set. To help with cross-compiling the fortran configure process, the HDF5UseFortran.cmake file macros were improved. Fixed a Fortran configure file issue that incorrectly - used #cmakdefine instead of #define. + used #cmakedefine instead of #define. (ADB - 2018/10/04, HDFFV-10594) @@ -240,7 +240,7 @@ Bug Fixes since HDF5-1.10.3 release Java Library: ---------------- - JNI native library dependencies - + The build for the hdf5_java native library used the wrong hdf5 target library for CMake builds. Correcting the hdf5_java library to build with the shared hdf5 library required testing |