summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-03-11 18:36:10 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-03-11 18:36:10 (GMT)
commit85de8af63da9b0e7bd8c898323b94048afae0782 (patch)
treef8b76cb097d07a26bd9c078c8bfee1d00994125c /release_docs
parent43869db5239e366e79d3909d9387cb7998cac1d6 (diff)
downloadhdf5-85de8af63da9b0e7bd8c898323b94048afae0782.zip
hdf5-85de8af63da9b0e7bd8c898323b94048afae0782.tar.gz
hdf5-85de8af63da9b0e7bd8c898323b94048afae0782.tar.bz2
[svn-r16568] #1462 By selecting a compression type, a big endian byte order was being selected.
When reading the compression parameter keyword, the compression type read flag was incorrectly set to read, removed this line of code in->configOptionVector[COMPRESS] = 1; Modified one configuration file to have the COMPRESSION-TYPE GZIP Keyword. Entered a bug description fix of - h5import: By selecting a compression type, a big endian byte order was being selected (PVN - 2009/11/3) tested: linux
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index dc02e46..13dcfab 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -123,6 +123,9 @@ New Features
The size of the hyperslabs are defined as the size of each dimension or a
predefined constant, whatever is smaller. This assures that the chunk
read fits in the chunk cache. (PVN - 2008/11/21)
+ - h5import: By selecting a compression type, a big endian byte order was being
+ selected (PVN - 2009/11/3)
+