summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-10-20 20:53:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-10-20 20:53:39 (GMT)
commit1f53e2708c6c8d47e7d765a8e1385308046bd56b (patch)
tree80e691db712709265a49b19a4f8bc5c6f7959d19 /RELEASE
parent00ca91129d7812ef54226c475074745304f6069e (diff)
downloadhdf5-1f53e2708c6c8d47e7d765a8e1385308046bd56b.zip
hdf5-1f53e2708c6c8d47e7d765a8e1385308046bd56b.tar.gz
hdf5-1f53e2708c6c8d47e7d765a8e1385308046bd56b.tar.bz2
[svn-r2715] Purpose:
Document changing the maximum number of dimensions from 31 -> 32
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 1bd3e3e..11d698f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -48,6 +48,8 @@ New features
retrieved with H5Pget_sieve_buf_size().
* Added new Virtual File Driver, Stream VFD, to send/receive entire
HDF5 files via socket connections.
+ * Increased maximum number of dimensions for a dataset (H5S_MAX_RANK) from
+ 31 to 32 to align with HDF4 & netCDF.
Bug fixes since HDF5-1.2.0
==========================