diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-09-07 21:16:02 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-09-07 21:16:02 (GMT) |
commit | 4f52992c8600d43a9ad3033a1c6fbcf6a39853ab (patch) | |
tree | f8d21088fd9d8b1dad7af0efedd486b9955475b8 /release_docs | |
parent | c9d2d8f74cac358226275af4668b90ae16276e23 (diff) | |
download | hdf5-4f52992c8600d43a9ad3033a1c6fbcf6a39853ab.zip hdf5-4f52992c8600d43a9ad3033a1c6fbcf6a39853ab.tar.gz hdf5-4f52992c8600d43a9ad3033a1c6fbcf6a39853ab.tar.bz2 |
[svn-r11363] Purpose:
Updated release notes
Description:
Added md5 checksumming and configure flag checking to release notes.
Platforms tested:
Change only to release notes
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index be1bd41..f0b37eb 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -36,6 +36,13 @@ New Features Configuration: -------------- + - MD5 checksumming has been added to snapshot releases. Release + tarballs will be accompanied by .md5 checksum files, which can + be verified using the md5sum utility. -JML 2005/9/6 + - Some configure flags are incompatible (e.g., the C++ APIs cannot + be built using the parallel version of HDF5). configure will now + output errors when some common incompatible features are used + together. -JML 2005/9/6 - A new API function, H5Tis_hard(), was added to the library. It checks if a conversion function is a compiler (hard) conversion. SLU - 2005/9/6 @@ -51,7 +58,7 @@ New Features (for test scripts). These logs are printed to the screen only when a test fails or when all tests in the current directory have completed successfully. - When tests pass, they will create a foo.chkexe or foo.chksh file. + When tests pass, they will create a foo.chkexe file. This prevents the test from executing again until the test or main library changes. All files generated by tests (*.chkexe, *.log, and any *.h5 files |