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