diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-24 18:15:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-24 18:15:44 (GMT) |
commit | 3bb2d5fca2199fbc96d251fac762390038f8783b (patch) | |
tree | 32cff25eb773adbd07872c00a161543abcb9c9f2 /RELEASE | |
parent | af17e1ee3f8544684829fcff8e368b51d07f74b6 (diff) | |
download | hdf5-3bb2d5fca2199fbc96d251fac762390038f8783b.zip hdf5-3bb2d5fca2199fbc96d251fac762390038f8783b.tar.gz hdf5-3bb2d5fca2199fbc96d251fac762390038f8783b.tar.bz2 |
[svn-r2720] Purpose:
Update release notes for VFL updates.
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ New features 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. + * Added 'query' function to VFL drivers. Also added 'type' parameter to + VFL 'read' & 'write' calls, so they are aware of the type of data being + accessed in the file. Updated the VFL document also. Bug fixes since HDF5-1.2.0 ========================== |