summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-10-05 15:24:51 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-10-05 15:24:51 (GMT)
commit0c6af451e35b7f1d0f9b292e1cc820ffa38cb83e (patch)
tree2d00d6e1ec85d5681362e599cfa182a446a33b3e /release_docs/RELEASE.txt
parente0bd0292978149a59a53e1388f7f4fa436b4effb (diff)
downloadhdf5-0c6af451e35b7f1d0f9b292e1cc820ffa38cb83e.zip
hdf5-0c6af451e35b7f1d0f9b292e1cc820ffa38cb83e.tar.gz
hdf5-0c6af451e35b7f1d0f9b292e1cc820ffa38cb83e.tar.bz2
[svn-r19515] I documented bug 1707. No test is needed.
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 a374f5e..fb35a77 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -369,6 +369,9 @@ Cray XT3 2.1.56 n n n n
Known Problems
==============
+* H5Eset_auto can cause a seg fault for a library API call if the application
+ compiles with -DH5_USE_16_API (see bug 1707). It will be fixed in the
+ next release. SLU - 2010/10/5
* The library's test dt_arith.c showed a compiler's rounding problem on
Cygwin when converting from unsigned long long to long double. The
library's own conversion works fine. We defined a macro for Cygwin to