summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-03-14 18:08:32 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-03-14 18:08:32 (GMT)
commitfde7f580667630a519f833c7d855e9eab766fa7a (patch)
tree3fc43ded32726a437239f51e07844945fb6d4407 /release_docs
parentce41405df931ae53fc8ecb1dca80273ca8c6ec3c (diff)
downloadhdf5-fde7f580667630a519f833c7d855e9eab766fa7a.zip
hdf5-fde7f580667630a519f833c7d855e9eab766fa7a.tar.gz
hdf5-fde7f580667630a519f833c7d855e9eab766fa7a.tar.bz2
[svn-r10211] Purpose: Maintenance
Description: Added information about HL C APIs and SZIP v2.0 Solution: N/A Platforms tested: N/A Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index fc770c6..63af9b9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -35,10 +35,20 @@ CONTENTS
New Features
============
+ Source code distribuiton:
+ -------------------------
+ High-Level (HL) C APIs were added to the source code distribution.
+ For HL documentation see
+ http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/RM_hdf5hl.html
+ HL library libhdf5_hl.a(so) is built and installed
+ by default. Use --disable-hl configure flag to disable HL library.
Library:
--------
+ - We recommend you to use SZIP v2.0 with this release.
+ For more information see
+ http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
- Compound datatype has been enhanced with a new feature of size
adjustment. The size can be increased and decreased(without
cutting the last member). No API change is involved. SLU -