From 15c121caee640a26774635bdab031fe4dea614af Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 1 Jun 2017 15:01:22 -0500 Subject: Added issues to bug fixes and enhancements --- release_docs/RELEASE.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 21bbe42..068c047 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -57,16 +57,40 @@ New Features Configuration ------------- - - CMake minimum is now 3.2.2. (ADB 2016/01/10) + - + - CMake in the Tools + + User-defined filters on Windows require that tools be built + with shared libraries. + + CMake commands added to builds tools with + shared libraries as well as with static libraries. + + (ADB - 2017/02/07, HDFFV-10123) Library ------- - - Filter plugin API added to access the table of paths to search for a - library. - (HDFFV-10143 ADB 2017/04/04) + - H5PL package + + Users would like to be able to set the plugin path programmatically + instead of through the environment variable. + + H5PL package obtained new APIs for manipulating the entries of + the plugin path table. The new APIs are; + H5PLappend - Insert a plugin path at the end of the list. + H5PLprepend - Insert a plugin path at the beginning of the list. + H5PLreplace - Replace the path at the specified index. + H5PLinsert - Insert a plugin path at the specified index, moving + other paths after the index. + H5PLremove - Remove the plugin path at the specifed index and + compacting the list. + H5PLget - Query the plugin path at the specified index. + H5PLsize - Query the size of the current list of plugin paths. + + (ADB - 2017/04/04, HDFFV-10143) Parallel Library @@ -124,6 +148,15 @@ Bug Fixes since HDF5-1.8.18 Library ------- + - bitfield datatypes + + bitfield datatypes did not fully support endianess of the data. + + Improved the endianess of bitfield datatypes by adding missing functional + code. This code used integer types as a template. + + (ADB - 2017/05/12, HDFFV-10186) + - Missing #ifdef __cplusplus macros were added to the generated H5Epubgen.h file. (HDFFV-9638, DER, 4/25/2017) @@ -165,6 +198,15 @@ Bug Fixes since HDF5-1.8.18 (ADB - 2017/05/18, HDFFV-9055, HDFFV-10128) + - h5diff + + h5diff did not report user-defined filters differences correctly.. + + Improved h5diff compare of user-defined filters by reporting an + error if the user-defined filter plugin cannot be found.. + + (ADB - 2017/01/18, HDFFV-9994) + Fortran API ----------- - None -- cgit v0.12 From d4bac1f92a10ec412e37625f81a393ed5121af7f Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 1 Jun 2017 17:04:01 -0500 Subject: Fix meaning of text --- release_docs/RELEASE.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 068c047..9fd8617 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -64,7 +64,7 @@ New Features User-defined filters on Windows require that tools be built with shared libraries. - CMake commands added to builds tools with + CMake command code added to build tools with shared libraries as well as with static libraries. (ADB - 2017/02/07, HDFFV-10123) @@ -142,7 +142,7 @@ Bug Fixes since HDF5-1.8.18 Configuration ------------- - Support for Fortran shared libraries on OS X with autotools now - works. Cmake builds still disables Fortran shared libraries on OS X. + works. Cmake builds still disables Fortran shared libraries on OS X. (MSB - 2017/04/30, HDFFV-2772) @@ -150,7 +150,7 @@ Bug Fixes since HDF5-1.8.18 ------- - bitfield datatypes - bitfield datatypes did not fully support endianess of the data. + bitfield datatypes did not fully support endianness of the data. Improved the endianess of bitfield datatypes by adding missing functional code. This code used integer types as a template. @@ -200,9 +200,9 @@ Bug Fixes since HDF5-1.8.18 - h5diff - h5diff did not report user-defined filters differences correctly.. + h5diff did not report user-defined filter data differences correctly.. - Improved h5diff compare of user-defined filters by reporting an + Improved h5diff compare of user-defined filter data by reporting an error if the user-defined filter plugin cannot be found.. (ADB - 2017/01/18, HDFFV-9994) -- cgit v0.12 From 64f8611393fe626fccd2ecfe52a6701b695d0d1d Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 1 Jun 2017 17:08:21 -0500 Subject: Correct spelling --- release_docs/RELEASE.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9fd8617..c54d018 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -152,7 +152,7 @@ Bug Fixes since HDF5-1.8.18 bitfield datatypes did not fully support endianness of the data. - Improved the endianess of bitfield datatypes by adding missing functional + Improved the endianness of bitfield datatypes by adding missing functional code. This code used integer types as a template. (ADB - 2017/05/12, HDFFV-10186) @@ -181,7 +181,7 @@ Bug Fixes since HDF5-1.8.18 Improved h5repack by reading the creation order and applying the flag to the new root group. Also added arguments to set the - order and index direction, which applys to the traversing of the + order and index direction, which applies to the traversing of the original file, on the command line. (ADB - 2017/05/26, HDFFV-8611) -- cgit v0.12