diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-09 18:49:26 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-09 18:49:26 (GMT) |
commit | 75db73efc514aff2af63618cc7be357fc4e77cb6 (patch) | |
tree | 3b49b81c9335d085c485f5aab54b7351c1e46a00 | |
parent | 2d0a0859b22d81cb82d7ff7b6f6481d272d9db71 (diff) | |
download | hdf5-75db73efc514aff2af63618cc7be357fc4e77cb6.zip hdf5-75db73efc514aff2af63618cc7be357fc4e77cb6.tar.gz hdf5-75db73efc514aff2af63618cc7be357fc4e77cb6.tar.bz2 |
Add release note
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0061910..a70802e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,6 +56,16 @@ New Features ------------- - CMake + Change minimum version to 3.10. + + This change removes the need to support a copy of the FindMPI.cmake module, + which has been removed, along with its subfolder in the config/cmake_ext_mod + location. + + (ADB - 2018/03/09) + + - CMake + Add pkg-config file generation Added pkg-config file generation for the C, C++, HL, and HL C++ libraries. |