aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2015-12-11 23:40:03 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2015-12-11 23:40:03 +0300
commit86b503bd85e3a0e8b32616d5af67c7d176a6263e (patch)
tree231498f19d4e74ee3dbf105b9c3ac8b506d091b5 /doc
parentdfd124548b3439a0a40764128a7f6506f68ab4ee (diff)
downloadabi-compliance-checker-86b503bd85e3a0e8b32616d5af67c7d176a6263e.tar.gz
Fixed false positives in the report if input ABI dumps contain __unknown__ types.
Diffstat (limited to 'doc')
-rw-r--r--doc/Changelog.html8
-rw-r--r--doc/index.html2
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/Changelog.html b/doc/Changelog.html
index b7c3f92..6ff72a6 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -44,12 +44,18 @@
<p/>
<br/>
-<b>Version 1.99.14.1 (November 11, 2015)</b><br/>
+<b>Version 1.99.15 (December 11, 2015)</b><br/>
<b>Bug Fixes</b>
<ul>
<li>
Fixed hang on some template instances
</li>
+ <li>
+ Fixed support for old ABI dumps (formatting of data types)
+ </li>
+ <li>
+ Fixed false positives in the report if input ABI dumps contain __unknown__ types
+ </li>
</ul>
<br/>
diff --git a/doc/index.html b/doc/index.html
index 56b377e..cbe6f55 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.14.1.tar.gz">abi-compliance-checker-1.99.14.1.tar.gz</a></p>
+<p>Latest release: <a href="https://github.com/lvc/abi-compliance-checker/archive/1.99.15.tar.gz">abi-compliance-checker-1.99.15.tar.gz</a></p>
<p>Read-only access to the latest development version:</p>