mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 13:35:04 +00:00
Tue Dec 20 19:48:57 2011 Google Inc. <opensource@google.com>
* google-gflags: version 1.7 * Add CommandLineFlagInfo::flag_ptr pointing to current storage (musji) * PORTING: flush after writing to stderr, needed on cygwin * PORTING: Clean up the GFLAGS_DLL_DECL stuff better * Fix a bug in StringPrintf() that affected large strings (csilvers) * Die at configure-time when g++ isn't installed git-svn-id: https://gflags.googlecode.com/svn/trunk@72 6586e3c6-dcc4-952a-343f-ff74eb82781d
This commit is contained in:
parent
80912052d0
commit
ec7c7a209d
5 changed files with 38 additions and 14 deletions
|
@ -1,3 +1,12 @@
|
|||
Tue Dec 20 19:48:57 2011 Google Inc. <opensource@google.com>
|
||||
|
||||
* google-gflags: version 1.7
|
||||
* Add CommandLineFlagInfo::flag_ptr pointing to current storage (musji)
|
||||
* PORTING: flush after writing to stderr, needed on cygwin
|
||||
* PORTING: Clean up the GFLAGS_DLL_DECL stuff better
|
||||
* Fix a bug in StringPrintf() that affected large strings (csilvers)
|
||||
* Die at configure-time when g++ isn't installed
|
||||
|
||||
Fri Jul 29 19:05:21 2011 Google Inc. <opensource@google.com>
|
||||
|
||||
* google-gflags: version 1.6
|
||||
|
|
11
NEWS
11
NEWS
|
@ -1,4 +1,13 @@
|
|||
== 29 July 2011 ==
|
||||
== 20 December 2011 ==
|
||||
|
||||
I've just released gflags 1.7. This is a minor release; the major
|
||||
change is that CommandLineFlagInfo now exports the address in memory
|
||||
where the flag is located. There has also been a bugfix involving
|
||||
very long --help strings, and some other minor
|
||||
[http://code.google.com/p/google-gflags/source/browse/tags/gflags-1.7/ChangeLog changes].
|
||||
|
||||
|
||||
=== 29 July 2011 ===
|
||||
|
||||
I've just released gflags 1.6. The major new feature in this release
|
||||
is support for setting version info, so that --version does something
|
||||
|
|
22
configure
vendored
22
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.62 for gflags 1.6.
|
||||
# Generated by GNU Autoconf 2.62 for gflags 1.7.
|
||||
#
|
||||
# Report bugs to <opensource@google.com>.
|
||||
#
|
||||
|
@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='gflags'
|
||||
PACKAGE_TARNAME='gflags'
|
||||
PACKAGE_VERSION='1.6'
|
||||
PACKAGE_STRING='gflags 1.6'
|
||||
PACKAGE_VERSION='1.7'
|
||||
PACKAGE_STRING='gflags 1.7'
|
||||
PACKAGE_BUGREPORT='opensource@google.com'
|
||||
|
||||
ac_unique_file="README"
|
||||
|
@ -1496,7 +1496,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 gflags 1.6 to adapt to many kinds of systems.
|
||||
\`configure' configures gflags 1.7 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1566,7 +1566,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of gflags 1.6:";;
|
||||
short | recursive ) echo "Configuration of gflags 1.7:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1672,7 +1672,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
gflags configure 1.6
|
||||
gflags configure 1.7
|
||||
generated by GNU Autoconf 2.62
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
@ -1686,7 +1686,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 gflags $as_me 1.6, which was
|
||||
It was created by gflags $as_me 1.7, which was
|
||||
generated by GNU Autoconf 2.62. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2054,7 +2054,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||
|
||||
# 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
|
||||
SO_VERSION=2:0:0
|
||||
SO_VERSION=3:0:1
|
||||
|
||||
# The argument here is just something that should be in the current directory
|
||||
# (for sanity checking)
|
||||
|
@ -2408,7 +2408,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gflags'
|
||||
VERSION='1.6'
|
||||
VERSION='1.7'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -18469,7 +18469,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 gflags $as_me 1.6, which was
|
||||
This file was extended by gflags $as_me 1.7, which was
|
||||
generated by GNU Autoconf 2.62. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -18522,7 +18522,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
|||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_version="\\
|
||||
gflags config.status 1.6
|
||||
gflags config.status 1.7
|
||||
configured by $0, generated by GNU Autoconf 2.62,
|
||||
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# make sure we're interpreted by some minimal autoconf
|
||||
AC_PREREQ(2.57)
|
||||
|
||||
AC_INIT(gflags, 1.6, opensource@google.com)
|
||||
AC_INIT(gflags, 1.7, 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
|
||||
SO_VERSION=2:0:0
|
||||
SO_VERSION=3:0:1
|
||||
|
||||
# The argument here is just something that should be in the current directory
|
||||
# (for sanity checking)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
gflags (1.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Google Inc. <opensource@google.com> Tue, 20 Dec 2011 19:48:57 -0800
|
||||
|
||||
gflags (1.6-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
Loading…
Add table
Reference in a new issue