diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-03-29 18:38:28 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-03-29 18:38:28 (GMT) |
commit | fbd4e4cb5e11feecab3b2ef655a81c72c2f94e93 (patch) | |
tree | e532e4d0d8a9610dfe0200b65fe5eb582d9b2730 /release_docs | |
parent | 0a8228c4a9e86f55a88ed06f193c17dba16dc973 (diff) | |
download | hdf5-fbd4e4cb5e11feecab3b2ef655a81c72c2f94e93.zip hdf5-fbd4e4cb5e11feecab3b2ef655a81c72c2f94e93.tar.gz hdf5-fbd4e4cb5e11feecab3b2ef655a81c72c2f94e93.tar.bz2 |
[svn-r5118] Purpose:
Doc Change
Description:
Documented the fix for the 1024 byte object name limitation...
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bbf5e2a..308863b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -137,6 +137,9 @@ Tools * Fixed segfault when "-v" flag was used with the h5dumper. * Fixed so that the "-i" flag works correctly with the h5dumper. + * 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 - 2/27/02 Documentation |