]> sourceware.org Git - systemtap.git/commitdiff
post-release version bump: 2.1 coming down the line
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 10 Oct 2012 02:01:35 +0000 (22:01 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 10 Oct 2012 02:01:35 +0000 (22:01 -0400)
NEWS
configure
configure.ac
doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
systemtap.spec
testsuite/configure
testsuite/configure.ac

diff --git a/NEWS b/NEWS
index afddb3669b34e03a4b92cb277b552b8a679219c0..8608e86efe0015a4e37e39f6cda8959dafe1bd97 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* What's new in version 2.1
+
 * What's new in version 2.0, 2012-10-09
 
 - Systemtap includes a new prototype backend, which uses Dyninst to instrument
index 33112c7479b1a75069efbf1695152747860457c1..d33726a8669c984813758a80f857c8194876e316 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for systemtap 2.0.
+# Generated by GNU Autoconf 2.68 for systemtap 2.1.
 #
 # Report bugs to <systemtap@sourceware.org>.
 #
@@ -560,8 +560,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='systemtap'
 PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='2.0'
-PACKAGE_STRING='systemtap 2.0'
+PACKAGE_VERSION='2.1'
+PACKAGE_STRING='systemtap 2.1'
 PACKAGE_BUGREPORT='systemtap@sourceware.org'
 PACKAGE_URL=''
 
@@ -1386,7 +1386,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 2.0 to adapt to many kinds of systems.
+\`configure' configures systemtap 2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1456,7 +1456,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of systemtap 2.0:";;
+     short | recursive ) echo "Configuration of systemtap 2.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1609,7 +1609,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-systemtap configure 2.0
+systemtap configure 2.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2144,7 +2144,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 2.0, which was
+It was created by systemtap $as_me 2.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2962,7 +2962,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='systemtap'
- VERSION='2.0'
+ VERSION='2.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11421,7 +11421,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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 2.0, which was
+This file was extended by systemtap $as_me 2.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -11487,7 +11487,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-systemtap config.status 2.0
+systemtap config.status 2.1
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 8527763ec7c92ef190870bf56fd548b83e989af0..b19075d04f357ec268f6bacce643a5b7d97af9b8 100644 (file)
@@ -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], 2.0, systemtap@sourceware.org, systemtap)
+AC_INIT([systemtap], 2.1, systemtap@sourceware.org, systemtap)
 dnl                  ^^^ see also NEWS, systemtap.spec, testsuite/configure.ac
 dnl                      doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
 
index eafcc0cddde7fab6209881b6a247da38d91dbd5b..9fdadc0c99aa7bf9c6fb2791f3d9703d99e6be47 100644 (file)
@@ -6,10 +6,10 @@
        <title>SystemTap Beginners Guide</title>
        <subtitle condition="RedHat">Introduction to SystemTap (for Red Hat Enterprise Linux)</subtitle>
        <subtitle condition="fedora">Introduction to SystemTap (for Fedora)</subtitle>
-       <edition>2.0</edition>
+       <edition>2.1</edition>
 
        <productname>Systemtap</productname>
-       <productnumber>2.0</productnumber>
+       <productnumber>2.1</productnumber>
 
        <pubsnumber>2</pubsnumber>
        <abstract condition="RedHat"><para>This guide provides basic instructions on how to use SystemTap to monitor different subsystems of &PRODUCT; in finer detail. The <citetitle>SystemTap Beginners Guide</citetitle> is recommended for users who have taken <ulink url="https://www.redhat.com/courses/rh133_red_hat_linux_system_administration_and_rhct_exam/">RHCT</ulink> or have a similar level of expertise in &PRODUCT;.</para></abstract>
index 41d02268309f3a639b8ef98fa7eb108a575e6102..5c0f6cc351ce5be75121f7699540ee3ab45c6f9a 100644 (file)
@@ -15,7 +15,7 @@
 %{!?with_dyninst: %global with_dyninst 0%{?fedora} >= 18 || 0%{?rhel} >= 7}
 
 Name: systemtap
-Version: 2.0
+Version: 2.1
 Release: 1%{?dist}
 # for version, see also configure.ac
 
index 7e6100f8e4eaf70ae69aab6257113cbfc4c23559..8e98735055c907369b90244d3085c46da222b4a6 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for systemtap 2.0.
+# Generated by GNU Autoconf 2.68 for systemtap 2.1.
 #
 # Report bugs to <systemtap@sourceware.org>.
 #
@@ -559,8 +559,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='systemtap'
 PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='2.0'
-PACKAGE_STRING='systemtap 2.0'
+PACKAGE_VERSION='2.1'
+PACKAGE_STRING='systemtap 2.1'
 PACKAGE_BUGREPORT='systemtap@sourceware.org'
 PACKAGE_URL=''
 
@@ -1184,7 +1184,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 2.0 to adapt to many kinds of systems.
+\`configure' configures systemtap 2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1250,7 +1250,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of systemtap 2.0:";;
+     short | recursive ) echo "Configuration of systemtap 2.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1332,7 +1332,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-systemtap configure 2.0
+systemtap configure 2.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1349,7 +1349,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 2.0, which was
+It was created by systemtap $as_me 2.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2166,7 +2166,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='systemtap'
- VERSION='2.0'
+ VERSION='2.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2822,7 +2822,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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 2.0, which was
+This file was extended by systemtap $as_me 2.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2875,7 +2875,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-systemtap config.status 2.0
+systemtap config.status 2.1
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 52cc5bf32b2fe9ee0079a16a7fed12790d46d88e..f2d43809d81ad28c16b3ac98bd2cffa9baea8772 100644 (file)
@@ -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], 2.0, systemtap@sourceware.org, systemtap)
+AC_INIT([systemtap], 2.1, systemtap@sourceware.org, systemtap)
 
 AC_PREREQ(2.59)
 AC_CONFIG_AUX_DIR(..)
This page took 0.05311 seconds and 5 git commands to generate.