summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2008-01-18 15:29:25 +0000
committerfche <fche>2008-01-18 15:29:25 +0000
commitbfe2b4ab0a801c23b130b5083b7fbf5c00ab004a (patch)
tree09a510f2216f60c66ddcda134588e8b474ea2842
parent1e0716d328e1c20447ea17b46551b9c208b7624b (diff)
downloadsystemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.tar.gz
systemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.tar.xz
systemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.zip
bump to version 0.6.1 in prep for snapshot release
2008-01-18 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Update version to 0.6.1 * configure: Regenerated.
-rw-r--r--ChangeLog3
-rw-r--r--NEWS2
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--systemtap.spec.in4
-rw-r--r--testsuite/ChangeLog5
-rwxr-xr-xtestsuite/configure20
-rw-r--r--testsuite/configure.ac2
8 files changed, 32 insertions, 26 deletions
diff --git a/ChangeLog b/ChangeLog
index b6bc671f..009436b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-01-18 Frank Ch. Eigler <fche@elastic.org>
- * systemtap.spec.in: Update version to 0.6-3.
+ * configure.ac, systemtap.spec.in: Update version to 0.6.1
+ * configure: Regenerated.
2008-01-17 Frank Ch. Eigler <fche@elastic.org>
diff --git a/NEWS b/NEWS
index 7b3e3265..05d11eca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* What's new in version 0.6 / since version 0.5.15?
+* What's new in version 0.6 / 0.6.1
- Crash utility can retrieve systemtap's relay buffer from a kernel dump
image by using staplog which is a crash extension module. To use this
diff --git a/configure b/configure
index 1a547523..eaa13950 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for systemtap 0.6.
+# Generated by GNU Autoconf 2.61 for systemtap 0.6.1.
#
# Report bugs to <systemtap@sources.redhat.com>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='systemtap'
PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='0.6'
-PACKAGE_STRING='systemtap 0.6'
+PACKAGE_VERSION='0.6.1'
+PACKAGE_STRING='systemtap 0.6.1'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
# Factoring default headers for most tests.
@@ -1233,7 +1233,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 systemtap 0.6 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.6.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1299,7 +1299,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 0.6:";;
+ short | recursive ) echo "Configuration of systemtap 0.6.1:";;
esac
cat <<\_ACEOF
@@ -1398,7 +1398,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 0.6
+systemtap configure 0.6.1
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1412,7 +1412,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by systemtap $as_me 0.6, which was
+It was created by systemtap $as_me 0.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2105,7 +2105,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='0.6'
+ VERSION='0.6.1'
cat >>confdefs.h <<_ACEOF
@@ -7031,7 +7031,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by systemtap $as_me 0.6, which was
+This file was extended by systemtap $as_me 0.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7084,7 +7084,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-systemtap config.status 0.6
+systemtap config.status 0.6.1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 256155a8..2e9072d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl configure.ac --- autoconf input file for systemtap
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([systemtap], 0.6, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 0.6.1, systemtap@sources.redhat.com, systemtap)
dnl ^^^ see also NEWS, testsuite/configure.ac
diff --git a/systemtap.spec.in b/systemtap.spec.in
index f9fb991e..809c7e46 100644
--- a/systemtap.spec.in
+++ b/systemtap.spec.in
@@ -1,5 +1,5 @@
# Release number for rpm build. Stays at 1 for new PACKAGE_VERSION increases.
-%define release 3
+%define release 1
# Version number of oldest elfutils release that works with systemtap.
%define elfutils_version 0.127
@@ -200,7 +200,7 @@ exit 0
%changelog
-* Fri Jan 18 2008 Frank Ch. Eigler <fche@redhat.com> - 0.6-3
+* Fri Jan 18 2008 Frank Ch. Eigler <fche@redhat.com> - 0.6.1-1
- Add crash-devel buildreq to build staplog.so crash(8) module.
- Many robustness & functionality improvements:
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index ac0eeebb..e13092ac 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-18 Frank Ch. Eigler <fche@elastic.org>
+
+ * configure.ac: Bump version to 0.6.1.
+ * configure: Regenerated.
+
2008-01-17 Frank Ch. Eigler <fche@elastic.org>
PR 4935.
diff --git a/testsuite/configure b/testsuite/configure
index e50dc588..2e29a3d7 100755
--- a/testsuite/configure
+++ b/testsuite/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for systemtap 0.6.
+# Generated by GNU Autoconf 2.61 for systemtap 0.6.1.
#
# Report bugs to <systemtap@sources.redhat.com>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='systemtap'
PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='0.6'
-PACKAGE_STRING='systemtap 0.6'
+PACKAGE_VERSION='0.6.1'
+PACKAGE_STRING='systemtap 0.6.1'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
ac_subst_vars='SHELL
@@ -1148,7 +1148,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 systemtap 0.6 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.6.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1214,7 +1214,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 0.6:";;
+ short | recursive ) echo "Configuration of systemtap 0.6.1:";;
esac
cat <<\_ACEOF
@@ -1285,7 +1285,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 0.6
+systemtap configure 0.6.1
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1299,7 +1299,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by systemtap $as_me 0.6, which was
+It was created by systemtap $as_me 0.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -1991,7 +1991,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='0.6'
+ VERSION='0.6.1'
cat >>confdefs.h <<_ACEOF
@@ -2595,7 +2595,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by systemtap $as_me 0.6, which was
+This file was extended by systemtap $as_me 0.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2638,7 +2638,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-systemtap config.status 0.6
+systemtap config.status 0.6.1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/testsuite/configure.ac b/testsuite/configure.ac
index 18e85559..5eb9b151 100644
--- a/testsuite/configure.ac
+++ b/testsuite/configure.ac
@@ -1,7 +1,7 @@
dnl configure.ac --- autoconf input file for systemtap testsuite
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([systemtap], 0.6, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 0.6.1, systemtap@sources.redhat.com, systemtap)
AC_PREREQ(2.59)
AC_CONFIG_AUX_DIR(..)