summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-08-09 02:03:21 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-08-09 02:03:21 (GMT)
commit3069dd3d88968a9e35c4f893d5499116f2a7f800 (patch)
treedd7bf5f82fec94291d5ea67adc1f56311d462a75 /doc
parentf9e414bc751c50eee75bc7ec77690843c68c6f9a (diff)
downloadhdf5-3069dd3d88968a9e35c4f893d5499116f2a7f800.zip
hdf5-3069dd3d88968a9e35c4f893d5499116f2a7f800.tar.gz
hdf5-3069dd3d88968a9e35c4f893d5499116f2a7f800.tar.bz2
[svn-r9055] Snapshot version 1.6 release 3 (snap3)
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index ca6c4f7..55ebeea 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.3-snap2 released on Sun Aug 1 20:59:31 CDT 2004
+HDF5 version 1.6.3-snap3 released on Sun Aug 8 21:00:41 CDT 2004
================================================================================
@@ -82,6 +82,12 @@ New Features
C++ API:
--------
+ - Added wrappers for array and variable length datatypes APIs
+ - Added wrappers for newly added APIs from H5T, H5F, and H5I
+ - Added many wrappers that were missing from the H5P API
+ - Added the ability to reference HDF5 objects to these classes:
+ DataSet, DataType, Group, and H5File (wrappers for H5R APIs)
+ BMR 2004/08/04
Support for new platforms, languages and compilers.
@@ -102,6 +108,12 @@ Bug Fixes since HDF5-1.6.2 release
Library
-------
+ - Fixed error which could cause a core dump when a type conversion
+ routine was registered after a compound datatype had been
+ converted and then an equivalment compound datatype was converted
+ again. QAK - 2004/08/07
+ - Fixed memory overwrite when encoding "multi" file driver information
+ for file's superblock. QAK - 2004/08/05
- Fixed obscure bug where a filter which failed during chunk allocation
could allow library to write uncompressed data to disk but think
the data was compressed. QAK - 2004/07/29
@@ -175,6 +187,9 @@ Bug Fixes since HDF5-1.6.2 release
by value. In addition, the default value of the data member
H5::Exception::detailMessage is changed from 0/NULL to
DEFAULT_MSG ("No detailed information provided".)
+ - Prototype for DSetCreatPropList::setLayout is changed: 1st parameter
+ is removed because it was there only by mistake.
+ BMR 2004/08/04
Documentation
=============