summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-10-05 15:13:14 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-10-05 15:13:14 (GMT)
commit1f8687691d6620473440d745ea6cbe9e16b3d3c1 (patch)
treebcf783cf560fbfa1e7e3a7ca3b0778abb34e9ac1 /release_docs
parent9595bba3a45563ddff3a732cd460fecf0c04530a (diff)
downloadhdf5-1f8687691d6620473440d745ea6cbe9e16b3d3c1.zip
hdf5-1f8687691d6620473440d745ea6cbe9e16b3d3c1.tar.gz
hdf5-1f8687691d6620473440d745ea6cbe9e16b3d3c1.tar.bz2
[svn-r9365]
Purpose: change feature Description: Back up supporting bitfield and time datatypes in H5Tget_native_type. Leave it for future support. Simply returns "not supported" error message for now. Platforms tested: h5committest Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ad67b36..6a3c101 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -68,6 +68,10 @@ Bug Fixes since HDF5-1.6.3 release
Library
-------
+ - Back up supporting bitfield and time types in H5Tget_native_type.
+ Leave it to future support. The function simply returns error
+ message of "not support" for bitfield and time types.
+ SLU - 2004/10/5
- Fixed address check in Core VFL driver to avoid spurious address/size
overflows for odd valued addresses and/or sizes. QAK - 2004/09/27
- Fixed problem where chunked datasets were not able to be deleted