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