diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-01-02 19:09:04 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-01-02 19:09:04 (GMT) |
commit | c70231a54ce2b898411504ffa9af0dff3e78be23 (patch) | |
tree | 048c6c4e47297e4003800b4aee28a6cf578e458c | |
parent | 2453f290ecff579cc17907c250eeb697a7792e8b (diff) | |
download | hdf5-c70231a54ce2b898411504ffa9af0dff3e78be23.zip hdf5-c70231a54ce2b898411504ffa9af0dff3e78be23.tar.gz hdf5-c70231a54ce2b898411504ffa9af0dff3e78be23.tar.bz2 |
[svn-r4767] Updated with the new feature of enable-threadsafe.
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index eb07ba7..225d4cb 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -113,6 +113,8 @@ Configuration HDF version 4.1r3 and newer meets this requirement. The compress2 uses a newer compression algorithm used by the HDF5 library. Also, 4.1r3 has an hdp tool that can handle "loops" in Vgroups. + * Can use just enable-threadsafe if the C compiler has builtin pthreads + support. Tools |