summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-04-06 18:14:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-04-06 18:14:52 (GMT)
commitf809ee8ce7e68c156ace42970393aafa5350e387 (patch)
tree01fd867324ebf3ae61461c139ecb77a8114f7d04 /release_docs/RELEASE.txt
parentc9f6f4ca487b8f2c5fdcc9a48df066164a199d25 (diff)
downloadhdf5-f809ee8ce7e68c156ace42970393aafa5350e387.zip
hdf5-f809ee8ce7e68c156ace42970393aafa5350e387.tar.gz
hdf5-f809ee8ce7e68c156ace42970393aafa5350e387.tar.bz2
[svn-r26738] Update cmake and plugin in new features.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt26
1 files changed, 24 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b4ca0c5..e1f8b18 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -57,8 +57,16 @@ New Features
Configuration
-------------
- - cmake minimum changed to 3.1
- (ADB - 2015/02/01)
+ - cmake configure files now support components when packaged with cpack.
+ Windows cpack support WiX packaging, cmake will look for WiX and NSIS
+ in standard loactions.
+ (ADB - 2015/04/01 HDFFV-8968)
+
+ - cmake default options changed to align with autotools configure defaults.
+ (ADB - 2015/04/01 HDFFV-8074)
+
+ - cmake minimum changed to 3.1.
+ (ADB - 2015/04/01 HDFFV-9006)
- cmakehdf5: configure options added to enable or disable the building of
different API's and testings. See "cmakehdf5 --help" for details.
@@ -219,6 +227,20 @@ New Features
(DER - 2015-04-01, HDFFV-9100)
+ - Added functions to control the value of H5PL_no_plugin_g without using an
+ environment variable.
+
+ Sometimes it is necessary for an application to disable the use of dynamically
+ loaded plugin libraries without requiring the library to built with plugin
+ support disabled or to set an environment variable to disable plugin support
+ globally.
+
+ Two new functions (H5PLset_loading_state() and H5PLget_loading_state())
+ were added to the HDF5 C library. These functions require a parameter that
+ indicates which type of dynamically loaded plugin is enabled or disabled.
+
+ (ADB - 2015-03-17, HDFFV-85200
+
Parallel Library
----------------
- None