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