summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2007-01-05 18:37:10 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2007-01-05 18:37:10 (GMT)
commitcb8c8ab6f2aa7971129433c70fd788e24f71bcb2 (patch)
tree93ef299e9ca2ef7625e21e4d7846d74bfdcfe3cf /release_docs
parentf87a2c34f833b5e5b667d4de7f4130ff0500b31e (diff)
downloadhdf5-cb8c8ab6f2aa7971129433c70fd788e24f71bcb2.zip
hdf5-cb8c8ab6f2aa7971129433c70fd788e24f71bcb2.tar.gz
hdf5-cb8c8ab6f2aa7971129433c70fd788e24f71bcb2.tar.bz2
[svn-r13114] Added a revision log for H5Sselect_valid().
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 627f89d..a435f75 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -73,6 +73,9 @@ Bug Fixes since HDF5-1.6.5 Release
Library
-------
+ - Fixed a bug in H5Sselect_valid() that caused an incorrect value to
+ be returned (0) instead of FAIL on error confitions such as the
+ selection or extent not being defined. CMC - 2007/01/05
- Fixed potential file corruption bug which could overwrite a portion
of an object's header when an attribute was renamed. If the new
name for the attribute was longer than the old name, it's possible