From 547812beb83b25fe8fa5b2275ee8b8a785a0a1ea Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 15 Oct 2002 15:11:49 -0500 Subject: [svn-r6004] Purpose: Describe new HDF5_DISABLE_VERSION_CHECK environment feature. --- release_docs/RELEASE.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5271a65..afaebae 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -67,8 +67,6 @@ Library written to the file and then subsequently queried with the H5Sget_simple_extent_type function, type was reported H5S_SIMPLE instead of H5S_SCALAR. EIP - 2002/06/04 -C -C * Clear symbol table node "dirty" flag when flushing symbol tables to disk, to reduce I/O calls made & improve performance. QAK - 2002/06/03 * Fixed bug where an object's header could get corrupted in certain obscure @@ -225,6 +223,13 @@ Documentation New Features ============ + * Added environment variable "HDF5_DISABLE_VERSION_CHECK", which disables + the version checking between the header files and the library linked into + an application if set to '1'. This should be used with caution, mis- + matched headers and library binaries can cause _serious_ problems. + QAK - 2002/10/15 + * Added new API function to get the name of an object in a file, using + an open ID (hid_t). QAK - 2002/10/14 * Added API functions to return pointer to low-level file handle (H5Fget_vfd_handle and H5FDget_vfd_handle) and related property list setting functions(H5Pset_family_offset and H5Pset_multi_type). -- cgit v0.12