summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-12-15 23:31:27 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-12-15 23:31:27 (GMT)
commit5d4de8159a52f4b680d6684f833a465df8e03473 (patch)
tree883103a7183185732c6971dc314caf403300dad2
parent5106d9643f65b90cb3437c7c0ea55f5b5f90227f (diff)
downloadhdf5-5d4de8159a52f4b680d6684f833a465df8e03473.zip
hdf5-5d4de8159a52f4b680d6684f833a465df8e03473.tar.gz
hdf5-5d4de8159a52f4b680d6684f833a465df8e03473.tar.bz2
[svn-r9673] Purpose:
Updated with Data transform entries.
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0d55ee1..01bca50 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -57,7 +57,10 @@ New Features
--------
- Modified registration of SZIP to dynamically detect the presence
or absence of the encoder. Changed configure and Makefiles,
- and tests to dynamically detect encoder. 2004/02/11
+ and tests to dynamically detect encoder. BEM - 2004/11/02
+ - Added function H5Pget_data_transform, together with the previously
+ added H5Pset_data_transform, to support the data transform
+ feature. AKC - 2004/10/26
- Compound datatype has been enhanced with a new feature of size
adjustment. The size can be increased and decreased(without
cutting the last member) as long as it doesn't go down to zero.