summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2004-07-22 16:26:54 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2004-07-22 16:26:54 (GMT)
commite047136588f35b08b324a8483165d8284568920e (patch)
tree12ca23f3dda0e14dd1be7767fe9f21254f0876a6 /release_docs
parent2e6374407848d3c3a7b6a572e62ee88f4f18e8d0 (diff)
downloadhdf5-e047136588f35b08b324a8483165d8284568920e.zip
hdf5-e047136588f35b08b324a8483165d8284568920e.tar.gz
hdf5-e047136588f35b08b324a8483165d8284568920e.tar.bz2
[svn-r8928] Purpose:
Code cleanup Description: Fixed reserved.c test to use h5_fileaccess/h5_fixname/h5_cleanup. Updated RELEASE.txt for previous bug fix Platforms tested: sleipnir, verbena
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0959c77..00b7050 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -155,6 +155,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - 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
when not writing data ("none" selection or hyperslab or point
selection with no elements defined). QAK - 2004/07/20