summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2011-12-24 01:00:32 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2011-12-24 01:00:32 +0000
commit4fa02db374683d3c69c1b36158534c011513ed31 (patch)
treedbea833c4a10a1798c31d2d089159d57d926a775
parent2a7b3b88371c2f78ab31be202f384fd0ed466890 (diff)
downloadgperftools-4fa02db374683d3c69c1b36158534c011513ed31.tar.gz
Ready to release perftools 1.9.1 :-/
Added the ARM stacktrace file to the tarball (for 'make dist') git-svn-id: http://gperftools.googlecode.com/svn/trunk@132 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
-rw-r--r--Makefile.am1
-rw-r--r--Makefile.in20
-rw-r--r--NEWS9
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
5 files changed, 32 insertions, 20 deletions
diff --git a/Makefile.am b/Makefile.am
index 0a6508c..cd6c8b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -296,6 +296,7 @@ if WITH_STACK_TRACE
S_STACKTRACE_INCLUDES = src/stacktrace_config.h \
src/stacktrace_generic-inl.h \
src/stacktrace_libunwind-inl.h \
+ src/stacktrace_arm-inl.h \
src/stacktrace_powerpc-inl.h \
src/stacktrace_x86-inl.h \
src/stacktrace_win32-inl.h \
diff --git a/Makefile.in b/Makefile.in
index b4c8b6b..aa23791 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -363,10 +363,10 @@ libspinlock_la_OBJECTS = $(am_libspinlock_la_OBJECTS)
am__libstacktrace_la_SOURCES_DIST = src/stacktrace.cc \
src/base/elf_mem_image.cc src/base/vdso_support.cc \
src/stacktrace_config.h src/stacktrace_generic-inl.h \
- src/stacktrace_libunwind-inl.h src/stacktrace_powerpc-inl.h \
- src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \
- src/base/elf_mem_image.h src/base/vdso_support.h \
- src/google/stacktrace.h
+ src/stacktrace_libunwind-inl.h src/stacktrace_arm-inl.h \
+ src/stacktrace_powerpc-inl.h src/stacktrace_x86-inl.h \
+ src/stacktrace_win32-inl.h src/base/elf_mem_image.h \
+ src/base/vdso_support.h src/google/stacktrace.h
@WITH_STACK_TRACE_TRUE@am__objects_4 = $(am__objects_1) \
@WITH_STACK_TRACE_TRUE@ $(am__objects_1)
@WITH_STACK_TRACE_TRUE@am_libstacktrace_la_OBJECTS = stacktrace.lo \
@@ -1184,11 +1184,12 @@ am__stacktrace_unittest_SOURCES_DIST = \
src/tests/stacktrace_unittest.cc src/config_for_unittests.h \
src/base/commandlineflags.h src/stacktrace_config.h \
src/stacktrace_generic-inl.h src/stacktrace_libunwind-inl.h \
- src/stacktrace_powerpc-inl.h src/stacktrace_x86-inl.h \
- src/stacktrace_win32-inl.h src/base/elf_mem_image.h \
- src/base/vdso_support.h src/google/stacktrace.h \
- src/base/logging.h src/base/basictypes.h \
- src/base/dynamic_annotations.h src/third_party/valgrind.h
+ src/stacktrace_arm-inl.h src/stacktrace_powerpc-inl.h \
+ src/stacktrace_x86-inl.h src/stacktrace_win32-inl.h \
+ src/base/elf_mem_image.h src/base/vdso_support.h \
+ src/google/stacktrace.h src/base/logging.h \
+ src/base/basictypes.h src/base/dynamic_annotations.h \
+ src/third_party/valgrind.h
@WITH_STACK_TRACE_TRUE@am__objects_40 = $(am__objects_4) \
@WITH_STACK_TRACE_TRUE@ $(am__objects_1)
@WITH_STACK_TRACE_TRUE@am_stacktrace_unittest_OBJECTS = \
@@ -1965,6 +1966,7 @@ atomicops_unittest_LDADD = $(LIBSPINLOCK)
@WITH_STACK_TRACE_TRUE@S_STACKTRACE_INCLUDES = src/stacktrace_config.h \
@WITH_STACK_TRACE_TRUE@ src/stacktrace_generic-inl.h \
@WITH_STACK_TRACE_TRUE@ src/stacktrace_libunwind-inl.h \
+@WITH_STACK_TRACE_TRUE@ src/stacktrace_arm-inl.h \
@WITH_STACK_TRACE_TRUE@ src/stacktrace_powerpc-inl.h \
@WITH_STACK_TRACE_TRUE@ src/stacktrace_x86-inl.h \
@WITH_STACK_TRACE_TRUE@ src/stacktrace_win32-inl.h \
diff --git a/NEWS b/NEWS
index 32ab628..30d8b1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+== 23 December 2011 ==
+
+I've just released perftools 1.9.1
+
+I missed including a file in the tarball, that is needed to compile on
+ARM. If you are not compiling on ARM, or have successfully compiled
+perftools 1.9, there is no need to upgrade.
+
+
== 22 December 2011 ==
I've just released perftools 1.9
diff --git a/configure b/configure
index c2f9205..ce21ebc 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.65 for google-perftools 1.9.
+# Generated by GNU Autoconf 2.65 for google-perftools 1.9.1.
#
# Report bugs to <opensource@google.com>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='google-perftools'
PACKAGE_TARNAME='google-perftools'
-PACKAGE_VERSION='1.9'
-PACKAGE_STRING='google-perftools 1.9'
+PACKAGE_VERSION='1.9.1'
+PACKAGE_STRING='google-perftools 1.9.1'
PACKAGE_BUGREPORT='opensource@google.com'
PACKAGE_URL=''
@@ -1474,7 +1474,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.9 to adapt to many kinds of systems.
+\`configure' configures google-perftools 1.9.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1545,7 +1545,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of google-perftools 1.9:";;
+ short | recursive ) echo "Configuration of google-perftools 1.9.1:";;
esac
cat <<\_ACEOF
@@ -1655,7 +1655,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-google-perftools configure 1.9
+google-perftools configure 1.9.1
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2240,7 +2240,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 google-perftools $as_me 1.9, which was
+It was created by google-perftools $as_me 1.9.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -2985,7 +2985,7 @@ fi
# Define the identity of the package.
PACKAGE='google-perftools'
- VERSION='1.9'
+ VERSION='1.9.1'
cat >>confdefs.h <<_ACEOF
@@ -17785,7 +17785,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 google-perftools $as_me 1.9, which was
+This file was extended by google-perftools $as_me 1.9.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17851,7 +17851,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="\\
-google-perftools config.status 1.9
+google-perftools config.status 1.9.1
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 2172844..ab25509 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.9, opensource@google.com)
+AC_INIT(google-perftools, 1.9.1, opensource@google.com)
# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
TCMALLOC_SO_VERSION=3:0:3