[abi-compliance-checker] Update to latest bugfix release.

Richard Shaw hobbes1069 at fedoraproject.org
Fri Sep 27 20:22:50 UTC 2013


commit e1df248619ee291908c8883c99b2f4f6c0b42812
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Fri Sep 27 15:22:41 2013 -0500

    Update to latest bugfix release.

 .gitignore                  |    1 +
 ChangeLog                   |    3 +++
 abi-compliance-checker.spec |    5 ++++-
 sources                     |    2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)
---
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<N>:public A<N-1>
+* 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 27ad821..451b161 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
 
@@ -44,6 +44,9 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
 
 
 %changelog
+* Fri Sep 27 2013 Richard Shaw <hobbes1069 at gmail.com> - 1.99.8.4-1
+- Update to latest bugfix release.
+
 * Wed Sep 18 2013 Richard Shaw <hobbes1069 at gmail.com> - 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


More information about the scm-commits mailing list