diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-10-15 18:56:14 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-10-15 18:56:14 (GMT) |
commit | a11e928812429c4cc9dd7c10ad877bd5cb23063d (patch) | |
tree | 78d4a37ca1fb07c7f7c1265a13485b8157b580da | |
parent | 22d4e6a05dba955bd74f3ae1dd52bef3876eef64 (diff) | |
download | hdf5-a11e928812429c4cc9dd7c10ad877bd5cb23063d.zip hdf5-a11e928812429c4cc9dd7c10ad877bd5cb23063d.tar.gz hdf5-a11e928812429c4cc9dd7c10ad877bd5cb23063d.tar.bz2 |
[svn-r6001] Purpose:
Updated with bug fix
Platforms tested:
No test since this is just a text file.
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 06bfcac..5271a65 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -189,6 +189,8 @@ Configuration Tools ----- + * Fixed segfault if h5dump was invoked with some options but no file (e.g., + h5dump -H). -AKC, 2002/10/15 * Fixed limitation in h5dumper with object names which reached over 1024 characters in length. We can now handle arbitrarily larger sizes for object names. BW - 2002/02/27 |