Update to latest bugfix release.

epel9
Richard M. Shaw 12 years ago
parent faf50cd762
commit e1df248619

1
.gitignore vendored

@ -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

@ -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

@ -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@gmail.com> - 1.99.8.4-1
- Update to latest bugfix release.
* Wed Sep 18 2013 Richard Shaw <hobbes1069@gmail.com> - 1.99.8.3-1
- Update to latest bugfix release.

@ -1 +1 @@
c2cc4dd76d4a180661dd0be949c74fbd abi-compliance-checker-1.99.8.3.tar.gz
786c31363253d7ce30ca45f2deb6dc58 abi-compliance-checker-1.99.8.4.tar.gz

Loading…
Cancel
Save