File: ChangeLog

package info (click to toggle)
iceweasel 24.8.1esr-1~deb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,226,996 kB
  • sloc: cpp: 3,193,805; ansic: 1,641,175; python: 170,036; java: 128,022; asm: 118,009; xml: 81,992; sh: 70,543; makefile: 50,626; perl: 21,413; objc: 4,014; yacc: 2,066; pascal: 1,263; lex: 982; exp: 449; php: 244; lisp: 228; awk: 211; sed: 61; csh: 31; ada: 16; ruby: 3
file content (59 lines) | stat: -rw-r--r-- 2,233 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
2010-06-15  Google Inc. <opensource@google.com>

	* google-glog: version 0.3.1
	* GLOG_* environment variables now work even when gflags is installed.
	* Snow leopard support.
	* Now we can build and test from out side tree.
	* Add DCHECK_NOTNULL.
	* Add ShutdownGoogleLogging to close syslog (thanks DGunchev)
	* Fix --enable-frame-pointers option (thanks kazuki.ohta)
	* Fix libunwind detection (thanks giantchen)

2009-07-30  Google Inc. <opensource@google.com>

	* google-glog: version 0.3.0
	* Fix a deadlock happened when user uses glog with recent gflags.
	* Suppress several unnecessary warnings (thanks keir).
	* NetBSD and OpenBSD support.
	* Use Win32API GetComputeNameA properly (thanks magila).
	* Fix user name detection for Windows (thanks ademin).
	* Fix several minor bugs.

2009-04-10  Google Inc. <opensource@google.com>
	* google-glog: version 0.2.1
	* Fix timestamps of VC++ version.
	* Add pkg-config support (thanks Tomasz)
	* Fix build problem when building with gtest (thanks Michael)
	* Add --with-gflags option for configure (thanks Michael)
	* Fixes for GCC 4.4 (thanks John)

2009-01-23  Google Inc. <opensource@google.com>
	* google-glog: version 0.2
	* Add initial Windows VC++ support.
	* Google testing/mocking frameworks integration.
	* Link pthread library automatically.
	* Flush logs in signal handlers.
	* Add macros LOG_TO_STRING, LOG_AT_LEVEL, DVLOG, and LOG_TO_SINK_ONLY.
	* Log microseconds.
	* Add --log_backtrace_at option.
	* Fix some minor bugs.

2008-11-18  Google Inc. <opensource@google.com>
	* google-glog: version 0.1.2
	* Add InstallFailureSignalHandler(). (satorux)
	* Re-organize the way to produce stacktraces.
	* Don't define unnecessary macro DISALLOW_EVIL_CONSTRUCTORS.

2008-10-15  Google Inc. <opensource@google.com>
	* google-glog: version 0.1.1
	* Support symbolize for MacOSX 10.5.
	* BUG FIX: --vmodule didn't work with gflags.
	* BUG FIX: symbolize_unittest failed with GCC 4.3.
	* Several fixes on the document.

2008-10-07  Google Inc. <opensource@google.com>

	* google-glog: initial release:
	The glog package contains a library that implements application-level
	logging.  This library provides logging APIs based on C++-style
	streams and various helper macros.