From f18772936dcfc507600d8d5621f40f3f6b5adc4e Mon Sep 17 00:00:00 2001 From: Craig Silverstein Date: Wed, 25 Jan 2012 23:59:40 +0000 Subject: [PATCH] Wed Jan 25 15:09:14 2012 Google Inc. * gflags: version 2.0 * Changed the 'official' gflags email in setup.py/etc * Renamed google-gflags.sln to gflags.sln * Changed copyright text to reflect Google's relinquished ownership git-svn-id: https://gflags.googlecode.com/svn/trunk@74 6586e3c6-dcc4-952a-343f-ff74eb82781d --- AUTHORS | 2 +- ChangeLog | 7 ++++ Makefile.am | 2 +- Makefile.in | 3 +- NEWS | 36 +++++++++++++++++-- configure | 63 +++++++++++++++++---------------- configure.ac | 3 +- doc/gflags.html | 11 +++--- google-gflags.sln => gflags.sln | 0 packages/deb/changelog | 6 ++++ packages/deb/control | 2 +- packages/deb/copyright | 8 ++--- packages/rpm/rpm.spec | 6 ++-- src/gflags_nc.cc | 2 +- 14 files changed, 97 insertions(+), 54 deletions(-) rename google-gflags.sln => gflags.sln (100%) diff --git a/AUTHORS b/AUTHORS index ee92be8..887918b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ -opensource@google.com +google-gflags@googlegroups.com diff --git a/ChangeLog b/ChangeLog index 464418e..f9ef935 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jan 25 15:09:14 2012 Google Inc. + + * gflags: version 2.0 + * Changed the 'official' gflags email in setup.py/etc + * Renamed google-gflags.sln to gflags.sln + * Changed copyright text to reflect Google's relinquished ownership + Tue Dec 20 19:48:57 2011 Google Inc. * google-gflags: version 1.7 diff --git a/Makefile.am b/Makefile.am index 2b72bf0..c976d45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ ## The libraries (.so's) you want to install lib_LTLIBRARIES = ## The location of the windows project file for each binary we make -WINDOWS_PROJECTS = google-gflags.sln +WINDOWS_PROJECTS = gflags.sln ## unittests you want to run when people type 'make check'. ## TESTS is for binary unittests, check_SCRIPTS for script-based unittests. diff --git a/Makefile.in b/Makefile.in index a303e96..70a58e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -347,8 +347,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ README_windows.txt doc/designstyle.css doc/gflags.html lib_LTLIBRARIES = libgflags.la libgflags_nothreads.la -WINDOWS_PROJECTS = google-gflags.sln \ - vsprojects/libgflags/libgflags.vcproj \ +WINDOWS_PROJECTS = gflags.sln vsprojects/libgflags/libgflags.vcproj \ vsprojects/gflags_unittest/gflags_unittest.vcproj TESTS_ENVIRONMENT = SRCDIR="$(top_srcdir)" diff --git a/NEWS b/NEWS index 50db377..ffc0127 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,42 @@ -== 20 December 2011 == +== 25 January 2012 == + +I've just released gflags 2.0. + +The `google-gflags` project has been renamed to `gflags`. I +(csilvers) am stepping down as maintainer, to be replaced by Andreas +Schuh. Welcome to the team, Andreas! I've seen the energy you have +around gflags and the ideas you have for the project going forward, +and look forward to having you on the team. + +I bumped the major version number up to 2 to reflect the new community +ownership of the project. All the +[http://gflags.googlecode.com/svn/tags/gflags-2.0/ChangeLog changes] +are related to the renaming. There are no functional changes from +gflags 1.7. In particular, I've kept the code in the namespace +`google`, though in a future version it should be renamed to `gflags`. +I've also kept the `/usr/local/include/google/` subdirectory as +synonym of `/usr/local/include/gflags/`, though the former name has +been obsolete for some time now. + + +=== 18 January 2011 === + +The `google-gflags` Google Code page has been renamed to +`gflags`, in preparation for the project being renamed to +`gflags`. In the coming weeks, I'll be stepping down as +maintainer for the gflags project, and as part of that Google is +relinquishing ownership of the project; it will now be entirely +community run. The name change reflects that shift. + + +=== 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 +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 diff --git a/configure b/configure index 87c5af2..b5d0afc 100755 --- a/configure +++ b/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for gflags 1.7. +# Generated by GNU Autoconf 2.62 for gflags 2.0. # -# Report bugs to . +# Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -745,9 +745,9 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='gflags' PACKAGE_TARNAME='gflags' -PACKAGE_VERSION='1.7' -PACKAGE_STRING='gflags 1.7' -PACKAGE_BUGREPORT='opensource@google.com' +PACKAGE_VERSION='2.0' +PACKAGE_STRING='gflags 2.0' +PACKAGE_BUGREPORT='google-gflags@googlegroups.com' ac_unique_file="README" # Factoring default headers for most tests. @@ -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.7 to adapt to many kinds of systems. +\`configure' configures gflags 2.0 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.7:";; + short | recursive ) echo "Configuration of gflags 2.0:";; esac cat <<\_ACEOF @@ -1609,7 +1609,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . _ACEOF ac_status=$? fi @@ -1672,7 +1672,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gflags configure 1.7 +gflags configure 2.0 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.7, which was +It was created by gflags $as_me 2.0, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -2408,7 +2408,7 @@ fi # Define the identity of the package. PACKAGE='gflags' - VERSION='1.7' + VERSION='2.0' cat >>confdefs.h <<_ACEOF @@ -15650,9 +15650,9 @@ $as_echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" { $as_echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## ------------------------------------ ## -## Report this to opensource@google.com ## -## ------------------------------------ ## +## --------------------------------------------- ## +## Report this to google-gflags@googlegroups.com ## +## --------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -15789,9 +15789,9 @@ $as_echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's resul { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## ------------------------------------ ## -## Report this to opensource@google.com ## -## ------------------------------------ ## +## --------------------------------------------- ## +## Report this to google-gflags@googlegroups.com ## +## --------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -15928,9 +15928,9 @@ $as_echo "$as_me: WARNING: inttypes.h: proceeding with the preprocessor's result { $as_echo "$as_me:$LINENO: WARNING: inttypes.h: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## ------------------------------------ ## -## Report this to opensource@google.com ## -## ------------------------------------ ## +## --------------------------------------------- ## +## Report this to google-gflags@googlegroups.com ## +## --------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -16073,9 +16073,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## ------------------------------------ ## -## Report this to opensource@google.com ## -## ------------------------------------ ## +## --------------------------------------------- ## +## Report this to google-gflags@googlegroups.com ## +## --------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -16223,9 +16223,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## ------------------------------------ ## -## Report this to opensource@google.com ## -## ------------------------------------ ## +## --------------------------------------------- ## +## Report this to google-gflags@googlegroups.com ## +## --------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -16373,9 +16373,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## ------------------------------------ ## -## Report this to opensource@google.com ## -## ------------------------------------ ## +## --------------------------------------------- ## +## Report this to google-gflags@googlegroups.com ## +## --------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -17943,6 +17943,7 @@ _ACEOF fi +# TODO(csilvers): this should be renamed to gflags. google_namespace_default=google # Check whether --enable-namespace was given. if test "${enable_namespace+set}" = set; then @@ -18469,7 +18470,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.7, which was +This file was extended by gflags $as_me 2.0, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18522,7 +18523,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -gflags config.status 1.7 +gflags config.status 2.0 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 ea64bef..eceee38 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # make sure we're interpreted by some minimal autoconf AC_PREREQ(2.57) -AC_INIT(gflags, 1.7, opensource@google.com) +AC_INIT(gflags, 2.0, google-gflags@googlegroups.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=3:0:1 @@ -88,6 +88,7 @@ ACX_PTHREAD # Find out what namespace 'normal' STL code lives in, and also what namespace # the user wants our classes to be defined in AC_CXX_STL_NAMESPACE +# TODO(csilvers): this should be renamed to gflags. AC_DEFINE_GOOGLE_NAMESPACE(google) # Solaris 10 6/06 has a bug where /usr/sfw/lib/libstdc++.la is empty. diff --git a/doc/gflags.html b/doc/gflags.html index 4d573c3..abc6bd2 100644 --- a/doc/gflags.html +++ b/doc/gflags.html @@ -2,11 +2,9 @@ -How To Use Google Commandline Flags +How To Use Gflags (formerly Google Commandline Flags) -