summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2016-11-03 21:13:09 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2016-11-03 21:13:09 (GMT)
commit301a306d15c59d72137e96b8e55132c84dc73366 (patch)
tree3adb4b8e6fde944501e71178c774bbaa5fd044a6
parent4c1c866f47b11615a63bb13e1e75040bd74de259 (diff)
downloadhdf5-301a306d15c59d72137e96b8e55132c84dc73366.zip
hdf5-301a306d15c59d72137e96b8e55132c84dc73366.tar.gz
hdf5-301a306d15c59d72137e96b8e55132c84dc73366.tar.bz2
Updates to RELEASE.txt to account for changes in the 1.8.18 release.
-rw-r--r--release_docs/RELEASE.txt20
1 files changed, 12 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 285b07b..e564344 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -57,7 +57,18 @@ New Features
Configuration
-------------
- - None
+
+ - CMake: Added NAMESPACE hdf5:: to package configuration files to allow
+ projects using installed HDF5 binaries built with CMake to link with
+ them without specifying the HDF5 library location via IMPORTED_LOCATION.
+
+ (ABD, 2016/10/17, HDFFV-10003)
+
+
+ - CMake: Changed the CTEST_BUILD_CONFIGURATION option to
+ CTEST_CONFIGURATION_TYPE as recommended by the CMake documentation.
+
+ (ABD, 2016/10/17, HDFFV-9971)
Library
@@ -122,13 +133,6 @@ Bug Fixes since HDF5-1.8.17
(ABD, 2016/09/19, HDFFV-9431)
- - CMake: Added NAMESPACE hdf5:: to package configuration files to fix a
- problem where projects using installed HDF5 binaries built with CMake
- were unable to link to them.
-
- (ABD, 2016/10/17, HDFFV-10003)
-
-
Library
-------