diff --git a/INSTALL b/INSTALL
index a8504bf..e0dc1f7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
diff --git a/doc/Changelog.html b/doc/Changelog.html
index d15f791..871467c 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -44,6 +44,42 @@
ABI Compliance
Checker: History
+Version 2.3 (May 15, 2018)
+Improvements
+
+ -
+ Support for GCC 8
+
+ -
+ Use -fdump-lang-class instead of -fdump-class-hierarchy
+
+ -
+ Enable internal mangling of C++ funcs for all future GCC versions
+
+ -
+ Added -keep-reserved option to report changes in reserved fields
+
+ -
+ Fixed license to LGPL 2.1
+
+
+Bug Fixes
+
+ -
+ Fix detection of GCC 7 compiled with --with-gcc-major-version-only
+
+ -
+ Redirect stderr of ‘objdump -f’ to null
+
+ -
+ Escape braces in regex for compatibility with future Perl 5 versions
+
+ -
+ Fixed internal mangling
+
+
+
+
Version 2.2 (August 30, 2017)
Improvements
diff --git a/doc/index.html b/doc/index.html
index 5ff58a7..ca6ece1 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -67,10 +67,10 @@ ABI Compliance Checker
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.
- 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: https://abi-laboratory.pro/
+ The tool is a core of the ABI Tracker and Upstream Tracker projects.
- The tool is a core of the ABI Tracker and Upstream Tracker projects.
+ The tool is developed by Andrey Ponomarenko.