diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-09 19:22:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-09 19:22:55 (GMT) |
commit | 212a9529b0fa9aa04c5433daa20fe4e6188c016e (patch) | |
tree | 1e968601142165f0d40601e66d7524457891ddb4 /release_docs/RELEASE.txt | |
parent | df5ca0fa1d78779cfdc23ace1919c6ff8828222d (diff) | |
download | hdf5-212a9529b0fa9aa04c5433daa20fe4e6188c016e.zip hdf5-212a9529b0fa9aa04c5433daa20fe4e6188c016e.tar.gz hdf5-212a9529b0fa9aa04c5433daa20fe4e6188c016e.tar.bz2 |
[svn-r7003] Purpose:
Code cleanup/new features.
Description:
Clean up whitespace & formatting.
Make the -S (simple) output display a dataset's modification time in UTC
rather than local timezone.
Display variable-length datatype information.
Simplified & enhanced bitfield datatype information displayed.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 f3261c6..98e2edf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -191,6 +191,9 @@ Parallel Library: Tools: ------ + * When the "-S" option for "simple" output is chosen, h5ls now displays + modification times of datasets in UTC instead of local time. + QAK - 2003/06/06 * h5diff to compare two HDF5 files was added * h5import to import ascii and binary data to an HDF5 file was added. Old h5import tool in the tools/misc directory was renamed to |