summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2011-10-20 22:06:38 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2011-10-20 22:06:38 (GMT)
commited645b3857502cc9d3351e4757c865abaaef6985 (patch)
tree36f1f4360912128226064b4ae5557b78c9fac5e1 /release_docs
parent72702153d2e3fe35aa526173f93f5510eb4b65fd (diff)
downloadhdf5-ed645b3857502cc9d3351e4757c865abaaef6985.zip
hdf5-ed645b3857502cc9d3351e4757c865abaaef6985.tar.gz
hdf5-ed645b3857502cc9d3351e4757c865abaaef6985.tar.bz2
[svn-r21630] Re-add note to RELEASE_DOCS.txt that was mistakenly removed in r21629.
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 356a5d9..528361a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -343,6 +343,9 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Fixed a bug that occurred when using H5Ocopy on a committed datatype
+ containing an attribute using that committed datatype.
+ (NAF - 2011/10/13 - Issue 5854)
- #ifdef _WIN32 instances changed to #ifdef H5_HAVE_WIN32_API and added
H5_HAVE_VISUAL_STUDIO checks where necessary. CMake only as configure
never set _WIN32.