summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:20:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:20:04 (GMT)
commit2a5d608f7bf5f99fb61898a331fde2ccc170117e (patch)
treeed1177d3d34ae5b5dfdc6c455678d675d6f12a5e /release_docs/RELEASE.txt
parent53235aa24c7663a4ec0dd87bf75ae42a86caa79f (diff)
parent13f5388149a0dd39a6f67d30d63c6d622e249fd9 (diff)
downloadhdf5-2a5d608f7bf5f99fb61898a331fde2ccc170117e.zip
hdf5-2a5d608f7bf5f99fb61898a331fde2ccc170117e.tar.gz
hdf5-2a5d608f7bf5f99fb61898a331fde2ccc170117e.tar.bz2
Merge pull request #929 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '13f5388149a0dd39a6f67d30d63c6d622e249fd9': HDFFV-4359 Add HL C++ and fix install parameters HDFFV-4359 Add C,HL,CXX files
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6f16aa2..0061910 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -56,6 +56,16 @@ New Features
-------------
- CMake
+ Add pkg-config file generation
+
+ Added pkg-config file generation for the C, C++, HL, and HL C++ libraries.
+ In addition, builds on linux will create h5cXXX scripts that use the pkg-config
+ files. This is a limited implementation of a script like autotools h5cc.
+
+ (ADB - 2018/03/08, HDFFV-4359)
+
+ - CMake
+
Refactor use of CMAKE_BUILD_TYPE for new variable, which understands
the type of generator in use.