summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-06-19 21:19:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-06-19 21:19:07 (GMT)
commita289dcc5e866e45af44dda63f21f8f998c8e8eef (patch)
treeb555228376af51610fa8c6677445e32636b4810c
parentdfbc98e349e423addea1a129fb241bc5e12b1c7b (diff)
downloadhdf5-a289dcc5e866e45af44dda63f21f8f998c8e8eef.zip
hdf5-a289dcc5e866e45af44dda63f21f8f998c8e8eef.tar.gz
hdf5-a289dcc5e866e45af44dda63f21f8f998c8e8eef.tar.bz2
[svn-r13888] Description:
Added note about VL-datatype fill value bugs fixed.
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7f64bf8..0561b7d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -611,6 +611,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fixed several bugs with writing fill values for datasets that have
+ a variable-length datatype or component datatype. QAK - 2007/06/19
- STDIO driver didn't support files bigger than 2GB because the OFFSET
parameter of fseek is of type LONG INT, not big enough for big files.
Use fseeko instead for big files if it's available on the system.