diff options
author | <shinichiro.hamaji@gmail.com> | 2009-01-23 19:18:59 +0000 |
---|---|---|
committer | <shinichiro.hamaji@gmail.com> | 2009-01-23 19:18:59 +0000 |
commit | c545928d5c901587eeed95a78be2d45aeba7b6e9 (patch) | |
tree | e12773a172e154c0938c92edfe755f9a053051b7 /ChangeLog | |
parent | f97a7c7332f8e806d4bee6a8ce4dff706e7cdfbd (diff) | |
download | glog-c545928d5c901587eeed95a78be2d45aeba7b6e9.tar.gz glog-c545928d5c901587eeed95a78be2d45aeba7b6e9.tar.bz2 glog-c545928d5c901587eeed95a78be2d45aeba7b6e9.zip |
Release 0.2.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@36 eb4d4688-79bd-11dd-afb4-1d65580434c0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2009-01-23 Google Inc. <opensource@google.com> + * google-glog: version 0.2 + * Add initial Windows VC++ support. + * Google testing/mocking frameworks integration. + * Link pthread library automatically. + * Flush logs in signal handlers. + * Add macros LOG_TO_STRING, LOG_AT_LEVEL, DVLOG, and LOG_TO_SINK_ONLY. + * Log microseconds. + * Add --log_backtrace_at option. + * Fix some minor bugs. + 2008-11-18 Google Inc. <opensource@google.com> * google-glog: version 0.1.2 * Add InstallFailureSignalHandler(). (satorux) |