Changelog for
glog-devel-0.3.4-2.1.x86_64.rpm :
Fri Jun 19 14:00:00 2015 munix9AATTgooglemail.com
- update to version 0.3.4
* repository moved from code.google.com/p/google-glog to github.com/google/glog
* fixes for latest MSVS
* add libc++ support
* fix build issue in demangle.cc
* add callback for OpenObjectFileContainingPcAndGetStartAddress
* add StrError and replace posix_strerror_r call
* fix VC build by adding GOOGLE_GLOG_DLL_DECL
* style fix for C++11
* reduce dynamic allocation from 3 to 1 per log message
* attempt to improve mingw-w64 support
* support unordered_(map|set) by stl_logging
Sat Jun 29 14:00:00 2013 iAATTmarguerite.su
- update version 0.3.3
* Add --disable-rtti option for configure.
* Visual Studio build and test fix.
* QNX build fix (thanks vanuan).
* Reduce warnings.
* Fixed LOG_SYSRESULT (thanks ukai).
* FreeBSD build fix (thanks yyanagisawa).
* Clang build fix.
* Now users can re-initialize glog after ShutdownGoogleLogging.
* Color output support by GLOG_colorlogtostderr (thanks alexs).
* Now glog\'s ABI around flags are compatible with gflags.
* Document mentions how to modify flags from user programs.
Thu Oct 11 14:00:00 2012 iAATTmarguerite.su
- initial version 0.3.2
* Clang support.
* Demangler and stacktrace improvement for newer GCCs.
* Now fork(2) doesn\'t mess up log files.
* Make valgrind happier.
* Reduce warnings for more -W options.
* Provide a workaround for ERROR defined by windows.h.