Skip to content

Commit

Permalink
Tue Dec 20 19:48:57 2011 Google Inc. <opensource@google.com>
Browse files Browse the repository at this point in the history
	* 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: http://google-gflags.googlecode.com/svn/trunk@72 990008b9-e524-0410-ae84-45f8ed876473
  • Loading branch information
csilvers committed Dec 21, 2011
1 parent d2489e2 commit 72c0fe9
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 14 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -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> Fri Jul 29 19:05:21 2011 Google Inc. <opensource@google.com>


* google-gflags: version 1.6 * google-gflags: version 1.6
Expand Down
11 changes: 10 additions & 1 deletion 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 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 is support for setting version info, so that --version does something
Expand Down
22 changes: 11 additions & 11 deletions configure
@@ -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.62 for gflags 1.6. # Generated by GNU Autoconf 2.62 for gflags 1.7.
# #
# Report bugs to <opensource@google.com>. # Report bugs to <opensource@google.com>.
# #
Expand Down Expand Up @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gflags' PACKAGE_NAME='gflags'
PACKAGE_TARNAME='gflags' PACKAGE_TARNAME='gflags'
PACKAGE_VERSION='1.6' PACKAGE_VERSION='1.7'
PACKAGE_STRING='gflags 1.6' PACKAGE_STRING='gflags 1.7'
PACKAGE_BUGREPORT='opensource@google.com' PACKAGE_BUGREPORT='opensource@google.com'


ac_unique_file="README" ac_unique_file="README"
Expand Down Expand Up @@ -1496,7 +1496,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 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]... Usage: $0 [OPTION]... [VAR=VALUE]...


Expand Down Expand Up @@ -1566,7 +1566,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 gflags 1.6:";; short | recursive ) echo "Configuration of gflags 1.7:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF


Expand Down Expand Up @@ -1672,7 +1672,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
gflags configure 1.6 gflags configure 1.7
generated by GNU Autoconf 2.62 generated by GNU Autoconf 2.62


Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1686,7 +1686,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 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 generated by GNU Autoconf 2.62. Invocation command line was


$ $0 $@ $ $0 $@
Expand Down Expand Up @@ -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) # 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 # 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 # The argument here is just something that should be in the current directory
# (for sanity checking) # (for sanity checking)
Expand Down Expand Up @@ -2408,7 +2408,7 @@ fi


# Define the identity of the package. # Define the identity of the package.
PACKAGE='gflags' PACKAGE='gflags'
VERSION='1.6' VERSION='1.7'




cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -18469,7 +18469,7 @@ exec 6>&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 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 generated by GNU Autoconf 2.62. Invocation command line was


CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -18522,7 +18522,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
gflags config.status 1.6 gflags config.status 1.7
configured by $0, generated by GNU Autoconf 2.62, configured by $0, generated by GNU Autoconf 2.62,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"


Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -4,10 +4,10 @@
# 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(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) # 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 # 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 # The argument here is just something that should be in the current directory
# (for sanity checking) # (for sanity checking)
Expand Down
6 changes: 6 additions & 0 deletions packages/deb/changelog
@@ -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 gflags (1.6-1) unstable; urgency=low


* New upstream release. * New upstream release.
Expand Down

0 comments on commit 72c0fe9

Please sign in to comment.