summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Silverstein <csilvers+gflags@google.com>2007-06-12 23:59:42 +0000
committerCraig Silverstein <csilvers+gflags@google.com>2007-06-12 23:59:42 +0000
commit2b66a84406d61c6c18447c0dd1ebcad17280453f (patch)
tree7af60d634db9afa769f4504845e8b5b4318dd1c8 /ChangeLog
parent690172b4d89215d4168cb6376df115b3043b5f12 (diff)
downloadgflags-2b66a84406d61c6c18447c0dd1ebcad17280453f.tar.gz
gflags-2b66a84406d61c6c18447c0dd1ebcad17280453f.tar.bz2
gflags-2b66a84406d61c6c18447c0dd1ebcad17280453f.zip
Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com>
* google-gflags: version 0.5 * Include all m4 macros in the distribution (csilvers) * Python: Fix broken data_files field in setup.py (sidlon) * Python: better string serliaizing and unparsing (abo, csimmons) * Fix checks for NaN and inf to work with Mac OS X (csilvers) git-svn-id: https://gflags.googlecode.com/svn/trunk@15 6586e3c6-dcc4-952a-343f-ff74eb82781d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0000bd..48f6cb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,3 +27,11 @@ Thu Apr 19 15:15:07 2007 Google Inc. <opensource@google.com>
* Remove is_default from GetCommandLineFlagInfo (csilvers)
* Portability fixes: includes, strtoll, gcc4.3 errors (csilvers)
* A few doc typo cleanups (csilvers)
+
+Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com>
+
+ * google-gflags: version 0.5
+ * Include all m4 macros in the distribution (csilvers)
+ * Python: Fix broken data_files field in setup.py (sidlon)
+ * Python: better string serliaizing and unparsing (abo, csimmons)
+ * Fix checks for NaN and inf to work with Mac OS X (csilvers)