summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-26 22:36:44 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-26 22:36:44 (GMT)
commit4b0293ce89b9e3ddb8a98e598dee3de03ffb4074 (patch)
tree69da330073fc40934ece65a82b085699c72bba8a /release_docs/RELEASE.txt
parent036ecfa32b2b8aeee5f842b18a755af7850196ab (diff)
downloadhdf5-4b0293ce89b9e3ddb8a98e598dee3de03ffb4074.zip
hdf5-4b0293ce89b9e3ddb8a98e598dee3de03ffb4074.tar.gz
hdf5-4b0293ce89b9e3ddb8a98e598dee3de03ffb4074.tar.bz2
[svn-r26322] Merge of r26246 and r26249 from the trunk
Fixes a bug in the bin/trace script that prevented API calls which return a pointer from receiving TRACE macros. Also removes the NO TRACE warnings, which we decided were distracting and unnecessary. Tested on: jam (minor change)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a09d476..ed5ea63 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -202,6 +202,17 @@ Bug Fixes since HDF5-1.8.14
(DER - 2015/02/22, HDFFV-8927)
+ - Addition of error tracing functionality to several C API calls
+
+ A bug in a text processing script caused API calls that return a
+ pointer to not receive error tracing macros/functionality.
+
+ The bug has been corrected and error tracing functionality has been
+ added to the affected API calls. These functions will now correctly
+ print trace information when library errors are encountered.
+
+ (DER - 2015/02/26, HDFFV-9141)
+
Parallel Library
----------------
- Fixed a potential memory error when performing parallel I/O on a dataset