Release 0.2.
[platform/upstream/glog.git] / ChangeLog
1 2009-01-23  Google Inc. <opensource@google.com>
2         * google-glog: version 0.2
3         * Add initial Windows VC++ support.
4         * Google testing/mocking frameworks integration.
5         * Link pthread library automatically.
6         * Flush logs in signal handlers.
7         * Add macros LOG_TO_STRING, LOG_AT_LEVEL, DVLOG, and LOG_TO_SINK_ONLY.
8         * Log microseconds.
9         * Add --log_backtrace_at option.
10         * Fix some minor bugs.
11
12 2008-11-18  Google Inc. <opensource@google.com>
13         * google-glog: version 0.1.2
14         * Add InstallFailureSignalHandler(). (satorux)
15         * Re-organize the way to produce stacktraces.
16         * Don't define unnecessary macro DISALLOW_EVIL_CONSTRUCTORS.
17
18 2008-10-15  Google Inc. <opensource@google.com>
19         * google-glog: version 0.1.1
20         * Support symbolize for MacOSX 10.5.
21         * BUG FIX: --vmodule didn't work with gflags.
22         * BUG FIX: symbolize_unittest failed with GCC 4.3.
23         * Several fixes on the document.
24
25 2008-10-07  Google Inc. <opensource@google.com>
26
27         * google-glog: initial release:
28         The glog package contains a library that implements application-level
29         logging.  This library provides logging APIs based on C++-style
30         streams and various helper macros.