summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2007-07-03 22:39:12 +0000
committerfche <fche>2007-07-03 22:39:12 +0000
commitdb6f191ece0dfddb52be570cfac0a709b6ca601e (patch)
treea938d6bdfab9579dc17dde5739b4c221b3fe90f0
parent479307eac1490a09e71973116ec665006d31fba6 (diff)
downloadsystemtap-steved-db6f191ece0dfddb52be570cfac0a709b6ca601e.tar.gz
systemtap-steved-db6f191ece0dfddb52be570cfac0a709b6ca601e.tar.xz
systemtap-steved-db6f191ece0dfddb52be570cfac0a709b6ca601e.zip
2007-07-03 Frank Ch. Eigler <fche@elastic.org>
* configure.ac: Bumped version to 0.5.15 for development. * configure: Regenerated.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS3
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac4
-rw-r--r--testsuite/ChangeLog5
-rwxr-xr-xtestsuite/configure20
-rw-r--r--testsuite/configure.ac2
7 files changed, 36 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index fc970b43..ce4b6a02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-03 Frank Ch. Eigler <fche@elastic.org>
+
+ * configure.ac: Bumped version to 0.5.15 for development.
+ * configure: Regenerated.
+
2007-07-03 Roland McGrath <roland@frob.com>
* Makefile.am (install-exec-local, install-elfutils): Use $(DESTDIR).
diff --git a/NEWS b/NEWS
index 8ad06250..6762901f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+* What's new since version 0.5.14?
+
+
* What's new since version 0.5.13?
- The way in which systemtap resolves function/inline probes has changed:
diff --git a/configure b/configure
index 556456f1..9fd6b86c 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.5.14.
+# Generated by GNU Autoconf 2.61 for systemtap 0.5.15.
#
# 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.5.14'
-PACKAGE_STRING='systemtap 0.5.14'
+PACKAGE_VERSION='0.5.15'
+PACKAGE_STRING='systemtap 0.5.15'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
# Factoring default headers for most tests.
@@ -1239,7 +1239,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.5.14 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.5.15 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1305,7 +1305,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 0.5.14:";;
+ short | recursive ) echo "Configuration of systemtap 0.5.15:";;
esac
cat <<\_ACEOF
@@ -1403,7 +1403,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 0.5.14
+systemtap configure 0.5.15
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1417,7 +1417,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.5.14, which was
+It was created by systemtap $as_me 0.5.15, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2110,7 +2110,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='0.5.14'
+ VERSION='0.5.15'
cat >>confdefs.h <<_ACEOF
@@ -7066,7 +7066,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.5.14, which was
+This file was extended by systemtap $as_me 0.5.15, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7119,7 +7119,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-systemtap config.status 0.5.14
+systemtap config.status 0.5.15
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 a94274d5..f0c5c9c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl configure.ac --- autoconf input file for systemtap
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([systemtap], 0.5.14, systemtap@sources.redhat.com, systemtap)
-dnl ^^^^^^ see also testsuite/configure.ac
+AC_INIT([systemtap], 0.5.15, systemtap@sources.redhat.com, systemtap)
+dnl ^^^^^^ see also NEWS, testsuite/configure.ac
AC_PREREQ(2.59)
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 57abdce2..259971e2 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-03 Frank Ch. Eigler <fche@elastic.org>
+
+ * configure.ac: Bumped version to 0.5.15.
+ * configure: Regenerated.
+
2007-07-03 Martin Hunt <hunt@redhat.com>
* systemtap.context/pid.tcl: Better error reporting.
diff --git a/testsuite/configure b/testsuite/configure
index c023b34d..0b0054ef 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.5.14.
+# Generated by GNU Autoconf 2.61 for systemtap 0.5.15.
#
# 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.5.14'
-PACKAGE_STRING='systemtap 0.5.14'
+PACKAGE_VERSION='0.5.15'
+PACKAGE_STRING='systemtap 0.5.15'
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.5.14 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.5.15 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.5.14:";;
+ short | recursive ) echo "Configuration of systemtap 0.5.15:";;
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.5.14
+systemtap configure 0.5.15
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.5.14, which was
+It was created by systemtap $as_me 0.5.15, 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.5.14'
+ VERSION='0.5.15'
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.5.14, which was
+This file was extended by systemtap $as_me 0.5.15, 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.5.14
+systemtap config.status 0.5.15
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 28abe39d..b85ea8f3 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.5.14, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 0.5.15, systemtap@sources.redhat.com, systemtap)
AC_PREREQ(2.59)
AC_CONFIG_AUX_DIR(..)