summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-04-15 18:00:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-04-15 18:00:30 (GMT)
commit838b4449cfb3271aa7c13f811e7e91c5beb7560b (patch)
treef364665fd2bfd2b23135fb64cc28e05e5e61572c /release_docs/RELEASE.txt
parent82d3e6585eb19d502b79e5aad86e15a54b8e9288 (diff)
downloadhdf5-838b4449cfb3271aa7c13f811e7e91c5beb7560b.zip
hdf5-838b4449cfb3271aa7c13f811e7e91c5beb7560b.tar.gz
hdf5-838b4449cfb3271aa7c13f811e7e91c5beb7560b.tar.bz2
[svn-r12257] Purpose:
Shrink skull & crossbones (how many times do you get to write _that_ in a CVS log message? :-) Description: Documented the --enable-group-revision configure option and found a smaller skull & crossbones to put in the release notes for it.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt44
1 files changed, 15 insertions, 29 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bd8e630..852f116 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,35 +1,6 @@
HDF5 version 1.7.59 currently under development
================================================================================
-
-===========================================================================
-WARNING!! WARNING!! WARNING!! WARNING!! WARNING!! WARNING!! WARNING!!
-
- ______
- .-" "-.
- / \
- _ | | _
- ( \ |, .-. .-. ,| / )
- > "=._ | )(__/ \__)( | _.=" <
- (_/"=._"=._ |/ /\ \| _.="_.="\_)
- "=._ (_ ^^ _)"_.="
- "=\__|IIIIII|__/="
- _.="| \IIIIII/ |"=._
- _ _.="_.="\ /"=._"=._ _
- ( \_.="_.=" `--------` "=._"=._/ )
- > _.=" "=._ <
- (_/ jgs \_)
-
- This code is currently using interim file format changes that will
-certainly change before the final 1.8.0 release. Please feel free to test
-everything out (in fact, we'd welcome that!), but do _NOT_ keep any of the
-files produced as they will not be readable by later versions of the HDF5
-software. - QAK
-
-WARNING!! WARNING!! WARNING!! WARNING!! WARNING!! WARNING!! WARNING!!
-===========================================================================
-
-
INTRODUCTION
This document describes the differences between HDF5-1.6.* and
@@ -64,6 +35,21 @@ New Features
Configuration:
--------------
+ - Added a --enable-group-revision option to configure, to enable
+ segregating the ongoing work on changing the file format. DO
+ NOT ENABLE THIS OPTION! It is strictly for internal library
+ development!
+
+ .-"""""-.
+ / \
+ .-. | _ _ | .-.
+ (_. '._ | |_\ /_| | _.' ._)
+ '-._'-.(_ A _).-'_.-'
+ '-._| _____ |_.-'
+ jgs _.-'_\`"""""`/_'-._
+ .-.-'_.-' `-----' '-._'-.-.
+ (,_.'` `'._,)
+
- Added a macro hdf5_mpi_special_collective_io_works to filter out
some mpi-io packages that don't support collective IO for no IO
contributions in some processes. -KY 2006/2/16