summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-21 13:54:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-21 13:54:23 (GMT)
commitb7dbfc3796ebbf4fedd4fe406c833363591368f0 (patch)
tree7ec59a3792a76ce8276a83b6e1f73fad3841a2f4 /release_docs/RELEASE.txt
parent8dadcdb1016ee6ea9399ac308ab72993eb5329dc (diff)
downloadhdf5-b7dbfc3796ebbf4fedd4fe406c833363591368f0.zip
hdf5-b7dbfc3796ebbf4fedd4fe406c833363591368f0.tar.gz
hdf5-b7dbfc3796ebbf4fedd4fe406c833363591368f0.tar.bz2
[svn-r7243] Purpose:
Bug fix Description: Fix bug with combination of fill-values, chunked datasets and variable-length strings. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt55
1 files changed, 26 insertions, 29 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 84048d4..396d5e9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -34,17 +34,18 @@ CONTENTS
New Features
============
-Configuration:
---------------
+ Configuration:
+ --------------
-Library:
---------
+ Library:
+ --------
-Parallel Library:
------------------
+ Parallel Library:
+ -----------------
+
+ Tools:
+ ------
-Tools:
-------
Support for new platforms, languages and compilers.
=======================================
@@ -53,31 +54,27 @@ Support for new platforms, languages and compilers.
Bug Fixes since HDF5-1.6.0 release
==================================
-Library
--------
- - Modified library and file format to support storing indexed storage
- (chunked dataset) B-tree's with non-default internal 'K' values.
- QAK - 2003/07/15
- - Returned H5T_BKG_TEMP support to library after it was accidentally
- removed. QAK - 2003/07/14
-
-Configuration
--------------
-
-Performance
--------------
-
-Tools
------
-
-
-
-Documentation
--------------
+ Library
+ -------
+ - Corrected error with variable-length datatypes and chunked datasets
+ which caused H5Dwrite to fail sometimes. QAK - 2003/07/19
+ - Modified library and file format to support storing indexed storage
+ (chunked dataset) B-tree's with non-default internal 'K' values.
+ QAK - 2003/07/15
+ - Returned H5T_BKG_TEMP support to library after it was accidentally
+ removed. QAK - 2003/07/14
+ Configuration
+ -------------
+ Performance
+ -------------
+ Tools
+ -----
+ Documentation
+ -------------
Platforms Tested