diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-01-14 14:19:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 14:19:48 (GMT) |
commit | 0d8529055da9ab23162e698309cc6da1dd93f99e (patch) | |
tree | d89353233b2c5c396578fdb47268072a83fcfa09 /release_docs | |
parent | b1eb47ac4dce3f5bd548fb3bee0f630679b1eee8 (diff) | |
download | hdf5-0d8529055da9ab23162e698309cc6da1dd93f99e.zip hdf5-0d8529055da9ab23162e698309cc6da1dd93f99e.tar.gz hdf5-0d8529055da9ab23162e698309cc6da1dd93f99e.tar.bz2 |
Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)
* Removes no-op callback stubs from read-only VFDs
Also changes VFD registration to allow read-only VFDs with no
write callback to be registered.
* Adds a RELEASE.txt note for HDFFV-11205
For the read-only VFD registration change
* Revert "Removes no-op callback stubs from read-only VFDs"
This reverts commit a7a95497305d64d2de783fdb0e3186a532446a4a.
* Removes lock callbacks from ros3 and hdfs VFDs
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d2a7a23..262ae00 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -356,20 +356,6 @@ New Features Library: -------- - - H5FDregister() now allows registration of read-only VFDs - - The H5FDregister() call required a VFD to have a write callback, - which prevented registering read-only VFDs like the read-only S3 - (ros3) and HDFS (hdfs) VFDs from being registered unless they - implemented a no-op, fail-always write callback. - - The registration checks no longer check for a write callback and - the no-op stubs have been removed from the ros3 and hdfs VFDs. - If a write operation is called on a VFD with no write callback, a - normal HDF5 error is returned. - - (DER - 2021/01/12, HDFFV-11205) - - Replaced H5E_ATOM with H5E_ID in H5Epubgen.h The term "atom" is archaic and not in line with current HDF5 library |