summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-05-08 20:59:31 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-05-08 20:59:31 (GMT)
commit8edf0ec438e480c92beb0b14fcbb75f44e968b0f (patch)
treef94689de79423025ecdaac97003547661e8509f8 /RELEASE.txt
parent93129f271e71e669a3218c93a71d361155cb4c7e (diff)
downloadhdf5-8edf0ec438e480c92beb0b14fcbb75f44e968b0f.zip
hdf5-8edf0ec438e480c92beb0b14fcbb75f44e968b0f.tar.gz
hdf5-8edf0ec438e480c92beb0b14fcbb75f44e968b0f.tar.bz2
[svn-r3893] Purpose:
Bug Fix Description: Small fix. The "off_t" typedef's size wasn't being set correctly. Solution: The tests for 64-bit files (getdents64() in particular) needed to occur before checking for the sizeof off_t. Platforms tested: Linux
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 1b3ade0..eb1d4cf 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -82,6 +82,8 @@ New Features
7 and contains the sizes of the data buffer dimensions.
* F90 static library is available on Windows platforms. See
INSTALL_Windows.txt for details.
+ * File sizes greater than 2GB on Linux 2.4.x and higher kernels are
+ now supported.
Platforms Tested