summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-03-15 20:53:14 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-03-15 20:53:14 (GMT)
commitb337ae979dad938f1ef72df4f67b612a883040b1 (patch)
tree97bbd651a366c406bb7a22bde36f37f7448dc550 /release_docs
parent207c05e2e9f1c2844416c19fe5b74b2d71610fd1 (diff)
downloadhdf5-b337ae979dad938f1ef72df4f67b612a883040b1.zip
hdf5-b337ae979dad938f1ef72df4f67b612a883040b1.tar.gz
hdf5-b337ae979dad938f1ef72df4f67b612a883040b1.tar.bz2
[svn-r22076] #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. Tested on jam, koala, and ostrich.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8055516..63ae2d7 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -364,7 +364,9 @@ Bug Fixes since HDF5-1.8.0 release
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)
- Creating a dataset in a read-only file caused seg fault when the file