diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-09-29 04:43:22 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-09-29 04:43:22 (GMT) |
commit | 0f2901843cfc32aebd192db176eec07c99a121b7 (patch) | |
tree | 0580989402ea662ff55a443b824c04609db7e19f /release_docs | |
parent | 06a71c86a3079e5acaa175898728a47c6e21e53c (diff) | |
download | hdf5-0f2901843cfc32aebd192db176eec07c99a121b7.zip hdf5-0f2901843cfc32aebd192db176eec07c99a121b7.tar.gz hdf5-0f2901843cfc32aebd192db176eec07c99a121b7.tar.bz2 |
[svn-r17543] Bug fix (ID 1656):
Changed H5check_version() to suppress the warning message totally if
$HDF5_DISABLE_VERSION_CHECK is 2 or higher. (Old behavior treated 3 or higher
the same as 1, that is to print a warning and allows the program to continue.
Tested:
h5committested, extra jam serial, --disable-embedded-libinfo.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b914b06..f89dee9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -60,6 +60,16 @@ New Features Library: -------- + - The embedded library information is displayed by H5check_version() if a + version mismatch is detected. Also changed H5check_version() to + suppress the warning message totally if $HDF5_DISABLE_VERSION_CHECK is 2 + or higher. (Old behavior treated 3 or higher the same as 1, that is + print a warning and allows the program to continue. + - Added a new feature that have the library information in the file + libhdf5.settings embedded in the hdf5 library and statically linked + executables. If a user does not care for the extra library information + in the executable, he may turn it off by --disable-embedded-libinfo + during configure. (AKC - 2009/9/15) - Corrected problem where library would re-write the superblock in a file opened for R/W access, even when no changes were made to the file. (QAK - 2009/08/20, Bz#1473) |