summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-03-17 13:16:26 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-03-17 13:16:26 (GMT)
commit19d0f85444be57585cefc3fba78755cd486f30d7 (patch)
tree3686c163ea52822a2993c062bf14227d49cd8ede /doc/html
parentd9d34b46e35b93222f6c2d9ef8648c88bf187d5c (diff)
downloadhdf5-19d0f85444be57585cefc3fba78755cd486f30d7.zip
hdf5-19d0f85444be57585cefc3fba78755cd486f30d7.tar.gz
hdf5-19d0f85444be57585cefc3fba78755cd486f30d7.tar.bz2
[svn-r8263] Snapshot version 1.7 release 20
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/ADGuide/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 15a0a31..45713e2 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.19-fph5_alpha0 released on Fri Feb 27 05:35:13 CST 2004
+HDF5 version 1.7.20 released on Wed Mar 17 08:15:57 CST 2004
================================================================================
@@ -42,6 +42,8 @@ New Features
Library:
--------
+ - Data type conversion(software) from integer to float was added.
+ SLU - 2004/3/13
- Data type conversion(software) from float to integer was added.
Conversion from integer to float will be added later. SLU -2004/2/4
- Added new H5Premove_filter routine to remove I/O pipeline filters
@@ -109,6 +111,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fixed problem with fletcher32 filter when converting data of different
+ endianess. PVN 2004/03/10
- Fixed problem with H5Tget_native_type() not handling opaque fields
correctly. QAK - 2004/01/31
- Fixed several errors in B-tree deletion code which could cause a