summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-09-29 16:49:34 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-09-29 16:49:34 (GMT)
commit531f086cbcc428d072d90d8aaa1a8ab42bb35359 (patch)
tree2d71ca16a37003f3b25a17b4938cc5b69484be82 /release_docs
parent8feb521bbbf74389298a03ed6ec48bc7f615e0f0 (diff)
downloadhdf5-531f086cbcc428d072d90d8aaa1a8ab42bb35359.zip
hdf5-531f086cbcc428d072d90d8aaa1a8ab42bb35359.tar.gz
hdf5-531f086cbcc428d072d90d8aaa1a8ab42bb35359.tar.bz2
[svn-r17550] Updated with H5check_version tests.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 39cf3f9..36931ac 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -65,10 +65,8 @@ New Features
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)
- - 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
+ - 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)
- 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.