diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 8628e777..acedd4ea 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,13 @@
commit 4d5c5e7c4891491d61c7deaf77d9238b3621c32a +commit 34dae137a9a8c04feaa9763ae7e09a86ecb10400 +Author: Mathieu Malaterre <mathieu.malaterre@gmail.com> +Date: 2016-09-26 12:01:31 +0200 + + OPENJPEG_NAMESPACE is configurable by user + +commit 4d5c5e7c4891491d61c7deaf77d9238b3621c32a Author: Mathieu Malaterre <mathieu.malaterre@gmail.com> Date: 2016-09-26 11:26:55 +0200 @@ -771,7 +777,6 @@ Date: 2016-05-03 22:22:03 +0200 Update to mm2/Little-CMS@e342f44 commit 94cfb1b008319e8b0b17e741f1e29e0a7b90af38 -Merge: ba0cf12 17a0a8a Author: julienmalik <julienmalik@users.noreply.github.com> Date: 2016-05-02 21:57:55 +0200 @@ -779,27 +784,6 @@ Date: 2016-05-02 21:57:55 +0200 Use lowercase for cmake commands consistenly -commit 17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831 -Author: Julien Malik <julien.malik@paraiso.me> -Date: 2016-05-02 16:03:16 +0200 - - Use lowercase for cmake commands consistenly - - Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt - This needs vim 7.3 and fails with vim 7.4 - - This also fixes a number of : - - missing empty line at end of files - - useless space at end of lines - -commit ba0cf122f6820d38a7a5acc65b9d64392dd94e83 -Author: julienmalik <julienmalik@users.noreply.github.com> -Date: 2016-05-02 14:34:32 +0200 - - Merge pull request #767 from julienmalik/fix_memset_null_pointer - - Fix UBSan gcc warning for first arg to memset non null - ...