summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-12 15:25:42 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-12 15:25:42 (GMT)
commit41d0d0471b0b488647bd88e92d3111ee08759dd6 (patch)
treed570e39fd7cadc8a701668b427ee8bb8c3be4111 /release_docs
parent63e372c5699f197d62731cbd279204b2cc1c45ae (diff)
downloadhdf5-41d0d0471b0b488647bd88e92d3111ee08759dd6.zip
hdf5-41d0d0471b0b488647bd88e92d3111ee08759dd6.tar.gz
hdf5-41d0d0471b0b488647bd88e92d3111ee08759dd6.tar.bz2
[svn-r14970] Purpose: updated RELEASE.txt document
Description: new autotool version information was missing from 1.9 documentation. It was added to 1.8, but I forgot to put it in the trunk when I did that update. It's there now. New versions: Automake 1.10.1, Libtool 2.2.2 Tested: none needed, doc update only.
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 65fc67c..cad7cfe 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -40,6 +40,9 @@ New Features
Configuration:
-------------
+ - Configuration suite now uses Autoconf 2.61, Automake 1.10.1, and
+ Libtool 2.2.2 (MAM - 2008/05/05)
+
- There is a new build command, 'make check-perform', which will
run the tests in the perform directory. This is an optional step
afer 'make check' in the build process. (MAM - 2008/05/12)