aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-07-04 19:12:19 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-07-04 19:12:19 +0300
commite59087d8e8dd56cf19373e06a5f673c0d112b473 (patch)
treeadb3f7787dd440d00b98f4f258e75020d3dd7eb6
parent2ee6178db4cee763c4d605c19318d33b158e35b0 (diff)
downloadabi-compliance-checker-e59087d8e8dd56cf19373e06a5f673c0d112b473.tar.gz
Released 1.99.22
-rw-r--r--INSTALL4
-rw-r--r--abi-compliance-checker.pl4
-rw-r--r--doc/Changelog.html24
3 files changed, 28 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 54f73fe..8640231 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,8 +9,8 @@ All rights reserved.
RELEASE INFORMATION
Project: ABI Compliance Checker (ABICC)
-Version: 1.99.21
-Date: 2016-05-26
+Version: 1.99.22
+Date: 2016-07-04
This file explains how to install and setup environment
diff --git a/abi-compliance-checker.pl b/abi-compliance-checker.pl
index 247deeb..754b6b9 100644
--- a/abi-compliance-checker.pl
+++ b/abi-compliance-checker.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
###########################################################################
-# ABI Compliance Checker (ABICC) 1.99.21
+# ABI Compliance Checker (ABICC) 1.99.22
# A tool for checking backward compatibility of a C/C++ library API
#
# Copyright (C) 2009-2011 Institute for System Programming, RAS
@@ -60,7 +60,7 @@ use Storable qw(dclone);
use Data::Dumper;
use Config;
-my $TOOL_VERSION = "1.99.21";
+my $TOOL_VERSION = "1.99.22";
my $ABI_DUMP_VERSION = "3.2";
my $XML_REPORT_VERSION = "1.2";
my $XML_ABI_DUMP_VERSION = "1.2";
diff --git a/doc/Changelog.html b/doc/Changelog.html
index 99dc949..d594d06 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -44,6 +44,30 @@
<p/>
<br/>
+<b>Version 1.99.22 (July 04, 2016)</b><br/>
+<b>Improvements</b>
+<ul>
+ <li>
+ New style of the report
+ </li>
+</ul>
+<b>New Options</b>
+<ul>
+ <li>
+ -old-style: generate old-style report
+ </li>
+</ul>
+<b>Bug Fixes</b>
+<ul>
+ <li>
+ Fixed handling of patterns in -skip-* options
+ </li>
+ <li>
+ Fixed rounding of the BC rate in the report
+ </li>
+</ul>
+<br/>
+
<b>Version 1.99.21 (May 26, 2016)</b><br/>
<b>Improvements</b>
<ul>