summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <shinichiro.hamaji@gmail.com>2009-01-23 19:18:59 +0000
committer <shinichiro.hamaji@gmail.com>2009-01-23 19:18:59 +0000
commitc545928d5c901587eeed95a78be2d45aeba7b6e9 (patch)
treee12773a172e154c0938c92edfe755f9a053051b7 /ChangeLog
parentf97a7c7332f8e806d4bee6a8ce4dff706e7cdfbd (diff)
downloadglog-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05d02bc..e36e2a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)