diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-10-29 16:40:47 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-10-29 16:40:47 (GMT) |
commit | eee5b4c40fa2e419938d527e000d5ccc6f0f2f16 (patch) | |
tree | 7871d9d6168892ebc0620f7f46276fcf2280ea0c /release_docs | |
parent | 67a679af07ec8a032f32fe54af84e673c0c3b3ae (diff) | |
download | hdf5-eee5b4c40fa2e419938d527e000d5ccc6f0f2f16.zip hdf5-eee5b4c40fa2e419938d527e000d5ccc6f0f2f16.tar.gz hdf5-eee5b4c40fa2e419938d527e000d5ccc6f0f2f16.tar.bz2 |
[svn-r6042]
Purpose:
Change release note for new functions(H5Gget_comment, H5Arename,
H5Aget_storage_size).
Misc. update:
Update release_docs/RELEASE for bug fixes, new features, etc.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7d5323b..ce20d25 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * 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 |