diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2013-03-31 00:33:53 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2013-03-31 00:33:53 (GMT) |
commit | 1e5f8cd37040a9e0d76b9a1d0719727f7f665972 (patch) | |
tree | 027f00315778921b7f9d52976cfd433ea5632957 | |
parent | fe6b68e6b80181e24ac98c8c1fe0ca0c5c1ce9ba (diff) | |
download | hdf5-1e5f8cd37040a9e0d76b9a1d0719727f7f665972.zip hdf5-1e5f8cd37040a9e0d76b9a1d0719727f7f665972.tar.gz hdf5-1e5f8cd37040a9e0d76b9a1d0719727f7f665972.tar.bz2 |
[svn-r23501] Forgot to update RELEASE.txt from the last check-in.
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 65a8496..db117e1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -136,6 +136,11 @@ Bug Fixes since HDF5-1.8.10 - Fixed a bug where unintialized memory was read during variable-length type conversion. This caused segfaults in netCDF. Fixes HDFFV-8159. (DER 2013/03/30) + - Removed the H5Pset/get_dxpl_multi functions from the library. The + intended functionality for them was never fully implemented and they + have always been fundamentally broken. NOTE: This does not affect setting + the multi VFD or any expected VFD functionality. Multi VFD usage + remains unchanged. Fixes HDFFV-8296. (DER 2013/03/30) Parallel Library ---------------- |