summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPeter Cao <xcao@hdfgroup.org>2009-08-11 23:14:40 (GMT)
committerPeter Cao <xcao@hdfgroup.org>2009-08-11 23:14:40 (GMT)
commit1f34be9bba199eab8a21b14db0f5d8a7f7cc9ea8 (patch)
treed6b9d4fa30d0abe718d94e5f3e6822fddd4d46e9 /release_docs
parent68ecb148b22efa6b7f3edef91ba711a2a36980dc (diff)
downloadhdf5-1f34be9bba199eab8a21b14db0f5d8a7f7cc9ea8.zip
hdf5-1f34be9bba199eab8a21b14db0f5d8a7f7cc9ea8.tar.gz
hdf5-1f34be9bba199eab8a21b14db0f5d8a7f7cc9ea8.tar.bz2
[svn-r17334] Add notes about bog fix (1563)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1c39508..86bfec4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -151,6 +151,9 @@ New Features
The size of the hyperslabs are defined as the size of each dimension or a
predefined constant, whatever is smaller. This assures that the chunk
read fits in the chunk cache. (PVN - 2008/11/21)
+ - h5diff: h5diff treats two INFINITY values different. Fixed by checking (value==expect)
+ before call ABS(...) at h5diff_array.c This will make that (INF==INF) is true
+ (INF is treated as an number instead of NaN) (PC -- 2009/07/28)
High-Level APIs:
------