summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2003-04-01 16:08:14 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2003-04-01 16:08:14 (GMT)
commit3a9829ac869c86d969fce769e0739b794220f0be (patch)
tree0f5ee7e0e645e2bdc0ae287d87ee4d47f8179852 /release_docs
parente782e98c8d3d5bd129070a1a552adc56fdff2423 (diff)
downloadhdf5-3a9829ac869c86d969fce769e0739b794220f0be.zip
hdf5-3a9829ac869c86d969fce769e0739b794220f0be.tar.gz
hdf5-3a9829ac869c86d969fce769e0739b794220f0be.tar.bz2
[svn-r6555] Purpose:
Add a little description of szip support. More needs to be added. Description: Solution: Platforms tested: Doc. file, no needs to test. Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2b5f60e..3c25fd0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -35,6 +35,11 @@ Bug Fixes since HDF5-1.4.0
Library
-------
+ * The first version of szip compression support were implemented.
+ User should have static szlib library installed. Using function
+ H5Pset_szip to pass the szip parameters to the HDF5 library.
+ More detailed decription of the process will be followed.
+ KY-2003/04/01
* -O caused errors in AIX 5.x platforms. Removed it from
--enable-production mode. AKC - 2003/03/31
* Corrected metadata caching bug in parallel I/O which could cause hangs