summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-11-24 16:49:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-11-24 16:49:59 (GMT)
commit55f78f7baa9bc755a38bedc0b285781267526224 (patch)
tree0b740e2065aaebbbee8d685614dbe147d483215b
parent80c45ea54921218b63339fc9460b4f7a1d58c554 (diff)
downloadhdf5-55f78f7baa9bc755a38bedc0b285781267526224.zip
hdf5-55f78f7baa9bc755a38bedc0b285781267526224.tar.gz
hdf5-55f78f7baa9bc755a38bedc0b285781267526224.tar.bz2
[svn-r7878] Purpose:
Update release notes with recent bug fix.
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 37d6708..09b09c9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -61,6 +61,9 @@ Bug Fixes since HDF5-1.6.1 release
Library
-------
+ - Fixed various floating-point conversion problems, including a
+ change which could corrupt data when converting from double->float.
+ QAK - 2003/11/24
- Changed "single process" metadata writing in library to collective
I/O by all processes, in order to guarantee correct data being
written with MPI-I/O. QAK - 2003/11/20