From c75de4d1e91c339fb5142a8a21be8b3ba5224ef7 Mon Sep 17 00:00:00 2001 From: csilvers Date: Tue, 6 Jan 2009 19:41:15 +0000 Subject: [PATCH] Tue Jan 6 13:58:56 2009 Google Inc. * google-perftools: version 1.0 release * Exactly the same as 1.0rc2 git-svn-id: http://gperftools.googlecode.com/svn/trunk@64 6b5cf1ce-ec42-a296-1ba9-69fdba395a50 --- ChangeLog | 4 ++++ configure | 20 ++++++++++---------- configure.ac | 2 +- packages/deb/changelog | 6 ++++++ src/pprof | 2 +- 5 files changed, 22 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 196700e..234d3e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 6 13:58:56 2009 Google Inc. + * google-perftools: version 1.0 release + * Exactly the same as 1.0rc2 + Sun Dec 14 17:10:35 2008 Google Inc. * google-perftools: version 1.0rc2 release * Fix compile error on 64-bit systems (casting ptr to int) (csilvers) diff --git a/configure b/configure index b8b7ae6..94ed41a 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.59 for google-perftools 1.0rc2. +# Generated by GNU Autoconf 2.59 for google-perftools 1.0. # # Report bugs to . # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='google-perftools' PACKAGE_TARNAME='google-perftools' -PACKAGE_VERSION='1.0rc2' -PACKAGE_STRING='google-perftools 1.0rc2' +PACKAGE_VERSION='1.0' +PACKAGE_STRING='google-perftools 1.0' PACKAGE_BUGREPORT='opensource@google.com' ac_unique_file="README" @@ -954,7 +954,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 google-perftools 1.0rc2 to adapt to many kinds of systems. +\`configure' configures google-perftools 1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1021,7 +1021,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of google-perftools 1.0rc2:";; + short | recursive ) echo "Configuration of google-perftools 1.0:";; esac cat <<\_ACEOF @@ -1162,7 +1162,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -google-perftools configure 1.0rc2 +google-perftools configure 1.0 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1176,7 +1176,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 google-perftools $as_me 1.0rc2, which was +It was created by google-perftools $as_me 1.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1904,7 +1904,7 @@ fi # Define the identity of the package. PACKAGE='google-perftools' - VERSION='1.0rc2' + VERSION='1.0' cat >>confdefs.h <<_ACEOF @@ -24328,7 +24328,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by google-perftools $as_me 1.0rc2, which was +This file was extended by google-perftools $as_me 1.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24391,7 +24391,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -google-perftools config.status 1.0rc2 +google-perftools config.status 1.0 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 2536191..d0417a8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # make sure we're interpreted by some minimal autoconf AC_PREREQ(2.57) -AC_INIT(google-perftools, 1.0rc2, opensource@google.com) +AC_INIT(google-perftools, 1.0, opensource@google.com) # The argument here is just something that should be in the current directory # (for sanity checking) AC_CONFIG_SRCDIR(README) diff --git a/packages/deb/changelog b/packages/deb/changelog index 6ff60d7..390f371 100644 --- a/packages/deb/changelog +++ b/packages/deb/changelog @@ -1,3 +1,9 @@ +google-perftools (1.0-1) unstable; urgency=low + + * New upstream release. + + -- Google Inc. Tue, 06 Jan 2009 13:58:56 -0800 + google-perftools (1.0rc1-1) unstable; urgency=low * New upstream release. diff --git a/src/pprof b/src/pprof index 747aefc..e5254ee 100755 --- a/src/pprof +++ b/src/pprof @@ -72,7 +72,7 @@ use strict; use warnings; use Getopt::Long; -my $PPROF_VERSION = "1.0rc1"; +my $PPROF_VERSION = "1.0"; # These are the object tools we use which can come from a # user-specified location using --tools, from the PPROF_TOOLS