summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-03-26 19:06:42 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-03-26 19:06:42 (GMT)
commit0035a10a22c79c7477024e48c2ec359d529deb48 (patch)
treec609b3acac3984fadf87c882cfdced1502b7a2cb /release_docs
parent4568da2c53b8389f744ea41a68c5ac0152d461df (diff)
downloadhdf5-0035a10a22c79c7477024e48c2ec359d529deb48.zip
hdf5-0035a10a22c79c7477024e48c2ec359d529deb48.tar.gz
hdf5-0035a10a22c79c7477024e48c2ec359d529deb48.tar.bz2
[svn-r22145] #Issue 7922 - H5Pset_data_transform had seg fault with some operations like x*-100.
The parser mistaked "-" as substraction. I fixed it and also fixed another problem with some special cases like 100-x and 2/x. This is a merge from the trunk. Tested on jam, koala, and ostrich.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2ebe79f..d58c3ca 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -118,6 +118,9 @@ Bug Fixes since HDF5-1.8.8
Library
-------
+ - H5Pset_data_transform had seg fault in some cases like x*-100. It
+ works correctly now and handles other cases like 100-x or 2/x.
+ (SLU - 2012/3/15. Issue 7922)
- Fixed rare corruption bugs that could occur when using the new object
header format. (NAF - 2012/3/15 - HDFFV-7879)
- Fixed error when creating a contiguous dataset with a zero-sized dataspace