Tue Jan 6 13:58:56 2009 Google Inc. <opensource@google.com>

* 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
This commit is contained in:
csilvers 2009-01-06 19:41:15 +00:00
parent 49b0273610
commit c75de4d1e9
5 changed files with 22 additions and 12 deletions

View File

@ -1,3 +1,7 @@
Tue Jan 6 13:58:56 2009 Google Inc. <opensource@google.com>
* google-perftools: version 1.0 release
* Exactly the same as 1.0rc2
Sun Dec 14 17:10:35 2008 Google Inc. <opensource@google.com>
* google-perftools: version 1.0rc2 release
* Fix compile error on 64-bit systems (casting ptr to int) (csilvers)

20
configure vendored
View File

@ -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 <opensource@google.com>.
#
@ -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'`\\"

View File

@ -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)

View File

@ -1,3 +1,9 @@
google-perftools (1.0-1) unstable; urgency=low
* New upstream release.
-- Google Inc. <opensource@google.com> Tue, 06 Jan 2009 13:58:56 -0800
google-perftools (1.0rc1-1) unstable; urgency=low
* New upstream release.

View File

@ -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