summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-04-18 14:08:26 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-04-18 14:08:26 (GMT)
commit0dfa9a8549cc4f8c40fd84589fe74c1e7253f1ba (patch)
treef24ddc32d1ac95fa95f7ddae16d7c72eddfefd3e /doc
parent838a8c5058136410ea6e6b0fcdc6831b695e1562 (diff)
downloadhdf5-0dfa9a8549cc4f8c40fd84589fe74c1e7253f1ba.zip
hdf5-0dfa9a8549cc4f8c40fd84589fe74c1e7253f1ba.tar.gz
hdf5-0dfa9a8549cc4f8c40fd84589fe74c1e7253f1ba.tar.bz2
[svn-r5201] Snapshot version 1.4 release 4 (snap0)
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt41
1 files changed, 32 insertions, 9 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index b40c5b1..fbea729 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.4.3-post0 released on Sat Mar 23 06:57:14 CST 2002
+HDF5 version 1.4.4-snap0 released on Thu Apr 18 09:05:17 CDT 2002
==============================================================================
@@ -40,14 +40,21 @@ New Features
o Library
=========
- o General
- ---------
-
- o APIs
- ------
-
- o Performance
- -------------
+ o General
+ ---------
+ * Fill-value's forward-compatibility with 1.5 was added. SLU -
+ 2002/04/11
+ * Added serial multi-gigabyte file size test. "test/big -h" shows
+ the help page. AKC - 2002/03/29
+ * 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
+
+ o APIs
+ ------
+
+ o Performance
+ -------------
o Parallel Library
==================
@@ -55,6 +62,7 @@ New Features
o Tools
=======
+
o Support for new platforms and languages
=========================================
@@ -62,6 +70,21 @@ New Features
Bug Fixes since HDF5-1.4.3 Release
==================================
+ * 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
+ * Fixed limitation in h5dumper with object names which reached over 1024
+ characters in length. We can now handle arbitrarily larger sizes for
+ object names. BW - 2002/03/29
+ * Fixed bug where variable-length string type doesn't behave as
+ string. SLU - 2002/03/28
+ * Fixed bug in H5Gget_objinfo() which was not setting the 'fileno'
+ of the H5G_stat_t struct. QAK - 2002/03/27
+ * Fixed data corruption bug in hyperslab routines when contiguous
+ hyperslab that spans entire dimension and is larger than type
+ conversion buffer is attempted to be read. QAK - 2002/03/26
Documentation