summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-11-24 16:49:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-11-24 16:49:54 (GMT)
commit56ce635a1d01a9ac52dc6b426fceaf9903601224 (patch)
treeb5d62db12a8cb3ed98e06befa76b0b950c0fce78 /release_docs
parent6d8dd9c50412803fd3cc3af18c4e618c3b97cec3 (diff)
downloadhdf5-56ce635a1d01a9ac52dc6b426fceaf9903601224.zip
hdf5-56ce635a1d01a9ac52dc6b426fceaf9903601224.tar.gz
hdf5-56ce635a1d01a9ac52dc6b426fceaf9903601224.tar.bz2
[svn-r7877] Purpose:
Update release notes with recent bug fix.
Diffstat (limited to 'release_docs')
-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 01b0d65..8fd3a7c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -88,6 +88,9 @@ Bug Fixes since HDF5-1.6.0 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