From 404970d679c852d665dadc372203c4477b2ce17c Mon Sep 17 00:00:00 2001 From: Craig Silverstein Date: Sat, 30 Jul 2011 02:57:58 +0000 Subject: Ready to release gflags 1.6! * google-gflags: version 1.6 * BUGFIX: Fix a bug where we were leaving out a required $(top_srcdir) * Fix definition of clstring (jyrki) * Split up flag declares into its own file (jyrki) * Add --version support (csilvers) * Update teh README for gflags with static libs * Update acx_pthread.m4 for nostdlib * Change REparseCommandLineFlags to return void (csilvers) * Some doc typofixes and example augmentation (various) R=jperkins DELTA=44 (41 added, 0 deleted, 3 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=2838 git-svn-id: https://gflags.googlecode.com/svn/trunk@56 6586e3c6-dcc4-952a-343f-ff74eb82781d --- NEWS | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4f25a9f..fd02283 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,27 @@ -== 24 January 2011 == +== 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 +useful. + +One minor change has required bumping the library number: +`ReparseCommandlineFlags` now returns `void` instead of `int` (the int +return value was always meaningless). Though I doubt anyone ever used +this (meaningless) return value, technically it's a change to the ABI +that requires a version bump. A bit sad. + +There's also a procedural change with this release: I've changed the +internal tools used to integrate Google-supplied patches for gflags +into the opensource release. These new tools should result in more +frequent updates with better change descriptions. They will also +result in future `ChangeLog` entries being much more verbose (for better +or for worse). + +See the +[http://code.google.com/p/google-gflags/source/browse/tags/gflags-1.6/ChangeLog ChangeLog] +for a full list of changes for this release. + +=== 24 January 2011 === I've just released gflags 1.5. This release has only minor changes from 1.4, including some slightly better reporting in --help, and -- cgit v1.2.3