summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2004-07-30 17:41:51 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2004-07-30 17:41:51 (GMT)
commit2d239c2a92a3499be314b7a6630dd5ba9ef2daa4 (patch)
tree565c781fd129c3e24577b4b0fdff561cf94cc10c /release_docs
parentc4015e03e5a7bdd0331d9a547bac2a2a94098ab9 (diff)
downloadhdf5-2d239c2a92a3499be314b7a6630dd5ba9ef2daa4.zip
hdf5-2d239c2a92a3499be314b7a6630dd5ba9ef2daa4.tar.gz
hdf5-2d239c2a92a3499be314b7a6630dd5ba9ef2daa4.tar.bz2
[svn-r8971]
Purpose: Updated RELEASE.txt for previous bug fixes
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5f98f88..759facf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -180,6 +180,10 @@ Bug Fixes since HDF5-1.6.0 release
allocation time set to "late" and whose chunks don't align with
the dataspace bounds could have incorrect data stored when
overwriting the entire dataset on the first write. QAK - 2004/07/27
+ - Added check to ensure that dataspaces have extents set. JML-2004/07/26
+ - Fixed bug on some Solaris systems where HDF5 would try to use
+ gettimeofday() when that function didn't work properly.
+ JML - 2004/07/23
- Fixed bug in H5Sset_extent_simple where setting maximum size to
non-zero, then to zero would cause an error. JML - 2004/07/20
- Allow NULL pointer for buffer parameter to H5Dread & H5Dwrite