summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-04-18 13:54:09 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-04-18 13:54:09 (GMT)
commit139af5a5177697500b022482dddbf218a420d417 (patch)
treec83f02dc1139c54c0f0fd836efe8a469dc8b21f2 /doc
parent6a0ecf73666152cff2f45c1433df50bdcb3e111b (diff)
downloadhdf5-139af5a5177697500b022482dddbf218a420d417.zip
hdf5-139af5a5177697500b022482dddbf218a420d417.tar.gz
hdf5-139af5a5177697500b022482dddbf218a420d417.tar.bz2
[svn-r5199] Snapshot version 1.5 release 25
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index ccfdcdf..89363fb 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.5.24 released on Sat Apr 6 11:34:52 CST 2002
+HDF5 version 1.5.25 released on Thu Apr 18 08:52:28 CDT 2002
================================================================================
@@ -35,6 +35,9 @@ Bug Fixes since HDF5-1.4.2
Library
-------
+ * Fixed bug where the data for several level deep nested compound &
+ variable-length datatypes used for datasets were getting corrupted when
+ written to the file. QAK - 2002/04/17
* Fixed bug where selection offset was being ignored for certain hyperslab
selections when optimized I/O was being performed. QAK - 2002/04/02
* Added serial multi-gigabyte file size test. "test/big -h" shows
@@ -156,6 +159,12 @@ Documentation
New Features
============
+ * Fill-value's behaviors for contiguous dataset have been redefined.
+ Basicly, dataset won't allocate space until it's necessary. Full details
+ are available at http://hdf.ncsa.uiuc.edu/RFC/Fill_Value, at this moment.
+ SLU - 2002/04/11
+ * Added new routine "H5Dfill" to fill a selection with a particular value
+ in memory. QAK - 2002/04/09
* A new query function H5Tget_member_index has been added for compound
and enumeration data types, to retrieve member's index by name.
SLU - 2002/04/05
@@ -252,6 +261,9 @@ New Features
* A helper script called ``h5cc'', which helps compilation of HDF5
programs, is now distributed with HDF5. See the reference manual
for information on how to use this feature.
+ * New API function H5Dset_extent. Modifies the dimensions of a dataset,
+ allows change to a lower dimension. The unused space in the file is freed.
+ PVN - 2002/03/31
Platforms Tested