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
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
Binary files differ
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.