From 696b4280cdad03c491e6a0529ac812b17f431f69 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Oct 01 2013 03:26:06 +0000 Subject: Merge remote-tracking branch 'origin/master' into el6 --- diff --git a/.gitignore b/.gitignore index 781ca78..0b4bd0a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /abi-compliance-checker-1.99.8.1.tar.gz /abi-compliance-checker-1.99.8.2.tar.gz /abi-compliance-checker-1.99.8.3.tar.gz +/abi-compliance-checker-1.99.8.4.tar.gz diff --git a/ChangeLog b/ChangeLog index 08f8b12..284b87c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,11 +7,14 @@ Improvements * 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:public A +* Corrected identification of header files in the include_preamble +* Corrected comparison of function pointer types Other * Code refactoring diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec index 3f7c4ea..4841ee4 100644 --- a/abi-compliance-checker.spec +++ b/abi-compliance-checker.spec @@ -1,5 +1,5 @@ Name: abi-compliance-checker -Version: 1.99.8.3 +Version: 1.99.8.4 Release: 1%{?dist} Summary: An ABI Compliance Checker @@ -43,6 +43,9 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot} %changelog +* Fri Sep 27 2013 Richard Shaw - 1.99.8.4-1 +- Update to latest bugfix release. + * Wed Sep 18 2013 Richard Shaw - 1.99.8.3-1 - Update to latest bugfix release. diff --git a/sources b/sources index 4797e13..c9019ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2cc4dd76d4a180661dd0be949c74fbd abi-compliance-checker-1.99.8.3.tar.gz +786c31363253d7ce30ca45f2deb6dc58 abi-compliance-checker-1.99.8.4.tar.gz