aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-10-07 19:40:50 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-10-07 19:40:50 +0300
commite30363a7a73465ea6192938e82f61257a850c78d (patch)
tree6205623a840ece08a43fd62c177dd4d9355d2836
parent959dd198ef8caa20d87638e56b02e8dfb91d134c (diff)
downloadabi-compliance-checker-e30363a7a73465ea6192938e82f61257a850c78d.tar.gz
Released 1.99.25
-rw-r--r--INSTALL4
-rw-r--r--abi-compliance-checker.pl1
-rw-r--r--doc/Changelog.html15
3 files changed, 18 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 5d909f3..47d7125 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,8 +9,8 @@ All rights reserved.
RELEASE INFORMATION
Project: ABI Compliance Checker (ABICC)
-Version: 1.99.24
-Date: 2016-10-04
+Version: 1.99.25
+Date: 2016-10-07
This file explains how to install and setup environment
diff --git a/abi-compliance-checker.pl b/abi-compliance-checker.pl
index d0bf036..9c8b108 100644
--- a/abi-compliance-checker.pl
+++ b/abi-compliance-checker.pl
@@ -12987,6 +12987,7 @@ sub detectRemoved_H($)
or not $CompleteSignature{2}{$Symbol}{"MnglName"})
{
if(defined $UsedDump{1}{"DWARF"}
+ and defined $UsedDump{2}{"DWARF"}
and $Level eq "Source")
{
if(link_symbol($Symbol, 2, "-Deps"))
diff --git a/doc/Changelog.html b/doc/Changelog.html
index 5d0998b..49872bb 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -44,6 +44,21 @@
<p/>
<br/>
+<b>Version 1.99.25 (October 07, 2016)</b><br/>
+<b>New Options</b>
+<ul>
+ <li>
+ -test-abi-dumper: compare ABI dumps created by the ABI Dumper tool
+ </li>
+</ul>
+<b>Bug Fixes</b>
+<ul>
+ <li>
+ Do not list a symbol as removed in the source-compatibility report if it is presented in the dynsym table
+ </li>
+</ul>
+<br/>
+
<b>Version 1.99.24 (October 04, 2016)</b><br/>
<b>Improvements</b>
<ul>