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