summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-09-29 16:45:07 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-09-29 16:45:07 (GMT)
commit0ead3e88734ad130c3991947a7b51cd1d5c37102 (patch)
treed3fcc4ee5928ba37e42dc4108c27f67c109914eb /release_docs
parent0fa14048c2e18025e99ef5a3b038049a873c7fb5 (diff)
downloadhdf5-0ead3e88734ad130c3991947a7b51cd1d5c37102.zip
hdf5-0ead3e88734ad130c3991947a7b51cd1d5c37102.tar.gz
hdf5-0ead3e88734ad130c3991947a7b51cd1d5c37102.tar.bz2
[svn-r17548] ------------------------------------------------------------------------
r17543 | acheng | 2009-09-28 23:43:22 -0500 (Mon, 28 Sep 2009) | 8 lines New test: (Bug ID 1656): Add new tests (tcheck_version, testcheck_version.sh) to verify H5check_version() does issue warnings and abort accordingly. 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. Tests: H5committed tested plus jam serial tested.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3aad9db..2e03923 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -63,7 +63,14 @@ New Features
Library
-------
- - None
+ - 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. (AKC - 2009/9/28)
+ - If a user does not care for the extra library information insert
+ in the executables, he may turn it off by --disable-embedded-libinfo
+ during configure. (AKC - 2009/9/15)
Parallel Library
----------------