diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 9999860b..f1431461 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,24 @@
commit d2205ba2ee78faeea659263383446c4472b1f9df +commit 9d1a9dc20dd5155bab977a4f53d05c4bbd66533a +Merge: d2205ba 56f23b2 +Author: Even Rouault <even.rouault@mines-paris.org> +Date: 2018-08-11 23:35:35 +0200 + + Merge pull request #1133 from robe2/robe2-pkgconfig-instructions + + Add -DBUILD_PKGCONFIG_FILES to install instructions + +commit 56f23b29a075467fc2377ba086c0263a3eb70fe6 +Author: Regina Obe <lr@pcorp.us> +Date: 2018-08-11 16:59:30 -0400 + + Add -DBUILD_PKGCONFIG_FILES to install instructions + + Building under msys/mingw doesn't automatically install the pkg config files needed to build GDAL and other libraries + +commit d2205ba2ee78faeea659263383446c4472b1f9df Merge: fd205f4 4170681 Author: Even Rouault <even.rouault@mines-paris.org> Date: 2018-06-20 16:26:24 +0200 @@ -706,12 +723,6 @@ Date: 2017-09-01 21:36:35 +0200 opj_j2k_update_image_data(): avoid allocating image buffer if we can just reuse the tile buffer one -commit 4c7effa6bc37beb2a8e2f29ecf5845cde93f6b88 -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2017-09-01 21:17:26 +0200 - - opj_t1_clbl_decode_processor(): use SSE2 in subtile decoding code path, for irreversible - commit b428b8c7e7227cf96c83229df4d7bf009b6d2172 Author: Even Rouault <even.rouault@spatialys.com> Date: 2017-09-01 20:01:39 +0200 @@ -720,12 +731,6 @@ Date: 2017-09-01 20:01:39 +0200 And save a useless loop, which should be a tiny faster. -commit 7aa071aa273aa0b8fafbf055e5eb99b9cb8600a8 -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2017-09-01 19:49:01 +0200 - - opj_j2k_setup_encoder(): emit warnings if tcp_rates are not decreasing or tcp_distoratio are not increasing (#1009) - ...