aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2015-10-18 23:52:17 +0300
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2015-10-18 23:52:17 +0300
commitd20d2b88e7d886fc3a411ba80c27e4fc7ab65619 (patch)
treefdea9fd94fc5200596561392f1f56afb04a6cc23
parentaef5cd15835e4fc9867e35f89edba6e3211eb7bf (diff)
downloadabi-compliance-checker-d20d2b88e7d886fc3a411ba80c27e4fc7ab65619.tar.gz
Released 1.99.13
-rw-r--r--INSTALL2
-rw-r--r--doc/Changelog.html39
-rw-r--r--doc/index.html2
3 files changed, 41 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 44244e9..450fff8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ RELEASE INFORMATION
Project: ABI Compliance Checker (ACC)
Version: 1.99.13
-Date: 2015-10-15
+Date: 2015-10-18
This file explains how to install and setup environment
diff --git a/doc/Changelog.html b/doc/Changelog.html
index 4540158..2ddade7 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -44,6 +44,45 @@
<p/>
<br/>
+<b>Version 1.99.13 (October 18, 2015)</b><br/>
+<b>Improvements</b>
+<ul>
+ <li>
+ Check public symbols only if comparing public ABI dumps generated by the ABI dumper (with -public-headers option)
+ </li>
+ <li>
+ Added more metadata to the report
+ </li>
+</ul>
+<b>New Options</b>
+<ul>
+ <li>
+ -skip-internal-types: do not check data types matched by the pattern
+ </li>
+</ul>
+<b>Bug Fixes</b>
+<ul>
+ <li>
+ Fixed Type_Became_Opaque, Parameter_Changed_Register, Parameter_From_Register and Parameter_To_Register rules
+ </li>
+ <li>
+ Fixed method signatures in the report (C++)
+ </li>
+ <li>
+ Fixed -headers-list option
+ </li>
+ <li>
+ Option -skip-internal renamed to -skip-internal-symbols
+ </li>
+ <li>
+ Fixed false positives if vtable-dumper generates incomplete data
+ </li>
+ <li>
+ Fixed Makefile
+ </li>
+</ul>
+<br/>
+
<b>Version 1.99.12 (September 20, 2015)</b><br/>
<b>Bug Fixes</b>
<ul>
diff --git a/doc/index.html b/doc/index.html
index 01a31b0..6592e9b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -94,7 +94,7 @@
<h2>Downloads</h2>
<p>All releases can be downloaded from <a href="https://github.com/lvc/abi-compliance-checker/">this page</a>.</p>
-<p>Latest release: <a href="https://github.com/lvc/abi-compliance-checker/archive/1.99.12.tar.gz">abi-compliance-checker-1.99.12.tar.gz</a></p>
+<p>Latest release: <a href="https://github.com/lvc/abi-compliance-checker/archive/1.99.13.tar.gz">abi-compliance-checker-1.99.13.tar.gz</a></p>
<p>Read-only access to the latest development version:</p>