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