summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-02-02 15:48:38 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-02-02 15:48:38 (GMT)
commitd11578368510af7057629201bb577ae9140cc2ae (patch)
tree70937526703f4b6dc7fc007e602e916516a1956c /release_docs/RELEASE.txt
parentfc96b2cec37e2105114738139de6662ab69ecfe8 (diff)
downloadhdf5-d11578368510af7057629201bb577ae9140cc2ae.zip
hdf5-d11578368510af7057629201bb577ae9140cc2ae.tar.gz
hdf5-d11578368510af7057629201bb577ae9140cc2ae.tar.bz2
[svn-r18202] I added a known problem item. Please see bug report #1279.
No test is needed.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0a3660e..1242116 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -320,6 +320,15 @@ Cray XT3 2.0.62 n n n n
Known Problems
==============
+* All the VFL drivers aren't backward compatible. In H5FDpublic.h, the
+ structure H5FD_class_t changed in 1.8. There is new parameter added to
+ get_eoa and set_eoa callback functions. A new callback function
+ get_type_map was added in. The public function H5FDrealloc was taken
+ out in 1.8. The problem only happens when users define their own driver
+ for 1.6 and try to plug in 1.8 library. Because there's only one user
+ complaining about it, we (Elena, Quincey, and I) decided to leave it as
+ it is (see bug report #1279). Quincey will make a plan for 1.10.
+ SLU - 2010/2/2
* MinGW has a missing libstdc++.dll.a library file and will not successfully link
C++ applications/tests. Do not use the enable-cxx configure option. Read all of
the INSTALL_MINGW.txt file for all restrictions. ADB - 2009/11/11