diff options
author | roland <roland> | 2005-11-01 00:24:05 +0000 |
---|---|---|
committer | roland <roland> | 2005-11-01 00:24:05 +0000 |
commit | ae65ed5c1f6787bf9073be15ec62706d9b459132 (patch) | |
tree | f58bedb020833c9162d2c0ecf9c559b723f9da33 | |
parent | 0174daa3c0869175d80779f3ec92dfbb9bcd6ab3 (diff) | |
download | systemtap-steved-ae65ed5c1f6787bf9073be15ec62706d9b459132.tar.gz systemtap-steved-ae65ed5c1f6787bf9073be15ec62706d9b459132.tar.xz systemtap-steved-ae65ed5c1f6787bf9073be15ec62706d9b459132.zip |
2005-10-31 Roland McGrath <roland@redhat.com>
* systemtap.spec.in, configure.ac: Version 0.4.2 cooked.
* configure: Regenerated.
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | systemtap.spec.in | 4 |
3 files changed, 15 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for systemtap 0.4.1. +# Generated by GNU Autoconf 2.59 for systemtap 0.4.2. # # 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.4.1' -PACKAGE_STRING='systemtap 0.4.1' +PACKAGE_VERSION='0.4.2' +PACKAGE_STRING='systemtap 0.4.2' 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.4.1 to adapt to many kinds of systems. +\`configure' configures systemtap 0.4.2 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.4.1:";; + short | recursive ) echo "Configuration of systemtap 0.4.2:";; esac cat <<\_ACEOF @@ -971,7 +971,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -systemtap configure 0.4.1 +systemtap configure 0.4.2 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -985,7 +985,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.4.1, which was +It was created by systemtap $as_me 0.4.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1630,7 +1630,7 @@ fi # Define the identity of the package. PACKAGE='systemtap' - VERSION='0.4.1' + VERSION='0.4.2' cat >>confdefs.h <<_ACEOF @@ -5567,7 +5567,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by systemtap $as_me 0.4.1, which was +This file was extended by systemtap $as_me 0.4.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5630,7 +5630,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -systemtap config.status 0.4.1 +systemtap config.status 0.4.2 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 4212afce..88e68f06 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.4.1, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.4.2, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE diff --git a/systemtap.spec.in b/systemtap.spec.in index 675c967e..3248b119 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -130,6 +130,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Oct 31 2005 Roland McGrath <roland@redhat.com> - 0.4.2-1 +- Many fixes and improvements: PRs 1344, 1260, 1330, 1295, 1311, 1368, + 1182, 1131, 1332, 1366, 1456, 1271, 1338, 1482, 1477, 1194. + * Wed Sep 14 2005 Roland McGrath <roland@redhat.com> - 0.4.1-1 - Many fixes and improvements since 0.2.2; relevant PRs include: 1122, 1134, 1155, 1172, 1174, 1175, 1180, 1186, 1187, 1191, 1193, 1195, |