summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-04-07 23:04:19 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-04-07 23:04:19 (GMT)
commit41cea953dd4a69e4d375265f490b8f8e498bcf76 (patch)
tree0019901576943c1971feccdedd602da35ce1a2c6 /release_docs
parent8090374d00151ad0b0202967eafcbf9057e7ab62 (diff)
downloadhdf5-41cea953dd4a69e4d375265f490b8f8e498bcf76.zip
hdf5-41cea953dd4a69e4d375265f490b8f8e498bcf76.tar.gz
hdf5-41cea953dd4a69e4d375265f490b8f8e498bcf76.tar.bz2
[svn-r16694] Purpose: Fix bug 1526
Description: Previously, H5Lcopy and H5Lmove would (through H5L_move) improperly apply the "create intermediate groups" property to the source path traversal, and not the destination. Fixed it to apply the property to the destination and not the source. Also fixed H5Lcreate_ud to reject internal link classes without throwing an assertion. Tested: linew, jam, smirom (h5committtest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d11a8b9..7c93e6c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -151,6 +151,8 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Fixed a bug where H5Lcopy and H5Lmove wouldn't create intermediate
+ groups when that property was set. (NAF - 2009/04/07 - 1526)
- Fixed a bug that caused files with a user block to grow by the size of
the user block every time they were opened.
(NAF - 2009/03/26 - 1499)