diff options
author | roland <roland> | 2006-07-19 22:12:10 +0000 |
---|---|---|
committer | roland <roland> | 2006-07-19 22:12:10 +0000 |
commit | d65d6b2776fd0c618dbcf6fd5c9e2e17ad5f49cd (patch) | |
tree | 6e14cbaebabfdd10ee88fd15cb5ed03252b7d309 | |
parent | a9a80c9b77ced06b0939ad2b2c0160c5e527e8ed (diff) | |
download | systemtap-steved-d65d6b2776fd0c618dbcf6fd5c9e2e17ad5f49cd.tar.gz systemtap-steved-d65d6b2776fd0c618dbcf6fd5c9e2e17ad5f49cd.tar.xz systemtap-steved-d65d6b2776fd0c618dbcf6fd5c9e2e17ad5f49cd.zip |
Version 0.5.9
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | systemtap.spec.in | 3 |
4 files changed, 19 insertions, 11 deletions
@@ -1,3 +1,8 @@ +2006-07-19 Roland McGrath <roland@redhat.com> + + * configure.ac, systemtap.spec.in: Bump version to 0.5.9. + * configure: Regenerated. + 2006-07-19 David Smith <dsmith@redhat.com> * testsuite/buildok/scsi.stp: Only run the scsi test if the scsi @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for systemtap 0.5.8. +# Generated by GNU Autoconf 2.59 for systemtap 0.5.9. # # Report bugs to <systemtap@sources.redhat.com>. # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='systemtap' PACKAGE_TARNAME='systemtap' -PACKAGE_VERSION='0.5.8' -PACKAGE_STRING='systemtap 0.5.8' +PACKAGE_VERSION='0.5.9' +PACKAGE_STRING='systemtap 0.5.9' PACKAGE_BUGREPORT='systemtap@sources.redhat.com' # Factoring default headers for most tests. @@ -787,7 +787,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.8 to adapt to many kinds of systems. +\`configure' configures systemtap 0.5.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -849,7 +849,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of systemtap 0.5.8:";; + short | recursive ) echo "Configuration of systemtap 0.5.9:";; esac cat <<\_ACEOF @@ -977,7 +977,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -systemtap configure 0.5.8 +systemtap configure 0.5.9 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -991,7 +991,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 systemtap $as_me 0.5.8, which was +It was created by systemtap $as_me 0.5.9, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1636,7 +1636,7 @@ fi # Define the identity of the package. PACKAGE='systemtap' - VERSION='0.5.8' + VERSION='0.5.9' cat >>confdefs.h <<_ACEOF @@ -5635,7 +5635,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by systemtap $as_me 0.5.8, which was +This file was extended by systemtap $as_me 0.5.9, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5698,7 +5698,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -systemtap config.status 0.5.8 +systemtap config.status 0.5.9 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index a094b346..ac48e0ec 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.5.8, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.5.9, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE diff --git a/systemtap.spec.in b/systemtap.spec.in index 47cb7dfb..c6c5d235 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -126,6 +126,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Jul 19 2006 Roland McGrath <roland@redhat.com> - 0.5.9-1 +- PRs 2669, 2913 + * Fri Jun 16 2006 Roland McGrath <roland@redhat.com> - 0.5.8-1 - PRs 2627, 2520, 2228, 2645 |