summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-03-31 18:08:27 (GMT)
committerlrknox <lrknox>2017-03-31 18:08:27 (GMT)
commit47dcd9af7997008c14def94651599c79085be7d9 (patch)
treecc7f293c431e6260773bbb818a0e3d3a3e979b1a /release_docs/RELEASE.txt
parentbc286613c2a928442fe4a8cc26ed6f2f0b858008 (diff)
parent349222225abeabbfce539b3d1e626fb7d35d894e (diff)
downloadhdf5-47dcd9af7997008c14def94651599c79085be7d9.zip
hdf5-47dcd9af7997008c14def94651599c79085be7d9.tar.gz
hdf5-47dcd9af7997008c14def94651599c79085be7d9.tar.bz2
Merge branch 'develop' into hdf5_1_10_1
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt32
1 files changed, 24 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5b6a6e7..a0ebbcd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -14,23 +14,23 @@ Links to HDF5 1.10.1 source code, documentation, and additional materials can be
The HDF5 1.10.1 release can be obtained from:
- https://support.hdfgroup.org/HDF5/release/obtain5110.html
+ https://support.hdfgroup.org/HDF5/release/obtain5.html
User documentation for the snapshot can be accessed directly at this location:
- https://support.hdfgroup.org/HDF5/doc1.10/
+ https://support.hdfgroup.org/HDF5/doc/
New features in the HDF5-1.10.x release series, including brief general
-descriptions of some new and modified APIs, are described in the "What's New
-in 1.10.1?" document:
+descriptions of some new and modified APIs, are described in the "New Features
+in HDF5 Release 1.10" document:
- https://support.hdfgroup.org/HDF5/doc/ADGuide/WhatsNew1101.html
+ https://support.hdfgroup.org/HDF5/docNewFeatures/index.html
All new and modified APIs are listed in detail in the "HDF5 Software Changes
-from Release to Release" document, in the section "Release 1.8.19 (current
-release) versus Release 1.10.1
+from Release to Release" document, in the section "Release 10.1 (current
+release) versus Release 1.10.0
- https://support.hdfgroup.org/HDF5/doc1.10/ADGuide/Changes.html
+ https://support.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
If you have any questions or comments, please send them to the HDF Help Desk:
@@ -254,6 +254,22 @@ Bug Fixes since HDF5-1.10.0-patch1 release
(VC, 2016/05/29, HDFFV-9434)
+ - Fix error when copying dataset with attribute which is a compound datatype
+ consisting of a variable length string.
+ (HDFFV-7991 VC 2016/08/19, 2016/08/21, 2016/08/24)
+
+ - H5DOappend will not fail if a dataset has no append callback registered.
+ (HDFFV-9960 VC 2016/08/05, 2016/08/14)
+
+ - Fix the problem where the committed datatype's file location is different
+ from the file location of an attribute with that committed datatype.
+ (HDFFV-9940 VC 2016/07/03, 2016/07/06)
+
+ - (a) Throw an error instead of assertion when v1 btree level hits the 1 byte limit.
+ (b) Modifications to better handle error recovery when conversion by
+ h5format_convert fails.
+ (HDFFV-9434 VC 2016/05/29)
+
Configuration
-------------
- Configuration will check for the strtoll and strtoull functions