aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-04-26 19:10:46 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-04-26 19:10:46 +0300
commitdd99c62d7d7989a2554d2aa69e63c0a61add49bc (patch)
treece252bdb1ed90aa4283753255fbb69b6e1f21ada
parenta364f8ae25bcfd9a5d2db333f84353bf72fcde9d (diff)
downloadabi-compliance-checker-dd99c62d7d7989a2554d2aa69e63c0a61add49bc.tar.gz
Updated docs to 1.99.19
-rw-r--r--doc/Changelog.html39
-rw-r--r--doc/index.html34
2 files changed, 58 insertions, 15 deletions
diff --git a/doc/Changelog.html b/doc/Changelog.html
index 4abbf6c..9c0678d 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -44,6 +44,45 @@
<p/>
<br/>
+<b>Version 1.99.19 (April 18, 2016)</b><br/>
+<b>Improvements</b>
+<ul>
+ <li>
+ Support for GCC 5.1
+ </li>
+</ul>
+<b>Misc</b>
+<ul>
+ <li>
+ Separated LICENSE file
+ </li>
+ <li>
+ Removed obsolete descriptors from the package
+ </li>
+ <li>
+ Updated docs
+ </li>
+</ul>
+<br/>
+
+<b>Version 1.99.18 (April 03, 2016)</b><br/>
+<b>Bug Fixes</b>
+<ul>
+ <li>
+ Fixed comparison of qualifiers in parameter data types
+ </li>
+ <li>
+ Fixed problem descriptions in the report
+ </li>
+ <li>
+ Reduced size of the report
+ </li>
+ <li>
+ Fixed console output
+ </li>
+</ul>
+<br/>
+
<b>Version 1.99.17 (March 12, 2016)</b><br/>
<b>Improvements</b>
<ul>
diff --git a/doc/index.html b/doc/index.html
index efaec83..93a1693 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -92,13 +92,11 @@
<a name="Downloads"></a>
<h2>Downloads</h2>
-<p>All releases can be downloaded from <a href="https://github.com/lvc/abi-compliance-checker/releases">this page</a>.</p>
-
-<p>Latest release: <a href="https://github.com/lvc/abi-compliance-checker/archive/1.99.17.tar.gz">abi-compliance-checker-1.99.17.tar.gz</a></p>
+<p>The latest release can be downloaded from <a href="https://github.com/lvc/abi-compliance-checker/releases">this page</a>.</p>
<p>Read-only access to the latest development version:</p>
-<code class='code'>&nbsp;git clone git://github.com/lvc/abi-compliance-checker&nbsp;</code>
+<code class='code'>&nbsp;git clone https://github.com/lvc/abi-compliance-checker.git&nbsp;</code>
<a name="License"></a>
<h2>License</h2>
@@ -112,16 +110,16 @@ GNU/Linux, FreeBSD, Mac OS X, MS Windows.
<h2>Dependencies</h2>
<ul>
<li>
- <a href="http://gcc.gnu.org/">G++</a> (3.0-4.7, 4.8.3, 4.9 or newer)
+ <a href="http://gcc.gnu.org/">G++</a> (3.0-4.7, 4.8.3 or newer)
</li>
<li>
<a href="http://www.gnu.org/software/binutils/">GNU Binutils</a> (readelf, c++filt, objdump)
</li>
<li>
- <a href="http://www.perl.org/">Perl 5</a> (5.8 or newer)
+ <a href="http://www.perl.org/">Perl 5</a>
</li>
<li>
- <a href="http://ctags.sourceforge.net/">Ctags</a> (5.8 or newer)
+ <a href="http://ctags.sourceforge.net/">Ctags</a>
</li>
</ul>
@@ -139,6 +137,12 @@ On MS Windows the tool also requires MinGW, MS Visual C++ (dumpbin, undname, cl)
<code class='code'>&nbsp;sudo make install prefix=PREFIX [/usr, /usr/local]&nbsp;</code>
<p>This command will install the <code>abi-compliance-checker</code> program into the <code>PREFIX/bin</code> system directory and private modules into the <code>PREFIX/share</code>.</p>
+<p>To verify that the tool is installed correctly and it works on your host run:</p>
+<code class='code'>&nbsp;cd tmp/&nbsp;</code>
+<p>
+<code class='code'>&nbsp;abi-compliance-checker -test&nbsp;</code>
+</p>
+
<a name="ABI_Dumper"></a>
<h2>Usage with ABI Dumper</h2>
This new way is based on the analysis of the debug-info from binary objects. It's more reliable, faster and simple way.
@@ -203,19 +207,19 @@ An excellent tutorial <a href='http://blog.famillecollet.com/post/2010/06/20/ABI
<table class='summary'>
<tr><th>Library</th><th>Versions</th><th>Report</th></tr>
<tr>
-<td>NetCDF</td>
-<td>4.0.1 to 4.1.1</td>
-<td><a href='http://upstream.rosalinux.ru/compat_reports/netcdf/4.0.1_to_4.1.1/compat_report.html'>report</a></td>
+<td>libhttpd</td>
+<td>2.2.31 vs 2.4.1</td>
+<td><a href='http://abi-laboratory.pro/tracker/compat_report/httpd/2.2.31/2.4.1/58f6a/abi_compat_report.html'>report</a></td>
</tr>
<tr>
-<td>MySQL++</td>
-<td>3.0.9 to 3.1.0</td>
-<td><a href='http://upstream.rosalinux.ru/compat_reports/mysql++/3.0.9_to_3.1.0/abi_compat_report.html'>report</a></td>
+<td>libMagick++</td>
+<td>6.9.0-0 vs 6.9.0-10</td>
+<td><a href='http://abi-laboratory.pro/tracker/compat_report/imagemagick/6.9.0-0/6.9.0-10/c3418/abi_compat_report.html'>report</a></td>
</tr>
<tr>
<td>libssh</td>
-<td>0.3.4 to 0.4.0</td>
-<td><a href='http://upstream.rosalinux.ru/compat_reports/libssh/0.3.4_to_0.4.0/abi_compat_report.html'>report</a></td>
+<td>0.3.4 vs 0.3.91</td>
+<td><a href='http://abi-laboratory.pro/tracker/compat_report/libssh/0.3.4/0.3.91/1f31d/abi_compat_report.html'>report</a></td>
</tr>
</table>
<p/>