forked from google/glog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@108 eb4d4688-79bd-11dd-afb4-1d65580434c0
- Loading branch information
Showing
4 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2012-01-12 Google Inc. <[email protected]> | ||
|
||
* google-glog: version 0.3.2 | ||
* Clang support. | ||
* Demangler and stacktrace improvement for newer GCCs. | ||
* Now fork(2) doesn't mess up log files. | ||
* Make valgrind happier. | ||
* Reduce warnings for more -W options. | ||
* Provide a workaround for ERROR defined by windows.h. | ||
|
||
2010-06-15 Google Inc. <[email protected]> | ||
|
||
* google-glog: version 0.3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.65 for glog 0.3.1. | ||
# Generated by GNU Autoconf 2.65 for glog 0.3.2. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -701,8 +701,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='glog' | ||
PACKAGE_TARNAME='glog' | ||
PACKAGE_VERSION='0.3.1' | ||
PACKAGE_STRING='glog 0.3.1' | ||
PACKAGE_VERSION='0.3.2' | ||
PACKAGE_STRING='glog 0.3.2' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1464,7 +1464,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 glog 0.3.1 to adapt to many kinds of systems. | ||
\`configure' configures glog 0.3.2 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1534,7 +1534,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of glog 0.3.1:";; | ||
short | recursive ) echo "Configuration of glog 0.3.2:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1643,7 +1643,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
glog configure 0.3.1 | ||
glog configure 0.3.2 | ||
generated by GNU Autoconf 2.65 | ||
|
||
Copyright (C) 2009 Free Software Foundation, Inc. | ||
|
@@ -2476,7 +2476,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 glog $as_me 0.3.1, which was | ||
It was created by glog $as_me 0.3.2, which was | ||
generated by GNU Autoconf 2.65. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -3288,7 +3288,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='glog' | ||
VERSION='0.3.1' | ||
VERSION='0.3.2' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -16998,7 +16998,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 glog $as_me 0.3.1, which was | ||
This file was extended by glog $as_me 0.3.2, which was | ||
generated by GNU Autoconf 2.65. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -17064,7 +17064,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="\\ | ||
glog config.status 0.3.1 | ||
glog config.status 0.3.2 | ||
configured by $0, generated by GNU Autoconf 2.65, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# make sure we're interpreted by some minimal autoconf | ||
AC_PREREQ(2.57) | ||
|
||
AC_INIT(glog, 0.3.1, [email protected]) | ||
AC_INIT(glog, 0.3.2, [email protected]) | ||
# The argument here is just something that should be in the current directory | ||
# (for sanity checking) | ||
AC_CONFIG_SRCDIR(README) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
google-glog (0.3.2-1) unstable; urgency=low | ||
|
||
* New upstream release. | ||
|
||
-- Google Inc. <[email protected]> Thu, 12 Jan 2012 17:36:14 +0900 | ||
|
||
google-glog (0.3.1-1) unstable; urgency=low | ||
|
||
* New upstream release. | ||
|