1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/glog/ChangeLog Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,59 @@ 1.4 +2010-06-15 Google Inc. <opensource@google.com> 1.5 + 1.6 + * google-glog: version 0.3.1 1.7 + * GLOG_* environment variables now work even when gflags is installed. 1.8 + * Snow leopard support. 1.9 + * Now we can build and test from out side tree. 1.10 + * Add DCHECK_NOTNULL. 1.11 + * Add ShutdownGoogleLogging to close syslog (thanks DGunchev) 1.12 + * Fix --enable-frame-pointers option (thanks kazuki.ohta) 1.13 + * Fix libunwind detection (thanks giantchen) 1.14 + 1.15 +2009-07-30 Google Inc. <opensource@google.com> 1.16 + 1.17 + * google-glog: version 0.3.0 1.18 + * Fix a deadlock happened when user uses glog with recent gflags. 1.19 + * Suppress several unnecessary warnings (thanks keir). 1.20 + * NetBSD and OpenBSD support. 1.21 + * Use Win32API GetComputeNameA properly (thanks magila). 1.22 + * Fix user name detection for Windows (thanks ademin). 1.23 + * Fix several minor bugs. 1.24 + 1.25 +2009-04-10 Google Inc. <opensource@google.com> 1.26 + * google-glog: version 0.2.1 1.27 + * Fix timestamps of VC++ version. 1.28 + * Add pkg-config support (thanks Tomasz) 1.29 + * Fix build problem when building with gtest (thanks Michael) 1.30 + * Add --with-gflags option for configure (thanks Michael) 1.31 + * Fixes for GCC 4.4 (thanks John) 1.32 + 1.33 +2009-01-23 Google Inc. <opensource@google.com> 1.34 + * google-glog: version 0.2 1.35 + * Add initial Windows VC++ support. 1.36 + * Google testing/mocking frameworks integration. 1.37 + * Link pthread library automatically. 1.38 + * Flush logs in signal handlers. 1.39 + * Add macros LOG_TO_STRING, LOG_AT_LEVEL, DVLOG, and LOG_TO_SINK_ONLY. 1.40 + * Log microseconds. 1.41 + * Add --log_backtrace_at option. 1.42 + * Fix some minor bugs. 1.43 + 1.44 +2008-11-18 Google Inc. <opensource@google.com> 1.45 + * google-glog: version 0.1.2 1.46 + * Add InstallFailureSignalHandler(). (satorux) 1.47 + * Re-organize the way to produce stacktraces. 1.48 + * Don't define unnecessary macro DISALLOW_EVIL_CONSTRUCTORS. 1.49 + 1.50 +2008-10-15 Google Inc. <opensource@google.com> 1.51 + * google-glog: version 0.1.1 1.52 + * Support symbolize for MacOSX 10.5. 1.53 + * BUG FIX: --vmodule didn't work with gflags. 1.54 + * BUG FIX: symbolize_unittest failed with GCC 4.3. 1.55 + * Several fixes on the document. 1.56 + 1.57 +2008-10-07 Google Inc. <opensource@google.com> 1.58 + 1.59 + * google-glog: initial release: 1.60 + The glog package contains a library that implements application-level 1.61 + logging. This library provides logging APIs based on C++-style 1.62 + streams and various helper macros.