From f89adf1d5b59999e722bacb6847f8410a4240949 Mon Sep 17 00:00:00 2001 From: Vailin Choi Date: Mon, 13 Oct 2008 11:16:01 -0500 Subject: [svn-r15843] 1. Remove "ifdef OUT" from test/links.c 2. Add description to release doc for the two new public routines and h5stat bug fix. --- release_docs/RELEASE.txt | 5 +++++ test/links.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0c22838..1a27793 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -50,6 +50,8 @@ New Features Library: -------- + - Added two new public routines: H5Pget_elink_fapl() and + H5Pset_elink_fapl(). (see bug #1247) (VC - 2008/10/13) - Improved free space tracking in file to be faster. (QAK - 2008/10/06) - Added 'mounted' field to H5G_info_t struct. (QAK - 2008/07/15) @@ -171,6 +173,9 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Fixed bugs in h5stat:segmemtation fault when printing groups and + print warning message when traversal of objects is unsuccessful. + (see bug #1253) (VC- 2008/10/13) - Fixed bug in h5ls that prevented relative group listings (like "h5ls foo.h5/bar") from working correctly (QAK - 2008/06/03) - Fixed bug in h5diff that prevented datasets & attributes with diff --git a/test/links.c b/test/links.c index 268dc2a..0354754 100644 --- a/test/links.c +++ b/test/links.c @@ -12298,9 +12298,7 @@ main(void) exit(1); } printf("All link tests passed.\n"); -#ifdef OUT h5_cleanup(FILENAME, fapl); -#endif /* clean up tmp directory created by external link tests */ HDrmdir(TMPDIR); } -- cgit v0.12