summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-10-27 14:56:48 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-10-27 14:56:48 (GMT)
commit30675b0c4ac878f4e0238b188958ac7865b25ba4 (patch)
treef418355edba36c9696c0b917648ee0f2eaeba5f3
parent2d567669cd37a93bbcd68a5ad0a4e11b0e06d58b (diff)
downloadhdf5-30675b0c4ac878f4e0238b188958ac7865b25ba4.zip
hdf5-30675b0c4ac878f4e0238b188958ac7865b25ba4.tar.gz
hdf5-30675b0c4ac878f4e0238b188958ac7865b25ba4.tar.bz2
[svn-r15964] Purpose: Mention Windows bugfix in release document
Description: In June, we discovered a bug in Windows which only affected specific timezones with the mtime test. This bug was promptly fixed, but never documented. This checkin adds a note to the release document.
-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 7ff8375..02765dd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -161,6 +161,9 @@ Bug Fixes since HDF5-1.8.1
object structure, and the empty one overwrote the data with fill value. This is
fixed by making some attribute information like the data be shared in the
attribute structure. SLU - 2008/07/07
+ - Fixed a Windows-specific issue in the ohdr test which was causing users
+ in some timezones to get false errors. This a deficiency in the Windows
+ mktime() function, and has been handled properly. SJW - 2008/06/19
Parallel Library
----------------