diff options
author | Craig Silverstein <csilvers+gflags@google.com> | 2007-06-12 23:59:42 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers+gflags@google.com> | 2007-06-12 23:59:42 +0000 |
commit | 2b66a84406d61c6c18447c0dd1ebcad17280453f (patch) | |
tree | 7af60d634db9afa769f4504845e8b5b4318dd1c8 /ChangeLog | |
parent | 690172b4d89215d4168cb6376df115b3043b5f12 (diff) | |
download | gflags-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |