diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-06-28 20:34:32 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-06-28 20:34:32 (GMT) |
commit | eb5eba9aee6cb002b2a5278e00e232f4a2118bf6 (patch) | |
tree | 1d6af33c4bdd752e60a2ca1522e556f5f4a55b2d /release_docs | |
parent | f421ba6111c2f5f7ed7bdb5773642e45b6424a8b (diff) | |
download | hdf5-eb5eba9aee6cb002b2a5278e00e232f4a2118bf6.zip hdf5-eb5eba9aee6cb002b2a5278e00e232f4a2118bf6.tar.gz hdf5-eb5eba9aee6cb002b2a5278e00e232f4a2118bf6.tar.bz2 |
[svn-r19034] Purpose:
Change h5ls not to manipulate special characters in object name or attribute name for smart display.
Description:
Related to "But1784 h5ls has input and output issues with links that have '\' characters in them."
Tested:
jam, amani and linew
Diffstat (limited to 'release_docs')
-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 6bc86e8..3cd0039 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -430,6 +430,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Change h5ls not to manipulate special characters in object name or + attribute name for smart display. bug#1784 (JKM 2010/06/28) - Fixed h5ls to return exit code 1 (error) when non-existent file is specified. bug#1793. (JKM 2010/04/27) - h5copy failed to copy dangling link when the link is specified |