summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-08-05 15:53:16 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-08-05 15:53:16 (GMT)
commitbb83e1ff9a7c424ed9e8a72d737703c9f6e78ad8 (patch)
treef21ffcc406317546a0e168df2305e74846d046ba /release_docs
parent30ac7d89a2ceb5ea3168ac61748905d9625811eb (diff)
downloadhdf5-bb83e1ff9a7c424ed9e8a72d737703c9f6e78ad8.zip
hdf5-bb83e1ff9a7c424ed9e8a72d737703c9f6e78ad8.tar.gz
hdf5-bb83e1ff9a7c424ed9e8a72d737703c9f6e78ad8.tar.bz2
[svn-r19172] Bug fix for #1239 - The filter's public function CAN_APPLY should return htri_t not
herr_t. To minimize the change of the library's behavior, in the function H5Z_prelude_callback of H5Z.c, if the return value of can_apply is FALSE and the filter is MANDATE, this function returns a FAILURE. If the return value is FALSE but the filter is OPTIONAL, this function returns a SUCCEED. During the IO, the filter will fail and return a size of zero. But the pipeline will skip this filter. Tested on jam, linew, and amani. Tested on jam with szip.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6b4c671..4d4893f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -114,6 +114,8 @@ Bug Fixes since HDF5-1.8.5
Library
-------
+ - Fixed the bug in the filter's public CAN_APPLY function. The return
+ value should be htri_t not herr_t (Bug #1239). (SLU - 2010/8/5)
- Fixed a bug in the direct I/O driver that could render files with certain
kinds of unaligned data unreadable or corrupt them. (NAF - 2010/07/28)
- valgrind reported an error of copying data to itself when a new attribute