Release 0.1.2.
[platform/upstream/glog.git] / ChangeLog
1 2008-11-18  Google Inc. <opensource@google.com>
2         * google-glog: version 0.1.2
3         * Add InstallFailureSignalHandler(). (satorux)
4         * Re-organize the way to produce stacktraces.
5         * Don't define unnecessary macro DISALLOW_EVIL_CONSTRUCTORS.
6
7 2008-10-15  Google Inc. <opensource@google.com>
8         * google-glog: version 0.1.1
9         * Support symbolize for MacOSX 10.5.
10         * BUG FIX: --vmodule didn't work with gflags.
11         * BUG FIX: symbolize_unittest failed with GCC 4.3.
12         * Several fixes on the document.
13
14 2008-10-07  Google Inc. <opensource@google.com>
15
16         * google-glog: initial release:
17         The glog package contains a library that implements application-level
18         logging.  This library provides logging APIs based on C++-style
19         streams and various helper macros.