diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 38840b22..5228b85b 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,13 @@
commit 36dd87cea80ad56e0e3178221aa579a28f02a549 +commit cc07aec6c7b50090c3f471ca2c68d0ffa8aa4ff1 +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2017-06-17 14:09:31 +0200 + + Fix warnings with recent GCC versions + +commit 36dd87cea80ad56e0e3178221aa579a28f02a549 Merge: 9cbc990 5f1e380 Author: Antonin Descampe <antonin@descampe.net> Date: 2017-06-14 17:23:06 +0200 @@ -814,12 +820,6 @@ Date: 2016-09-02 23:58:12 +0200 clang 3.9 is currently unavailable for precise through apt -commit 4f9abb9a45ffd711f9717db15d062fa020ed6cf5 -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2016-08-11 21:50:46 +0200 - - [Win32] Use _beginthreadex instead of CreateThread() - ...