summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-03-24 21:03:34 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-03-24 21:03:34 (GMT)
commit7d709797fc7625e646f05702ced307d2ca81a63f (patch)
tree8f73fdc3eaf6b3bd42b8c5628821bf39853e1c7d
parentb45703bf8996cef0cfb6c9c62aa0b6cf9660d118 (diff)
downloadhdf5-7d709797fc7625e646f05702ced307d2ca81a63f.zip
hdf5-7d709797fc7625e646f05702ced307d2ca81a63f.tar.gz
hdf5-7d709797fc7625e646f05702ced307d2ca81a63f.tar.bz2
[svn-r8275] Purpose: New feature
Description: a new dataspace, null dataspace. Solution: it's a dataspace without any element. This is a staged check-in. After daily test succeeds, will add a test. Platforms tested: h5committest Misc. update: RELEASE.txt
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 9710a0f..f1b6453 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -42,10 +42,13 @@ New Features
Library:
--------
+ - A new type of dataspace, null dataspace(dataspace without any
+ element) was added. SLU - 2004/3/24
- Data type conversion(software) from integer to float was added.
- SLU - 2004/3/13
+ SLU - 2004/3/13
- Data type conversion(software) from float to integer was added.
- Conversion from integer to float will be added later. SLU -2004/2/4
+ Conversion from integer to float will be added later.
+ SLU -2004/2/4
- Added new H5Premove_filter routine to remove I/O pipeline filters
from dataset creation property lists. PVN - 2004/01/26
- Added new 'compare' callback parameter to H5Pregister & H5Pinsert