summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Silverstein <csilvers+gflags@google.com>2009-09-11 00:15:50 +0000
committerCraig Silverstein <csilvers+gflags@google.com>2009-09-11 00:15:50 +0000
commit688ea02a697dcecfb3bedd4f48bf8a658e7b5a33 (patch)
treef7762b70c0e0c3674acfae5974ca5d01b1e1bf96 /ChangeLog
parentde718176a23067abdaa51e95723e9dc81c1c78fb (diff)
downloadgflags-688ea02a697dcecfb3bedd4f48bf8a658e7b5a33.tar.gz
gflags-688ea02a697dcecfb3bedd4f48bf8a658e7b5a33.tar.bz2
gflags-688ea02a697dcecfb3bedd4f48bf8a658e7b5a33.zip
Thu Sep 10 12:53:04 2009 Google Inc. <opensource@google.com>
* google-gflags: version 1.2 * PORTABILITY: can now build and run tests under mingw (csilvers) * Using a string arg for a bool flag is a compile-time error (rbayardo) * Add --helpxml to gflags.py (salcianu) * Protect against a hypothetical global d'tor mutex problem (csilvers) * BUGFIX: can now define a flag after 'using namespace google' (hamaji) git-svn-id: https://gflags.googlecode.com/svn/trunk@32 6586e3c6-dcc4-952a-343f-ff74eb82781d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 222ec31..dd9decf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Sep 10 12:53:04 2009 Google Inc. <opensource@google.com>
+
+ * google-gflags: version 1.2
+ * PORTABILITY: can now build and run tests under mingw (csilvers)
+ * Using a string arg for a bool flag is a compile-time error (rbayardo)
+ * Add --helpxml to gflags.py (salcianu)
+ * Protect against a hypothetical global d'tor mutex problem (csilvers)
+ * BUGFIX: can now define a flag after 'using namespace google' (hamaji)
+
Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com>
* google-gflags: version 1.1