summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-12-15 11:09:32 +0100
committerAndrew Shadura <andrewsh@debian.org>2016-12-15 11:09:32 +0100
commit50a11af5bddcda9160d84f2ae3577df7451a7a95 (patch)
tree65a023876556b67619738c755368f583e8298677 /CHANGELOG.md
parent2040e3232f6d2283ba8ac24e8785b055a8c89796 (diff)
Imported Upstream version 0.4.3.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb1ec08..2671fb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+0.4.3
+=====
+ - Switched to C++14
+ - GCC updated to version 6; Clang updated to version 3.8
+ - Fixed calculation of struct's member offset on x32 platform (https://github.com/epam/nfstrace/issues/19)
+ - Fix unaligned access in buffer copies.
+
+0.4.2
+=====
+ - documentation converted to LaTeX format
+ - repository was cleaned up via BFG Repo-Cleaner tool (https://rtyley.github.io/bfg-repo-cleaner/) to reduce the size.
+
0.4.1
=====
- minor bug fixes for Debian platforms;