aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2017-08-30 08:12:26 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2017-08-30 08:12:26 +0300
commite3db9ec34127d0a4f109cc4923e191b0822a0e51 (patch)
treee1b977eca268c7c6bf1cce609182a67051a1680c
parent59e148db186e38cbe40358e7adc4948fdfd5636a (diff)
downloadabi-compliance-checker-e3db9ec34127d0a4f109cc4923e191b0822a0e51.tar.gz
Release 2.2
-rw-r--r--INSTALL2
-rw-r--r--README2
-rw-r--r--doc/Changelog.html30
3 files changed, 32 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 692bee8..19b997b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,7 +9,7 @@ RELEASE INFORMATION
Project: ABI Compliance Checker (ABICC)
Version: 2.2
-Date: August 29, 2017
+Date: August 30, 2017
This file explains how to install and setup environment
diff --git a/README b/README
index a7c4d98..a0377e0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ABICC 2.0
+ABICC 2.2
=========
NAME:
diff --git a/doc/Changelog.html b/doc/Changelog.html
index 9ddfa2e..d15f791 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -44,6 +44,36 @@
<p/>
<br/>
+<b>Version 2.2 (August 30, 2017)</b><br/>
+<b>Improvements</b>
+<ul>
+ <li>
+ Improved support for Fortran
+ </li>
+</ul>
+<b>Bug Fixes</b>
+<ul>
+ <li>
+ Fixed analysis of inline functions
+ </li>
+ <li>
+ Fixed analysis of calling conventions
+ </li>
+ <li>
+ Fixed handling of C++ keywords in C code
+ </li>
+ <li>
+ Fixed -lang option
+ </li>
+ <li>
+ Fixed handling of errors when compressing ABI dumps
+ </li>
+ <li>
+ Fixed style of the report
+ </li>
+</ul>
+<br/>
+
<b>Version 2.1 (June 17, 2017)</b><br/>
<b>Improvements</b>
<ul>