summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-02-05 15:40:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-02-05 15:40:42 (GMT)
commit7541b6abb9b679c32dbba70bec51807ca4165cdc (patch)
tree974e652eccaf98b8af9fcbfc66d10e9b1b57b7bd /release_docs
parent21f11e240b02a9df1b6f4dffd7e0a29154368127 (diff)
downloadhdf5-7541b6abb9b679c32dbba70bec51807ca4165cdc.zip
hdf5-7541b6abb9b679c32dbba70bec51807ca4165cdc.tar.gz
hdf5-7541b6abb9b679c32dbba70bec51807ca4165cdc.tar.bz2
HDFFV-11012 fix fortran include properties
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index fd10dbd..6e87429 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -45,6 +45,13 @@ New Features
Configuration:
-------------
+ - Fixed CMake include properties for Fortran libraries
+
+ Corrected the library properties for Fortran to use the
+ correct path for the Fortran module files.
+
+ (ADB - 2020/02/04, HDFFV-11012)
+
- Added common warnings files for gnu and intel
Added warnings files to use one common set of flags
@@ -169,6 +176,41 @@ New Features
- set the ENV variable HDF5_ROS3_TEST_BUCKET_URL to the s3 url for the
s3 bucket containing the HDF5 files to be accessed.
+
+ Java Library:
+ ----------------
+ - Added ability to test java library with VOLs.
+
+ Created new CMake script that combines the java and vol test scripts.
+
+ (ADB - 2020/02/03, HDFFV-10996)
+
+ - Tests fail for non-English locale.
+
+ In the JUnit tests with a non-English locale, only the part before
+ the decimal comma is replaced by XXXX and this leads to a comparison
+ error. Changed the regex for the Time substitution.
+
+ (ADB - 2020/01/09, HDFFV-10995)
+
+
+ Tools:
+ ------
+ - h5diff was updated to use the new reference APIs.
+
+ h5diff uses the new reference APIs to compare references.
+ Attribute references can also be compared.
+
+ (ADB - 2019/12/19, HDFFV-10980)
+
+ - h5dump and h5ls were updated to use the new reference APIs.
+
+ The tools library now use the new reference APIs to inspect a
+ file. Also the DDL spec was updated to reflect the format
+ changes produced with the new APIs. The export API and support
+ functions in the JNI were updated to match.
+
+
Other improvements and changes:
- Hyperslab selection code was reworked to improve performance, getting more