summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2004-07-22 16:29:45 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2004-07-22 16:29:45 (GMT)
commit795cb2b1edb8b71b112f31d29970c08abd5f6914 (patch)
tree60f127eae1f7b5e414fe7f416eb8fafac521f7d3
parent184a7aba5ed71efb93f89bfa0ac5d35523e5a06c (diff)
downloadhdf5-795cb2b1edb8b71b112f31d29970c08abd5f6914.zip
hdf5-795cb2b1edb8b71b112f31d29970c08abd5f6914.tar.gz
hdf5-795cb2b1edb8b71b112f31d29970c08abd5f6914.tar.bz2
[svn-r8929] 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
-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 85c3b3a..d25e329 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -87,6 +87,8 @@ Bug Fixes since HDF5-1.6.2 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