diff options
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3575d3b..982d83f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -63,21 +63,6 @@ New Features - Remove the flexible parallel code and the --enable-fphdf5 configure option, it was never up to production standards anyway. -QAK 2006/4/20 - - Added a --enable-group-revision option to configure, to enable - segregating the ongoing work on changing the file format. - - .-"""""-. - / \ - .-. | _ _ | .-. - (_. '._ | |_\ /_| | _.' ._) - '-._'-.(_ A _).-'_.-' - '-._| _____ |_.-' - jgs _.-'_\`"""""`/_'-._ - .-.-'_.-' `-----' '-._'-.-. - (,_.'` `'._,) - - DO NOT ENABLE THIS OPTION! It is strictly for internal library - development! -QAK 2006/4/14 - Added a macro hdf5_mpi_special_collective_io_works to filter out some mpi-io packages that don't support collective IO for no IO contributions in some processes. -KY 2006/2/16 @@ -175,6 +160,20 @@ New Features Library: -------- + - Added new H5Lget_name_by_idx() routine to query the name of a link + according to the order within an index. + - QAK - 2006/11/12 + - Added new H5Rget_name() routine to determine the name of the object + that a reference points to, as long as the object is still + reachable in the group hierarchy. + - QAK - 2006/11/10 + - Added new H5Lget_info_by_idx() routine to query the link information + according to the order within an index. + - QAK - 2006/11/10 + - Added feature to H5Iget_name to allow retrieving the name of any + object's ID, as long as the object is still reachable in the + group hierarchy. + - LA - 2006/11/01 - Added External and User-defined links. External links are links from one HDF5 file to another; they require both the name of the file and a path within that file. |