diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-04-01 19:02:18 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-04-01 19:02:18 (GMT) |
commit | f68caa19b22e6ddcd5885e5a33b9acfdd8006f31 (patch) | |
tree | 7fd9772937d35b3a4d4c58eaf359faecc2fa3833 | |
parent | 58f96e4fd2827885a9a0d97afbb0ec2463e3a811 (diff) | |
download | hdf5-f68caa19b22e6ddcd5885e5a33b9acfdd8006f31.zip hdf5-f68caa19b22e6ddcd5885e5a33b9acfdd8006f31.tar.gz hdf5-f68caa19b22e6ddcd5885e5a33b9acfdd8006f31.tar.bz2 |
[svn-r16646] fix typo
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8b63b9b..22dc4d1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -272,9 +272,9 @@ Bug Fixes since HDF5-1.8.0 release ----- - h5dump, h5diff, h5repack were not reading (by hyperslabs) datasets that have a datatype datum size greater than H5TOOLS_BUFSIZE, a - constant define as 1024Kb, such as array types with large + constant defined as 1024Kb, such as array types with large dimensions (PVN - 2009/4/1 - 1501) - - h5import: By selecting a compression type, a big endian byte order was being + - h5import: By selecting a compression type, a big endian byte order was being selected (PVN - 2009/3/11 - 1462) - zip_perf.c had missing argument on one of the open() calls. Fixed. (AKC - 2008/12/9) |