summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-07-27 15:06:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-07-27 15:06:33 (GMT)
commit732e996de7025cd06fc49c036d1d8afef59ceb13 (patch)
treef8ff4b5ebe0d32725b9783bdaa65884200ea01e6 /release_docs
parentbb436dbc61698aff318a317056c1f42052b434e0 (diff)
downloadhdf5-732e996de7025cd06fc49c036d1d8afef59ceb13.zip
hdf5-732e996de7025cd06fc49c036d1d8afef59ceb13.tar.gz
hdf5-732e996de7025cd06fc49c036d1d8afef59ceb13.tar.bz2
Add swmr tests, fix java script
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 45474ca..541b0a0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -46,7 +46,13 @@ New Features
Configuration:
-------------
- -
+ - Add option to execute swmr shell scripts from CMake.
+
+ Option TEST_SHELL_SCRIPTS redirects processing into a
+ separate ShellTests.cmake file for UNIX types. The tests
+ execute the shell scripts if a SH program is found.
+
+ (ADB - 2018/07/16)
Library:
--------
@@ -114,7 +120,13 @@ New Features
Java Library:
----------------
- -
+ - JNI Read and Write
+
+ Refactored variable-length functions, H5DreadVL and H5AreadVL,
+ to correct dataset and attribute reads. New write functions,
+ H5DwriteVL and H5AwriteVL, are under construction.
+
+ (ADB - 2018/06/02, HDFFV10519)
Tools:
------