diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-10 19:35:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-10 19:35:29 (GMT) |
commit | b6f348df6ea4bd829f8f2bf249d8fad5a6691bf0 (patch) | |
tree | 9d5cb7761d8cf5560bbf911a43bc43cbf5cd480b /doc/html | |
parent | 204b89902904a59f4e14e788bcca065e2c358f0b (diff) | |
download | hdf5-b6f348df6ea4bd829f8f2bf249d8fad5a6691bf0.zip hdf5-b6f348df6ea4bd829f8f2bf249d8fad5a6691bf0.tar.gz hdf5-b6f348df6ea4bd829f8f2bf249d8fad5a6691bf0.tar.bz2 |
[svn-r7020] Purpose:
Bump version number after making snapshot
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 041f814..4117bf9 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.5.56 released on Fri Jun 6 09:43:17 CDT 2003 +HDF5 version 1.5.57 released on Tue Jun 10 14:29:29 CDT 2003 ================================================================================ @@ -58,6 +58,9 @@ Library: Complete list of changes: + * Changed dataset modification time to _not_ be updated when raw data is + written to a dataset. The modification time is only updated when the + dataset's metadata is modified. QAK - 2003/06/10 * Changed H5Sget_select_bounds to use 'hssize_t *' for start and end parameters, instead of 'hsize_t *', to better match other parts of the dataspace API. QAK - 2003/06/04 @@ -191,6 +194,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 |