summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-12 22:02:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-12 22:02:06 (GMT)
commitefbeda8d65b92a2232d6fccb127f373403ab28ed (patch)
treebe55eb488447c581819a91cbc12cb1a87f6d1466 /RELEASE
parent9f7f1f8a6b1f45fa5f2df4110aa1bb5709b333e7 (diff)
downloadhdf5-efbeda8d65b92a2232d6fccb127f373403ab28ed.zip
hdf5-efbeda8d65b92a2232d6fccb127f373403ab28ed.tar.gz
hdf5-efbeda8d65b92a2232d6fccb127f373403ab28ed.tar.bz2
[svn-r2130] Documented change of H5Screate_simple & H5Sset_extent_simple to disallow
size 0 dimensions without corresponding unlimited dimension.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 3318cf3..910a12d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -64,6 +64,8 @@ Library
non-zero values.
* Changed return type of H5Aiterate and H5A_operator_t typedef to be
herr_t, to align them with the dataset and group iterator functions.
+ * Changed H5Screate_simple and H5Sset_extent_simple to not allow dimensions
+ of size 0 with out the same dimension being unlimited.
Configuration
-------------