summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-04-20 16:59:01 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-04-20 16:59:01 (GMT)
commit90aea941c557b4db38abe02ff63c426fc298c421 (patch)
tree5c113a73c44111d34ed9c2ef2e92b7ece5a79148 /release_docs
parent4446e5da7186aad436db16600bf3aca6cadc7635 (diff)
downloadhdf5-90aea941c557b4db38abe02ff63c426fc298c421.zip
hdf5-90aea941c557b4db38abe02ff63c426fc298c421.tar.gz
hdf5-90aea941c557b4db38abe02ff63c426fc298c421.tar.bz2
[svn-r16804] Purpose: Fix bug 1548
Description: When writing data to a dataset, the data transform was performed after type conversion. This caused an error if the file type was non-native. This has been changed so data transforms are always performed on the memory type. Tested: jam, linew. smirom (h5committest)
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 6b2b8f8..a26b9c1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -142,6 +142,8 @@ Bug Fixes since HDF5-1.8.2
Library
-------
+ - Fixed a problem with using data transforms with non-native types in the
+ file. NAF - 2009/04/20 - 1548
- Added direct.h include file to windows section of H5private.h
to fix _getcwd() warning. ADB - 2009/04/14 - 1536
- Fixed a bug that prevented external links from working after calling