summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-09-23 20:40:49 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-09-23 20:40:49 (GMT)
commitdd49fb904c957c9ff2bc55b2d6c62880d5decb30 (patch)
tree8cc675d40afb73093307897f7380b094a49b914b /release_docs/RELEASE.txt
parent48e1b5fad6b0f2e09e3f2ec0237723bf9e415b14 (diff)
downloadhdf5-dd49fb904c957c9ff2bc55b2d6c62880d5decb30.zip
hdf5-dd49fb904c957c9ff2bc55b2d6c62880d5decb30.tar.gz
hdf5-dd49fb904c957c9ff2bc55b2d6c62880d5decb30.tar.bz2
[svn-r19475] I'm backing out my fix for bug 1707 because there're some unresolved issues - r19441 and 19467.
Bug 1707 is that H5Eset_auto causes a seg fault when an application uses -DH5_USE_16_API with the 1.8 library to compile. Tested on jam - backing out, simple.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index acfc99c..73f204b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -125,9 +125,6 @@ Bug Fixes since HDF5-1.8.5
Library
-------
- - H5Eset_auto causes a seg fault when an application uses -DH5_USE_16_API
- to compile with the library. The problem is fixed and the behavior
- of H5Eget_auto is modified. (SLU - 2010/9/21 - Bug 1707)
- Modified library to always cache symbol table information. Libraries
from version 1.6.3 and earler have a bug which causes them to require
this information for some operations. (NAF - 2010/09/21 - Bug 1864)