diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-26 05:56:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-26 05:56:38 (GMT) |
commit | 35d0fabefdabf4bcb5ccc8df67ccdf6fa8c71b44 (patch) | |
tree | 52ec1eee432aac497ba7054108a1c3b3a855f11a /doc/html | |
parent | 631e94869b7c0c4e7f053f06769b7b4550216a63 (diff) | |
download | hdf5-35d0fabefdabf4bcb5ccc8df67ccdf6fa8c71b44.zip hdf5-35d0fabefdabf4bcb5ccc8df67ccdf6fa8c71b44.tar.gz hdf5-35d0fabefdabf4bcb5ccc8df67ccdf6fa8c71b44.tar.bz2 |
[svn-r8948] Purpose:
Bump version # after making snapshot
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 618b929..0b593c4 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.3-snap0 released on Sun Jul 25 21:19:54 CDT 2004 +HDF5 version 1.6.3-snap1 released on Mon Jul 26 00:53:42 CDT 2004 ================================================================================ @@ -38,6 +38,11 @@ New Features Configuration: -------------- + - Added some initial support for making purify (or similar memory + checking products) happier by initializing buffers to zero and + disabling the internal free list code. To take advantage of this, + define 'H5_USING_PURIFY' in your CFLAGS when building the library. + QAK - 2004/07/23 Library: -------- |