diff options
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ecac75f..df429d7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -108,7 +108,7 @@ New Features The Doxygen documentation has been updated and passing values larger than UINT32_MAX for size_hint will now produce a normal HDF5 error. - + (DER - 2021/04/29, HDFFV-11241) @@ -136,7 +136,7 @@ New Features The string is now handled properly and the segfault no longer occurs. (DER - 2021/04/27, HDFFV-11239) - + Parallel Library: ----------------- @@ -160,7 +160,26 @@ New Features Tools: ------ - - + - Refactored the perform tools and removed depends on test library. + + Moved the perf and h5perf tools from tools/test/perform to + tools/src/h5perf so that they can be installed. This required + that the test library dependency be removed by copying the + needed functions from h5test.c. + The standalone scripts and other perform tools remain in the + tools/test/perform folder. + + (ADB - 2021/08/10) + + - Removed partial long exceptions + + Some of the tools accepted shortened versions of the long options + (ex: --datas instead of --dataset). These were implemented inconsistently, + are difficult to maintian, and occasionally block useful long option + names. These partial long options have been removed from all the tools. + + (DER - 2021/08/03) + Support for new platforms, languages and compilers @@ -177,7 +196,7 @@ Bug Fixes since HDF5-1.12.1 release Java Library ------------ - - + - Configuration @@ -209,12 +228,12 @@ Bug Fixes since HDF5-1.12.1 release Fortran API ----------- - - + - High-Level Library ------------------ - - + - Fortran High-Level APIs @@ -224,7 +243,7 @@ Bug Fixes since HDF5-1.12.1 release Documentation ------------- - - + - F90 APIs @@ -459,7 +478,6 @@ Known Problems CMake vs. Autotools installations ================================= - While both build systems produce similar results, there are differences. Each system produces the same set of folders on linux (only CMake works on standard Windows); bin, include, lib and share. Autotools places the |