Skip to content

Commit

Permalink
Release 0.2.1.
Browse files Browse the repository at this point in the history
git-svn-id: https://google-glog.googlecode.com/svn/trunk@48 eb4d4688-79bd-11dd-afb4-1d65580434c0
  • Loading branch information
shinh committed Apr 10, 2009
1 parent a86eb1a commit ca448a5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2009-04-10 Google Inc. <[email protected]>
* google-glog: version 0.2.1
* Fix timestamps of VC++ version.
* Add pkg-config support (thanks Tomasz)
* Fix build problem when building with gtest (thanks Michael)
* Add --with-gflags option for configure (thanks Michael)
* Fixes for GCC 4.4 (thanks John)

2009-01-23 Google Inc. <[email protected]>
* google-glog: version 0.2
* Add initial Windows VC++ support.
Expand Down
20 changes: 10 additions & 10 deletions configure
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.61 for glog 0.2.
# Generated by GNU Autoconf 2.61 for glog 0.2.1.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='glog'
PACKAGE_TARNAME='glog'
PACKAGE_VERSION='0.2'
PACKAGE_STRING='glog 0.2'
PACKAGE_VERSION='0.2.1'
PACKAGE_STRING='glog 0.2.1'
PACKAGE_BUGREPORT='[email protected]'

ac_unique_file="README"
Expand Down Expand Up @@ -1430,7 +1430,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.2 to adapt to many kinds of systems.
\`configure' configures glog 0.2.1 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1500,7 +1500,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of glog 0.2:";;
short | recursive ) echo "Configuration of glog 0.2.1:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1609,7 +1609,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
glog configure 0.2
glog configure 0.2.1
generated by GNU Autoconf 2.61

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1623,7 +1623,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.2, which was
It was created by glog $as_me 0.2.1, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2316,7 +2316,7 @@ fi

# Define the identity of the package.
PACKAGE='glog'
VERSION='0.2'
VERSION='0.2.1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -25077,7 +25077,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.2, which was
This file was extended by glog $as_me 0.2.1, which was
generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -25130,7 +25130,7 @@ Report bugs to <[email protected]>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
glog config.status 0.2
glog config.status 0.2.1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57)

AC_INIT(glog, 0.2, [email protected])
AC_INIT(glog, 0.2.1, [email protected])
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README)
Expand Down
6 changes: 6 additions & 0 deletions packages/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
google-glog (0.2.1-1) unstable; urgency=low

* New upstream release.

-- Google Inc. <[email protected]> Fri, 10 Apr 2009 15:24:17 +0900

google-glog (0.2-1) unstable; urgency=low

* New upstream release.
Expand Down

0 comments on commit ca448a5

Please sign in to comment.