diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-08 15:00:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-08 15:00:35 (GMT) |
commit | ff2c10c3f0f2174545e608dfbf668a05ad8d0f10 (patch) | |
tree | bf4fa5b6d918a7b95fcc306bf7b53e939b786d47 /release_docs | |
parent | 4fcaec88a98e18f5f9c1ab8e7fd940ee9073a7a6 (diff) | |
parent | aab6d2466f9640d1e08287b0e407124234f6022b (diff) | |
download | hdf5-ff2c10c3f0f2174545e608dfbf668a05ad8d0f10.zip hdf5-ff2c10c3f0f2174545e608dfbf668a05ad8d0f10.tar.gz hdf5-ff2c10c3f0f2174545e608dfbf668a05ad8d0f10.tar.bz2 |
Merge pull request #661 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'aab6d2466f9640d1e08287b0e407124234f6022b':
HDFFV-10276 Remove whitespace
HDFFV-10276 Remove whitespace
HDFFV-10276 Add UD flag option to h5repack
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 11 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
2 files changed, 9 insertions, 12 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index e2489f4..9c0c91e 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -656,17 +656,6 @@ The same scripts can be used on Linux, Mac OSX or a Windows machine by adding an option (${CTEST_SCRIPT_ARG}) to the platform configuration script. -# -# Copyright by The HDF Group. -# All rights reserved. -# -# This file is part of HDF5. The full HDF5 copyright notice, including -# terms governing use, modification, and redistribution, is contained in -# the COPYING file, which can be found at the root of the source code -# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. -# If you do not have access to either file, you may request a copy from -# help@hdfgroup.org. -# ############################################################################################# ### ${CTEST_SCRIPT_ARG} is of the form OPTION=VALUE ### ### BUILD_GENERATOR required [Unix, VS2017, VS201764, VS2015, VS201564, VS2013, VS201364] ### diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 64015ba..d0de3ee 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -107,7 +107,6 @@ New Features (ADB - 2017/08/30, HDFFV-9774) - High-Level APIs: --------------- - @@ -157,6 +156,15 @@ Bug Fixes since HDF5-1.10.1 release Tools ----- + - h5repack + + h5repack always set the User Defined filter flag to H5Z_FLAG_MANDATORY. + + Added another parameter to the 'UD=' option to set the flag by default + to '0' or H5Z_FLAG_MANDATORY, the other choice is '1' or H5Z_FLAG_OPTIONAL. + + (ADB - 2017/08/31, HDFFV-10276) + - h5ls h5ls generated error on stack when it encountered a H5S_NULL |