summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-14 16:53:51 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-14 16:53:51 (GMT)
commit20a85b0e236a235b5a46fd02b4e96ea0574a1174 (patch)
tree827ed355d62a9ccd1b185c95a95ed7c052b699cc /release_docs
parent320499b91c6c9745db77c6ab5e45f95d08f15239 (diff)
downloadhdf5-20a85b0e236a235b5a46fd02b4e96ea0574a1174.zip
hdf5-20a85b0e236a235b5a46fd02b4e96ea0574a1174.tar.gz
hdf5-20a85b0e236a235b5a46fd02b4e96ea0574a1174.tar.bz2
[svn-r7218] Purpose:
Bug fix Description: H5T_BKG_TEMP was accidentally removed from library code, but is used by application's datatype conversion routines. Solution: Revert removal of H5T_BKG_TEMP. Platforms tested: h5committest
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1efecf8..8ec9402 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -55,7 +55,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
-
+ - Returned H5T_BKG_TEMP support to library after it was accidentally
+ removed. (2003/07/14 - QAK)
Configuration
-------------