diff options
author | Robb Matzke <matzke@llnl.gov> | 2000-06-08 15:17:27 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2000-06-08 15:17:27 (GMT) |
commit | 7b6795cf3d1affb2708b63a5be7554b30ce755b0 (patch) | |
tree | ee3239938fd1bb6528aa3fed7fdc466a1846b0a9 | |
parent | eb60599a779b60983ebc462b565cecbb8686cd63 (diff) | |
download | hdf5-7b6795cf3d1affb2708b63a5be7554b30ce755b0.zip hdf5-7b6795cf3d1affb2708b63a5be7554b30ce755b0.tar.gz hdf5-7b6795cf3d1affb2708b63a5be7554b30ce755b0.tar.bz2 |
[svn-r2371] Added note for struct(opt) fix.
-rw-r--r-- | RELEASE | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -72,6 +72,11 @@ Library * QAK - 4/19/00 - Improved metadata hashing & caching algorithms to avoid many hash flushes and also remove some redundant I/O when moving metadata blocks in the file. + * The "struct(opt)" type conversion function which gets invoked for + certain compound datatype conversions was fixed for nested compound + types. This required a small change in the datatype conversion + function API. + Configuration ------------- |