Committing version changes, etc. for new release.

This commit is contained in:
falgout 2006-11-30 22:54:41 +00:00
parent 0a47cced5d
commit 892188d503
4 changed files with 103 additions and 23 deletions

View File

@ -53,9 +53,9 @@ dnl * Set package information so it only has to be modified in one place
dnl *********************************************************************
m4_define([HYPRE_NAME], [hypre])
m4_define([HYPRE_VERSION], [1.13.0b])
m4_define([HYPRE_DATE], [2006/10/03])
m4_define([HYPRE_TIME], [08:05:00])
m4_define([HYPRE_VERSION], [1.14.0b])
m4_define([HYPRE_DATE], [2006/11/30])
m4_define([HYPRE_TIME], [14:48:32])
m4_define([HYPRE_DATETIME], [HYPRE_DATE HYPRE_TIME])
m4_define([HYPRE_BUGS], [hypre-support@llnl.gov])
m4_define([HYPRE_TOP_SRC_DIR], [`pwd`])

38
configure vendored
View File

@ -1,7 +1,7 @@
#! /bin/sh
# From config/configure.in Id: configure.in.
# From configure.in Id: configure.in.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for hypre 1.13.0b.
# Generated by GNU Autoconf 2.59 for hypre 1.14.0b.
#
# Report bugs to <hypre-support@llnl.gov>.
#
@ -292,8 +292,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='hypre'
PACKAGE_TARNAME='hypre'
PACKAGE_VERSION='1.13.0b'
PACKAGE_STRING='hypre 1.13.0b'
PACKAGE_VERSION='1.14.0b'
PACKAGE_STRING='hypre 1.14.0b'
PACKAGE_BUGREPORT='hypre-support@llnl.gov'
ac_unique_file="HYPRE.h"
@ -825,7 +825,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures hypre 1.13.0b to adapt to many kinds of systems.
\`configure' configures hypre 1.14.0b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -886,7 +886,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of hypre 1.13.0b:";;
short | recursive ) echo "Configuration of hypre 1.14.0b:";;
esac
cat <<\_ACEOF
@ -1128,7 +1128,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
hypre configure 1.13.0b
hypre configure 1.14.0b
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@ -1164,7 +1164,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by hypre $as_me 1.13.0b, which was
It was created by hypre $as_me 1.14.0b, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@ -1536,17 +1536,17 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
cat >>confdefs.h <<\_ACEOF
#define HYPRE_PACKAGE_DATE "2006/10/03"
#define HYPRE_PACKAGE_DATE "2006/11/30"
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define HYPRE_PACKAGE_TIME "08:05:00"
#define HYPRE_PACKAGE_TIME "14:48:32"
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define HYPRE_PACKAGE_DATETIME "2006/10/03 08:05:00"
#define HYPRE_PACKAGE_DATETIME "2006/11/30 14:48:32"
_ACEOF
@ -1556,7 +1556,7 @@ _ACEOF
cat >>confdefs.h <<\_ACEOF
#define HYPRE_PACKAGE_VERSION "1.13.0b"
#define HYPRE_PACKAGE_VERSION "1.14.0b"
_ACEOF
@ -1575,16 +1575,16 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
HYPRE_PACKAGE_DATETIME="2006/10/03 08:05:00"
HYPRE_PACKAGE_DATETIME="2006/11/30 14:48:32"
HYPRE_TOP_SRCDIR="`pwd`"
HYPRE_RELEASEVERSION="1.13.0b"
HYPRE_RELEASEDATE="2006/10/03"
HYPRE_RELEASETIME="08:05:00"
HYPRE_RELEASEDATETIME="2006/10/03 08:05:00"
HYPRE_RELEASEVERSION="1.14.0b"
HYPRE_RELEASEDATE="2006/11/30"
HYPRE_RELEASETIME="14:48:32"
HYPRE_RELEASEDATETIME="2006/11/30 14:48:32"
@ -10678,7 +10678,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by hypre $as_me 1.13.0b, which was
This file was extended by hypre $as_me 1.14.0b, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -10738,7 +10738,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
hypre config.status 1.13.0b
hypre config.status 1.14.0b
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

80
releases/check1.14.0b.txt Normal file
View File

@ -0,0 +1,80 @@
HYPRE Beta Release Checklist
Beta releases tend to occur somewhat frequently. They may include new
technology, but they are reasonably stable.
The following steps must be completed, initialed & dated on the --->> line by
the responsible project member before the release is made available to users.
1. Decision made for release number: 1.14.0b
--->> rdf 11/30/2006
2. Copy this file to 'check{release number}.txt' and commit to the repository
--->> rdf 11/30/2006
3. Project personnel advised of release decision and tentative date with
a request to not disrupt the repository until the release is complete
--->> rdf 11/30/2006
4. Update CHANGELOG file with information regarding contents of this release
--->> rdf 11/30/2006
5. Verify that user, reference, and developer manuals are updated
--->> n/a
6. Verify that all agreed-upon changes have been committed
--->> rdf 11/30/2006
7. Project Lead review and/or concurrence to release
--->> rdf 11/30/2006
8. Update config/configure.in with release number and date, then run
config/bootstrap and commit changes to the repository
--->>
9. Tag repository with release number
--->>
10. Checkout tagged version
--->>
11. Manually run the autotest script with the following options on the checked
out version: -tux149 -insure -gpsmp -pengra
--->>
12. If the test runs properly, proceed. Otherwise, untag the repository, make
necessary corrections, and return to step 8.
--->>
13. Create release tar file by running the mkdist script './mkdist [VersionID]'
(this can be run from within any directory, just be sure to use the latest
version of the 'mkdist' script)
--->>
14. On the CASC cluster, copy tar file to /usr/casc/hypre/i686-pc-linux-gnu
--->>
15. Inform project team and other appropriate users of availability
--->>
16. FINAL CERTIFICATION: Verify that all steps have been signed off and commit
this file to the repository
--->>

View File

@ -50,7 +50,7 @@ help ()
printf " The number syntax within the repository is VM-mm-rr so that is\n"
printf " the format input to this script.\n"
printf " \n"
printf " Alpha releases are denoted as \"VM-nn-rr-a\" and \"VM-nn-rr-b\" for\n"
printf " Alpha releases are denoted as \"VM-nn-rra\" and \"VM-nn-rrb\" for\n"
printf " beta releases.\n"
printf " \n"
printf " If VersionId can be mapped to a valid rtag branch from the source\n"