diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-11 12:45:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-11 12:45:23 (GMT) |
commit | 29156e97ae4ed22806ca591510035402ecf2f4ad (patch) | |
tree | 2e0f618a6cffa5fc07fc733e603fe51cda8670ba /release_docs | |
parent | 6a41c76c043594b5c794d67b1f056852be98cf75 (diff) | |
download | hdf5-29156e97ae4ed22806ca591510035402ecf2f4ad.zip hdf5-29156e97ae4ed22806ca591510035402ecf2f4ad.tar.gz hdf5-29156e97ae4ed22806ca591510035402ecf2f4ad.tar.bz2 |
[svn-r7336] Purpose:
Update readme
Description:
Noted that hobj_ref_t's and the objno field in the H5G_stat_t structure
can now be directly compared for equality by applications.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0038997..e291c1a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -46,6 +46,9 @@ New Features to 'unsigned long'. QAK - 2003/08/08 - Changed 'hobj_ref_t' type from structure with array field to 'haddr_t'. QAK - 2003/08/08 + - Object references (hobj_ref_t) can now be compared with the 'objno' + field in the H5G_stat_t struct for testing if two objects are the same + within a file. QAK - 2003/08/08 - Switched over to new error API. SLU - 2003/07/25 Parallel Library: |