diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index c2f2f97d..6faf4ff2 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,16 @@
commit e673c8bd4da9f0414da472ac5f3d8e03e5102982 +commit ecbfcbc2764ff1b09e693d57e3ef5764518f1e1c +Merge: e673c8b 96d757c +Author: Even Rouault <even.rouault@mines-paris.org> +Date: 2017-07-01 13:51:52 +0200 + + Merge pull request #964 from rouault/remove_useless_knownfailures + + Remove useless knownfailures (since LAZY encoding is fixed) + +commit e673c8bd4da9f0414da472ac5f3d8e03e5102982 Merge: 8fa405e b992376 Author: Even Rouault <even.rouault@mines-paris.org> Date: 2017-07-01 12:54:39 +0200 @@ -43,6 +52,12 @@ Date: 2017-07-01 02:53:55 +0200 Try running the tests if the CPU supports AVX2. +commit 96d757cb8e6c3fb0e133817e5057ee5eae6a594d +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2017-07-01 04:24:46 +0200 + + Remove useless knownfailures (since LAZY encoding is fixed) + commit 69a001819c9ac36bb3210e475d099cc2abbbf89f Author: Even Rouault <even.rouault@spatialys.com> Date: 2017-07-01 01:46:55 +0200 @@ -796,20 +811,6 @@ Date: 2016-09-13 16:39:26 +0200 T1 & DWT multithreading decoding optimizations -commit f1f7c533089130266a6c1a502b30a846bb506b56 -Author: Antonin Descampe <antonin@gmail.com> -Date: 2016-09-13 16:21:38 +0200 - - remove ops 1.4 and 1.2 from abi-check to avoid symlinks in gh-pages - -commit 893143c8e13e491d0e884eb757580ec9575bbc8f -Author: trylab <trylab@users.noreply.github.com> -Date: 2016-09-13 17:43:30 +0800 - - Fix issue 833. - - Add some overflow check operations. - ...