diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2012-04-05 19:14:38 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2012-04-05 19:14:38 (GMT) |
commit | dee21e9e82cecc5a15d62e3fec02f3c46eb8231b (patch) | |
tree | d3eb67916366552f1dca12afa687951608c1bc68 /release_docs | |
parent | 9ac4faa9230bb97c4e3f7c4465c6a55dbde30e14 (diff) | |
download | hdf5-dee21e9e82cecc5a15d62e3fec02f3c46eb8231b.zip hdf5-dee21e9e82cecc5a15d62e3fec02f3c46eb8231b.tar.gz hdf5-dee21e9e82cecc5a15d62e3fec02f3c46eb8231b.tar.bz2 |
[svn-r22252] Fixed a bug in H5Ocopy(): When copying an opened object, call the object's
flush class action to ensure that cached data is flushed so that H5Ocopy will get
the correct data. (HDFFV-7853)
this line, and those below, will be ignored--
_M .
M test/objcopy.c
M src/H5Ocopy.c
M src/H5Goh.c
M src/H5Dint.c
M src/H5Opkg.h
M src/H5Doh.c
M src/H5Toh.c
M src/H5O.c
M src/H5Dpkg.h
M release_docs/RELEASE.txt
_M fortran
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e98fad6..469514d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -141,6 +141,9 @@ Bug Fixes since HDF5-1.8.8 Library ------- + - Fixed a bug in H5Ocopy(): When copying an opened object, call the + object's flush class action to ensure that cached data is flushed + so that H5Ocopy will get the correct data. (VC - 2012/3/27 - HDFFV-7853) - Windows and STDIO correctness changes have been propagated from the SEC2 and old Windows drivers to the STDIO VFD. (DER - 2012/3/30, HDFFV-7917) - Fixed an error that would occur when copying an object with attribute |