Blob Blame History Raw
This is a bug-fix release with a few new features.
Improvements
* Optimized performance and memory usage (up to 90%) on input objects with a
  huge number of changes and deep data type trees (e.g. Linux kernel)
* Partial support for GCC 4.8.{0-1}, waiting for a fix for the bug 57850 in the
  next GCC versions
* Support for incomplete ABI dumps
New Options
* -affected-limit
* -cpp-incompatible
Bug Fixes
* Fixed identification of template constructors and destructors
* Do not show "this" first argument of methods in the report
* Corrected descriptions of affected symbols in the report
* Fixed false alarms on changed offset of parameters
* Do not hang on class A<N>:public A<N-1>
* Corrected identification of header files in the include_preamble
* Corrected comparison of function pointer types
Other
* Code refactoring