Skip to content

Commit

Permalink
Update missing release note info. (HDFGroup#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Jun 30, 2021
1 parent 749e891 commit 46ff548
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CMakeTests.* @byrnHDF @derobins

/doc/ @gnuoyd @jrmainzer

/examples/ @lrknox @derobins @bljhdf
/examples/ @lrknox @derobins @bmribler

/fortran/ @brtnfld @epourmal

Expand All @@ -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

Expand Down
21 changes: 18 additions & 3 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
-----
Expand All @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 46ff548

Please sign in to comment.