summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <shinichiro.hamaji@gmail.com>2009-01-23 19:18:59 +0000
committer <shinichiro.hamaji@gmail.com>2009-01-23 19:18:59 +0000
commitc545928d5c901587eeed95a78be2d45aeba7b6e9 (patch)
treee12773a172e154c0938c92edfe755f9a053051b7
parentf97a7c7332f8e806d4bee6a8ce4dff706e7cdfbd (diff)
downloadglog-c545928d5c901587eeed95a78be2d45aeba7b6e9.tar.gz
glog-c545928d5c901587eeed95a78be2d45aeba7b6e9.tar.bz2
glog-c545928d5c901587eeed95a78be2d45aeba7b6e9.zip
Release 0.2.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@36 eb4d4688-79bd-11dd-afb4-1d65580434c0
-rw-r--r--ChangeLog11
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--packages/deb/changelog6
4 files changed, 28 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 05d02bc..e36e2a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-01-23 Google Inc. <opensource@google.com>
+ * google-glog: version 0.2
+ * Add initial Windows VC++ support.
+ * Google testing/mocking frameworks integration.
+ * Link pthread library automatically.
+ * Flush logs in signal handlers.
+ * Add macros LOG_TO_STRING, LOG_AT_LEVEL, DVLOG, and LOG_TO_SINK_ONLY.
+ * Log microseconds.
+ * Add --log_backtrace_at option.
+ * Fix some minor bugs.
+
2008-11-18 Google Inc. <opensource@google.com>
* google-glog: version 0.1.2
* Add InstallFailureSignalHandler(). (satorux)
diff --git a/configure b/configure
index 060515b..e583eb6 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.61 for glog 0.1.2.
+# Generated by GNU Autoconf 2.61 for glog 0.2.
#
# Report bugs to <opensource@google.com>.
#
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='glog'
PACKAGE_TARNAME='glog'
-PACKAGE_VERSION='0.1.2'
-PACKAGE_STRING='glog 0.1.2'
+PACKAGE_VERSION='0.2'
+PACKAGE_STRING='glog 0.2'
PACKAGE_BUGREPORT='opensource@google.com'
ac_unique_file="README"
@@ -1429,7 +1429,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.1.2 to adapt to many kinds of systems.
+\`configure' configures glog 0.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1499,7 +1499,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of glog 0.1.2:";;
+ short | recursive ) echo "Configuration of glog 0.2:";;
esac
cat <<\_ACEOF
@@ -1607,7 +1607,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-glog configure 0.1.2
+glog configure 0.2
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1621,7 +1621,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.1.2, which was
+It was created by glog $as_me 0.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2314,7 +2314,7 @@ fi
# Define the identity of the package.
PACKAGE='glog'
- VERSION='0.1.2'
+ VERSION='0.2'
cat >>confdefs.h <<_ACEOF
@@ -25058,7 +25058,7 @@ exec 6>&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.1.2, which was
+This file was extended by glog $as_me 0.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -25111,7 +25111,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-glog config.status 0.1.2
+glog config.status 0.2
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index fe54b5b..7c279e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57)
-AC_INIT(glog, 0.1.2, opensource@google.com)
+AC_INIT(glog, 0.2, 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 3302380..0879ae9 100644
--- a/packages/deb/changelog
+++ b/packages/deb/changelog
@@ -1,3 +1,9 @@
+google-glog (0.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Google Inc. <opensource@google.com> Fri, 23 Jan 2009 03:14:29 +0900
+
google-glog (0.1.2-1) unstable; urgency=low
* New upstream release.