Skip to content

Commit

Permalink
Release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lvc committed May 15, 2018
1 parent c75eb3e commit 8e81982
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 5 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

Copyright (C) 2009-2011 Institute for System Programming, RAS
Copyright (C) 2011-2012 Nokia Corporation and/or its subsidiary(-ies)
Copyright (C) 2012-2017 Andrey Ponomarenko's ABI Laboratory
Copyright (C) 2012-2018 Andrey Ponomarenko's ABI Laboratory
All rights reserved.


RELEASE INFORMATION

Project: ABI Compliance Checker (ABICC)
Version: 2.2
Date: August 30, 2017
Version: 2.3
Date: May 15, 2018


This file explains how to install and setup environment
Expand Down
36 changes: 36 additions & 0 deletions doc/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,42 @@ <h1>ABI Compliance<br/>Checker: History</h1>
<p/>
<br/>

<b>Version 2.3 (May 15, 2018)</b><br/>
<b>Improvements</b>
<ul>
<li>
Support for GCC 8
</li>
<li>
Use -fdump-lang-class instead of -fdump-class-hierarchy
</li>
<li>
Enable internal mangling of C++ funcs for all future GCC versions
</li>
<li>
Added -keep-reserved option to report changes in reserved fields
</li>
<li>
Fixed license to LGPL 2.1
</li>
</ul>
<b>Bug Fixes</b>
<ul>
<li>
Fix detection of GCC 7 compiled with --with-gcc-major-version-only
</li>
<li>
Redirect stderr of ‘objdump -f’ to null
</li>
<li>
Escape braces in regex for compatibility with future Perl 5 versions
</li>
<li>
Fixed internal mangling
</li>
</ul>
<br/>

<b>Version 2.2 (August 30, 2017)</b><br/>
<b>Improvements</b>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ <h1>ABI Compliance Checker</h1>
Binary incompatibility may result in crashing or incorrect behavior of applications built with an old version of a library if they run on a new one. Source incompatibility may result in recompilation errors with a new library version. The tool is intended for developers of software libraries and Linux maintainers who are interested in ensuring backward compatibility, i.e. allow old applications to run or to be recompiled with newer library versions.

<p/>
The tool is developed by Andrey Ponomarenko. You can order additional reports for visualization of the ABI structure and high detailed binary compatibility analysis here: <a href='https://abi-laboratory.pro/'>https://abi-laboratory.pro/</a>
The tool is a core of the <a href='https://abi-laboratory.pro/tracker/'>ABI Tracker</a> and Upstream Tracker projects.

<p/>
The tool is a core of the <a href='https://abi-laboratory.pro/tracker/'>ABI Tracker</a> and Upstream Tracker projects.
The tool is developed by Andrey Ponomarenko.

<table class='summary'><tr><td>
<div>Table of Contents</div>
Expand Down

0 comments on commit 8e81982

Please sign in to comment.