summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Silverstein <csilvers+gflags@google.com>2011-12-21 04:28:52 +0000
committerCraig Silverstein <csilvers+gflags@google.com>2011-12-21 04:28:52 +0000
commitec7c7a209dc3204f86a6706d3aed59dd2945927e (patch)
tree2589eaad46d5e2fb630ad19589b63c7de62afd54
parent80912052d04cf3af319c7159a6bd3bf820f26c54 (diff)
downloadgflags-ec7c7a209dc3204f86a6706d3aed59dd2945927e.tar.gz
gflags-ec7c7a209dc3204f86a6706d3aed59dd2945927e.tar.bz2
gflags-ec7c7a209dc3204f86a6706d3aed59dd2945927e.zip
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
-rw-r--r--ChangeLog9
-rw-r--r--NEWS11
-rwxr-xr-xconfigure22
-rw-r--r--configure.ac4
-rw-r--r--packages/deb/changelog6
5 files changed, 38 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c539f9..464418e 100644
--- a/ChangeLog
+++ b/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>
* google-gflags: version 1.6
diff --git a/NEWS b/NEWS
index fd02283..50db377 100644
--- a/NEWS
+++ b/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
diff --git a/configure b/configure
index fa64fde..87c5af2 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.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'`\\"
diff --git a/configure.ac b/configure.ac
index 34e31ee..ea64bef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/packages/deb/changelog b/packages/deb/changelog
index 314a452..99fe179 100644
--- a/packages/deb/changelog
+++ b/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
* New upstream release.