Release glog 0.3.3
git-svn-id: https://google-glog.googlecode.com/svn/trunk@132 eb4d4688-79bd-11dd-afb4-1d65580434c0
This commit is contained in:
parent
069ee58a09
commit
0b0b022be1
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
|||||||
|
2013-02-01 Google Inc. <opensource@google.com>
|
||||||
|
|
||||||
|
* google-glog: version 0.3.3
|
||||||
|
* Add --disable-rtti option for configure.
|
||||||
|
* Visual Studio build and test fix.
|
||||||
|
* QNX build fix (thanks vanuan).
|
||||||
|
* Reduce warnings.
|
||||||
|
* Fixed LOG_SYSRESULT (thanks ukai).
|
||||||
|
* FreeBSD build fix (thanks yyanagisawa).
|
||||||
|
* Clang build fix.
|
||||||
|
* Now users can re-initialize glog after ShutdownGoogleLogging.
|
||||||
|
* Color output support by GLOG_colorlogtostderr (thanks alexs).
|
||||||
|
* Now glog's ABI around flags are compatible with gflags.
|
||||||
|
* Document mentions how to modify flags from user programs.
|
||||||
|
|
||||||
2012-01-12 Google Inc. <opensource@google.com>
|
2012-01-12 Google Inc. <opensource@google.com>
|
||||||
|
|
||||||
* google-glog: version 0.3.2
|
* google-glog: version 0.3.2
|
||||||
|
|||||||
20
configure
vendored
20
configure
vendored
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.68 for glog 0.3.2.
|
# Generated by GNU Autoconf 2.68 for glog 0.3.3.
|
||||||
#
|
#
|
||||||
# Report bugs to <opensource@google.com>.
|
# Report bugs to <opensource@google.com>.
|
||||||
#
|
#
|
||||||
@ -570,8 +570,8 @@ MAKEFLAGS=
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='glog'
|
PACKAGE_NAME='glog'
|
||||||
PACKAGE_TARNAME='glog'
|
PACKAGE_TARNAME='glog'
|
||||||
PACKAGE_VERSION='0.3.2'
|
PACKAGE_VERSION='0.3.3'
|
||||||
PACKAGE_STRING='glog 0.3.2'
|
PACKAGE_STRING='glog 0.3.3'
|
||||||
PACKAGE_BUGREPORT='opensource@google.com'
|
PACKAGE_BUGREPORT='opensource@google.com'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
@ -1342,7 +1342,7 @@ if test "$ac_init_help" = "long"; then
|
|||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# 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.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures glog 0.3.2 to adapt to many kinds of systems.
|
\`configure' configures glog 0.3.3 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@ -1412,7 +1412,7 @@ fi
|
|||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of glog 0.3.2:";;
|
short | recursive ) echo "Configuration of glog 0.3.3:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
@ -1524,7 +1524,7 @@ fi
|
|||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
glog configure 0.3.2
|
glog configure 0.3.3
|
||||||
generated by GNU Autoconf 2.68
|
generated by GNU Autoconf 2.68
|
||||||
|
|
||||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||||
@ -2355,7 +2355,7 @@ cat >config.log <<_ACEOF
|
|||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by glog $as_me 0.3.2, which was
|
It was created by glog $as_me 0.3.3, which was
|
||||||
generated by GNU Autoconf 2.68. Invocation command line was
|
generated by GNU Autoconf 2.68. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
@ -3174,7 +3174,7 @@ fi
|
|||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE='glog'
|
PACKAGE='glog'
|
||||||
VERSION='0.3.2'
|
VERSION='0.3.3'
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
@ -17743,7 +17743,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by glog $as_me 0.3.2, which was
|
This file was extended by glog $as_me 0.3.3, which was
|
||||||
generated by GNU Autoconf 2.68. Invocation command line was
|
generated by GNU Autoconf 2.68. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
@ -17809,7 +17809,7 @@ _ACEOF
|
|||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
glog config.status 0.3.2
|
glog config.status 0.3.3
|
||||||
configured by $0, generated by GNU Autoconf 2.68,
|
configured by $0, generated by GNU Autoconf 2.68,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
# make sure we're interpreted by some minimal autoconf
|
# make sure we're interpreted by some minimal autoconf
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
|
|
||||||
AC_INIT(glog, 0.3.2, opensource@google.com)
|
AC_INIT(glog, 0.3.3, opensource@google.com)
|
||||||
# The argument here is just something that should be in the current directory
|
# The argument here is just something that should be in the current directory
|
||||||
# (for sanity checking)
|
# (for sanity checking)
|
||||||
AC_CONFIG_SRCDIR(README)
|
AC_CONFIG_SRCDIR(README)
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
google-glog (0.3.3-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Google Inc. <opensource@google.com> Fri, 01 Feb 2012 14:54:14 +0900
|
||||||
|
|
||||||
google-glog (0.3.2-1) unstable; urgency=low
|
google-glog (0.3.2-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user