summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-01 16:37:50 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-01 16:37:50 (GMT)
commitcd43ca3bf74fa1a34dba4f55a6ae877b5439b032 (patch)
tree5624c4fd3b10ecdeb0fcd0e8044a4ad13ef22285 /release_docs
parent22d6e9601447bb0b81c64a746a637f07f4b92614 (diff)
downloadhdf5-cd43ca3bf74fa1a34dba4f55a6ae877b5439b032.zip
hdf5-cd43ca3bf74fa1a34dba4f55a6ae877b5439b032.tar.gz
hdf5-cd43ca3bf74fa1a34dba4f55a6ae877b5439b032.tar.bz2
[svn-r16644] add mention to #1501
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a32a36b..829d45b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -82,8 +82,6 @@ New Features
Tools
-----
- - h5import: By selecting a compression type, a big endian byte order was being
- selected. PVN - 2009/3/11
- h5repack: When user doesn't specify a chunk size, h5repack now defines a default
chunk size as the same size of the size of the hyperslab used to read the chunks.
The size of the hyperslabs are defined as the size of each dimension or a
@@ -170,7 +168,13 @@ Bug Fixes since HDF5-1.8.2
Tools
-----
- - zip_perf.c had missing argument on one of the open() calls. Fixed.
+ - 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
+ dimensions. PVN - 2009/4/1 - 1501
+ - 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
F90 API