summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS4
-rw-r--r--release_docs/RELEASE.txt21
2 files changed, 20 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c807e75..29e5866 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -19,7 +19,7 @@ CMakeTests.* @byrnHDF @derobins
/doc/ @gnuoyd @jrmainzer
-/examples/ @lrknox @derobins @bljhdf
+/examples/ @lrknox @derobins @bmribler
/fortran/ @brtnfld @epourmal
@@ -29,7 +29,7 @@ CMakeTests.* @byrnHDF @derobins
/m4/ @lrknox @derobins
-/release_docs/ @lrknox @bljhdf @byrnHDF
+/release_docs/ @lrknox @bmribler @byrnHDF
/src/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup @jrmainzer
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3c1870e..e98a8c6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -133,7 +133,7 @@ New Features
To do so, set CMAKE_OSX_ARCHITECTURES="x86_64;arm64"
- (SAM - 2021/02/07, https://github.com/HDFGroup/hdf5/issues/311)
+ (SAM - 2021/02/07, github-311)
- Added a configure-time option to control certain compiler warnings
diagnostics
@@ -1076,6 +1076,13 @@ Bug Fixes since HDF5-1.12.0 release
(ADB - 2021/06/03)
+ - Move emscripten flag to compile flags
+
+ The emscripten flag, -O0, was removed from target_link_libraries command
+ to the correct target_compile_options command.
+
+ (ADB - 2021/04/26 HDFFV-11083)
+
- Remove arbitrary warning flag groups from CMake builds
The arbitrary groups were created to reduce the quantity of warnings being
@@ -1112,6 +1119,14 @@ Bug Fixes since HDF5-1.12.0 release
(DER - 2021/01/07, HDFFV-11201)
+ - Add missing ENV variable line to hdfoptions.cmake file
+
+ Using the build options to use system SZIP/ZLIB libraries need to also
+ specify the library root directory. Setting the {library}_ROOT ENV
+ variable was added to the hdfoptions.cmake file.
+
+ (ADB - 2020/10/19 HDFFV-11108)
+
Tools
-----
@@ -1124,7 +1139,7 @@ Bug Fixes since HDF5-1.12.0 release
also show the number of bits for precision.
These files are also used in the java tests.
- (ADB - 2021/03/24, HDFFV-11229)
+ (ADB - 2021/03/24, HDFFV-11229,HDFFV-11113)
- Fixed tools argument parsing.
@@ -1171,7 +1186,7 @@ Bug Fixes since HDF5-1.12.0 release
2 : All level 1 information plus extended attribute status report
3 : All level 2 information plus file names
- (ADB - 2020/07/20, HDFFV-10005)
+ (ADB - 2020/07/20, HDFFV-1005)
- h5repack was fixed to repack the reference attributes properly.