summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-01 16:33:01 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-01 16:33:01 (GMT)
commit58f96e4fd2827885a9a0d97afbb0ec2463e3a811 (patch)
treedb4b07f3a60ce625e48ec073cc2f1e87509ecbd6 /release_docs
parent448e1b78ee37cc01f5f08e2e9c9528c7687c5318 (diff)
downloadhdf5-58f96e4fd2827885a9a0d97afbb0ec2463e3a811.zip
hdf5-58f96e4fd2827885a9a0d97afbb0ec2463e3a811.tar.gz
hdf5-58f96e4fd2827885a9a0d97afbb0ec2463e3a811.tar.bz2
[svn-r16643] add a mention to #1501
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e5d8680..8b63b9b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -98,8 +98,6 @@ New Features
Tools:
------
- - h5import: By selecting a compression type, a big endian byte order was being
- selected (PVN - 2009/3/11)
- h5dump: added a printing of the compression ratio of uncompressed and compressed
sizes for cases where compression filters are present. (PVN - 2008/05/01)
- h5dump: added an option to allow a user defined formatting string for printf
@@ -272,6 +270,12 @@ Bug Fixes since HDF5-1.8.0 release
Tools
-----
+ - 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)
- h5dump now checks for uniqueness of committed datatypes.