diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2002-11-02 08:54:27 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2002-11-02 08:54:27 (GMT) |
commit | 30b45c75e2a74dd0bef78ef7bd7ef932f53de711 (patch) | |
tree | 2d72ede358dfd9e325fc628c1b884229eef5f3ca /doc | |
parent | a6add2ab923f20733a3dc866c6e2ec1c7b84eb64 (diff) | |
download | hdf5-30b45c75e2a74dd0bef78ef7bd7ef932f53de711.zip hdf5-30b45c75e2a74dd0bef78ef7bd7ef932f53de711.tar.gz hdf5-30b45c75e2a74dd0bef78ef7bd7ef932f53de711.tar.bz2 |
[svn-r6050] Snapshot version 1.5 release 40
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 439ee8f..49493a3 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.5.39 released on Sat Oct 26 03:48:35 CDT 2002 +HDF5 version 1.5.40 released on Sat Nov 2 03:51:51 CST 2002 ================================================================================ @@ -35,6 +35,10 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * Fixed error condition where "none" selections were not being handled + correctly in parallel. QAK - 2002/10/29 + * New functions H5Gget_comment(modification), H5Aget_storage_size, + H5Arename. SLU - 2002/10/29 * Fixed an assertion of H5S_select_iterate that did not account for scalar type that has no dimension sizes. AKC - 2002/10/15 * Partially fixed space allocation inefficiencies in the file by |