summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-12-12 18:34:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-12-12 18:34:20 (GMT)
commit63ad5253dbc7249cddbc1cad0d5ddbfe388bbacc (patch)
tree1a73d647e23836062f2f0e071f9c18001a66c26e /release_docs/RELEASE.txt
parent1672209bea84b80a9e7bdfdfadcfad51eb5aca02 (diff)
downloadhdf5-63ad5253dbc7249cddbc1cad0d5ddbfe388bbacc.zip
hdf5-63ad5253dbc7249cddbc1cad0d5ddbfe388bbacc.tar.gz
hdf5-63ad5253dbc7249cddbc1cad0d5ddbfe388bbacc.tar.bz2
[svn-r4705] Purpose:
Code cleanup Description: Tweaked internal error handling macros to reduce the size of the library's object code by about 10-20%. Platforms tested: FreeBSD 4.4 (sleipnir)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 ba66907..33c4260 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -52,6 +52,8 @@ New Features
command.
* Improved performance of single, contiguous hyperslabs when reading or
writing.
+ * Changed internal error handling macros to reduce code size of library by
+ about 10%.