diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-08 20:17:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-08 20:17:43 (GMT) |
commit | ce61ff09542b5cf4a5b773dc3e5fa3ed7b3825a3 (patch) | |
tree | 4f142ad42b4779244a8b6194cfcd2df3b50f5ce6 /release_docs/RELEASE.txt | |
parent | 4c4042121c4a8ca7092c23b41ba1e35001606ed3 (diff) | |
download | hdf5-ce61ff09542b5cf4a5b773dc3e5fa3ed7b3825a3.zip hdf5-ce61ff09542b5cf4a5b773dc3e5fa3ed7b3825a3.tar.gz hdf5-ce61ff09542b5cf4a5b773dc3e5fa3ed7b3825a3.tar.bz2 |
Add release note.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d90aad4..d8a23b1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -46,16 +46,16 @@ New Features Configuration: ------------- - - + - Library: -------- - - + - Parallel Library: ----------------- - - + - Fortran Library: ---------------- @@ -121,7 +121,19 @@ Bug Fixes since HDF5-1.10.2 release Configuration ------------- - - + - Converted CMake global commands ADD_DEFINITIONS and INCLUDE_DIRECTORIES + to use target_* type commands. This change modernizes the CMake usage + in the HDF5 library. + + In addition, there is the intention to convert to generator expressions, + where possible. The exception is Fortran FLAGS on Windows Visual Studio. + The HDF macros; TARGET_C_PROPERTIES and TARGET_FORTRAN_PROPERTIES have + been removed with this change in usage. + + The additional language (C++ and Fortran) checks have also been localized + to only be checked when that language is enabled. + + (ADB 2018/05/08) Performance ------------- |