summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-14 16:55:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-14 16:55:31 (GMT)
commit060f36241e45bed51f569370b9b991cf121bf6f3 (patch)
tree317a95dcfaf7958505c4527c1ab5314781bdc9f9 /release_docs
parent0bcd59f9b802f52c0134ec1a4547e69f99f19ec0 (diff)
downloadhdf5-060f36241e45bed51f569370b9b991cf121bf6f3.zip
hdf5-060f36241e45bed51f569370b9b991cf121bf6f3.tar.gz
hdf5-060f36241e45bed51f569370b9b991cf121bf6f3.tar.bz2
[svn-r7219] 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 998ddfb..b4a8548 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
-------------