summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-10-27 15:01:12 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-10-27 15:01:12 (GMT)
commitcea73f9ff96e86752444cf3bd6f1bccf3bd42148 (patch)
tree71e604d21e1d1e235533a8c179650c49376c22ba /release_docs
parent8e7e1f1119ab1f47d22b799e32d1161dff557b63 (diff)
downloadhdf5-cea73f9ff96e86752444cf3bd6f1bccf3bd42148.zip
hdf5-cea73f9ff96e86752444cf3bd6f1bccf3bd42148.tar.gz
hdf5-cea73f9ff96e86752444cf3bd6f1bccf3bd42148.tar.bz2
[svn-r15965] 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.
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 ae096a5..7b58b2a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -155,6 +155,9 @@ Bug Fixes since HDF5-1.8.0 release
attribute structure. SLU - 2008/07/22
- Fixed issue where a group could have a file mounted on it twice.
(QAK - 2008/07/15)
+ - 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
- Fixed the problem with the searching of target file for H5Lcreate_external().
The searching pattern will depend on whether the target file's
pathname is an absolute or a relative path. Please see the description