diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-09-06 18:00:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-09-06 18:00:46 (GMT) |
commit | 2cb03fedded432eaebd7829fbb8c7c7a5f403508 (patch) | |
tree | c7d0d6c3afec660deccc4ef61f3f9580ff4f2043 /release_docs | |
parent | 8b4cf4c8cb2f5ff61e12d9dcb2dc603772bcb097 (diff) | |
download | hdf5-2cb03fedded432eaebd7829fbb8c7c7a5f403508.zip hdf5-2cb03fedded432eaebd7829fbb8c7c7a5f403508.tar.gz hdf5-2cb03fedded432eaebd7829fbb8c7c7a5f403508.tar.bz2 |
[svn-r24110] Add new h5repack info
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a8f68e1..9a27d02 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -41,6 +41,10 @@ New Features Configuration: ------------- + - New configuration option added to change the default plugin path. + configure option is --with-default-plugin=location + cmake option is -DH5_DEFAULT_PLUGIN:PATH=location + HDFFV-8513. (ADB 2013/09/04) - CMake minimum is now 2.8.10. (ADB 2013/01/14) - A new tool, cmakehdf5, which is a build command script similar to buildhdf5 is added and is available in the bin directory. |