summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2005-06-06 16:23:20 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2005-06-06 16:23:20 (GMT)
commit643443a512ec3b253cdd24250e05269e5e733ee0 (patch)
treea0e4bfdf04e03775d649f5e93e822d57e7aa161f /release_docs
parent8b5a49c9e0d3194d74a08e3459d2b711eb14cde7 (diff)
downloadhdf5-643443a512ec3b253cdd24250e05269e5e733ee0.zip
hdf5-643443a512ec3b253cdd24250e05269e5e733ee0.tar.gz
hdf5-643443a512ec3b253cdd24250e05269e5e733ee0.tar.bz2
[svn-r10860] Purpose:
Changed the comments of scaleoffset filter to reflect the current stage. Description: Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 43a9b72..fa407f6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -117,7 +117,7 @@ New Features
please edit irix6.x under hdf5/config,
Find the line with
<< hdf5_mpi_complex_derived_datatype_works>>
- and comment out this line before the configure.
+ and COMMENT out this line before the configure.
check cc version with the following command:
cc -version
KY - 2005/04/15
@@ -132,9 +132,9 @@ New Features
Scale-Offset compression performs a scale and/or offset operation
on each data value and truncates the resulting value to a minimum
number of bits and then stores the data.
- Currently only integer datatype
- is supported. Please check the HDF5 reference manual for this.
- KY - 2005/04/15
+ Scaleoffset filter supports floating-point and integer datatype.
+ Please check the HDF5 reference manual for this.
+ KY - 2005/06/06
- Retired SRB vfd (--with-srb). Functions H5Pset_fapl_srb and
H5Pget_fapl_srb were removed. EIP - 2005/04/07
- Retired GASS vfd (--with-gass). Functions H5Pset_fapl_gass and