summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 364a3b1..474ece3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,16 @@ New Features
Configuration:
-------------
+ - Renamed HDF5_ENABLE_USING_MEMCHECKER to HDF5_USING_ANALYSIS_TOOL
+
+ The HDF5_USING_ANALYSIS_TOOL is used to indicate to test macros that
+ an analysis tool is being used and that the tests should not use
+ the runTest.cmake macros and it's variations. The analysis tools,
+ like valgrind, test the macro code instead of the program under test.
+
+ HDF5_ENABLE_USING_MEMCHECKER is still used for controlling the HDF5
+ define, H5_USING_MEMCHECKER.
+
- New option for building and naming tools in CMake
The following option has been added:
@@ -179,6 +189,16 @@ Bug Fixes since HDF5-1.14.3 release
===================================
Library
-------
+ - Fixed a bug where H5Tset_fields does not account for any offset
+ set for a floating-point datatype when determining if values set
+ for spos, epos, esize, mpos and msize make sense for the datatype
+
+ Previously, H5Tset_fields did not take datatype offsets into account
+ when determining if the values set make sense for the datatype.
+ This would cause the function to fail when the precision for a
+ datatype is correctly set such that the offset bits are not included.
+ This has now been fixed.
+
- Fixed H5Fget_access_plist so that it returns the file locking
settings for a file