Release 0.3.2.
[platform/upstream/glog.git] / ChangeLog
1 2012-01-12  Google Inc. <opensource@google.com>
2
3         * google-glog: version 0.3.2
4         * Clang support.
5         * Demangler and stacktrace improvement for newer GCCs.
6         * Now fork(2) doesn't mess up log files.
7         * Make valgrind happier.
8         * Reduce warnings for more -W options.
9         * Provide a workaround for ERROR defined by windows.h.
10
11 2010-06-15  Google Inc. <opensource@google.com>
12
13         * google-glog: version 0.3.1
14         * GLOG_* environment variables now work even when gflags is installed.
15         * Snow leopard support.
16         * Now we can build and test from out side tree.
17         * Add DCHECK_NOTNULL.
18         * Add ShutdownGoogleLogging to close syslog (thanks DGunchev)
19         * Fix --enable-frame-pointers option (thanks kazuki.ohta)
20         * Fix libunwind detection (thanks giantchen)
21
22 2009-07-30  Google Inc. <opensource@google.com>
23
24         * google-glog: version 0.3.0
25         * Fix a deadlock happened when user uses glog with recent gflags.
26         * Suppress several unnecessary warnings (thanks keir).
27         * NetBSD and OpenBSD support.
28         * Use Win32API GetComputeNameA properly (thanks magila).
29         * Fix user name detection for Windows (thanks ademin).
30         * Fix several minor bugs.
31
32 2009-04-10  Google Inc. <opensource@google.com>
33         * google-glog: version 0.2.1
34         * Fix timestamps of VC++ version.
35         * Add pkg-config support (thanks Tomasz)
36         * Fix build problem when building with gtest (thanks Michael)
37         * Add --with-gflags option for configure (thanks Michael)
38         * Fixes for GCC 4.4 (thanks John)
39
40 2009-01-23  Google Inc. <opensource@google.com>
41         * google-glog: version 0.2
42         * Add initial Windows VC++ support.
43         * Google testing/mocking frameworks integration.
44         * Link pthread library automatically.
45         * Flush logs in signal handlers.
46         * Add macros LOG_TO_STRING, LOG_AT_LEVEL, DVLOG, and LOG_TO_SINK_ONLY.
47         * Log microseconds.
48         * Add --log_backtrace_at option.
49         * Fix some minor bugs.
50
51 2008-11-18  Google Inc. <opensource@google.com>
52         * google-glog: version 0.1.2
53         * Add InstallFailureSignalHandler(). (satorux)
54         * Re-organize the way to produce stacktraces.
55         * Don't define unnecessary macro DISALLOW_EVIL_CONSTRUCTORS.
56
57 2008-10-15  Google Inc. <opensource@google.com>
58         * google-glog: version 0.1.1
59         * Support symbolize for MacOSX 10.5.
60         * BUG FIX: --vmodule didn't work with gflags.
61         * BUG FIX: symbolize_unittest failed with GCC 4.3.
62         * Several fixes on the document.
63
64 2008-10-07  Google Inc. <opensource@google.com>
65
66         * google-glog: initial release:
67         The glog package contains a library that implements application-level
68         logging.  This library provides logging APIs based on C++-style
69         streams and various helper macros.