test binaries are in the builddir, not the top_srcdir
[platform/upstream/glog.git] / ChangeLog
index c7b6b47..8f6190c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+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.