diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index 6bee13e2..6555e84a 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,13 @@

Changelog from Git



-
commit 517bf6fd86dae18b62390a03533d30da0e5bb701
+
commit 68832af20e3b3710424947e12762b6b52d3b6ac0
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2017-07-30 15:22:24 +0200
+
+    opj_tcd_dc_level_shift_decode: avoid int32 overflow when prec == 31. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2799. Credit to OSS Fuzz
+
+commit 517bf6fd86dae18b62390a03533d30da0e5bb701
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2017-07-29 21:11:23 +0200
 
@@ -478,12 +484,6 @@ Date:   2017-06-17 14:10:15 +0200
 
     Fix warning about unused arguments
 
-commit cc07aec6c7b50090c3f471ca2c68d0ffa8aa4ff1
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-06-17 14:09:31 +0200
-
-    Fix warnings with recent GCC versions
-
 commit a0839cca24e19f1f0906e30ee1009ce89e4942b4
 Author: Jeroen Ooms <jeroenooms@gmail.com>
 Date:   2017-06-16 13:58:25 +0200
@@ -590,12 +590,6 @@ Date:   2017-06-01 19:42:03 +0200
 
     Optimize opj_t1_update_flags()
 
-commit a0861855c11bcb8c93f399ca51e766b5c8ef9e33
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-06-01 17:02:50 +0200
-
-    T1: remove use of neghalf variable. It is useless since bpno is always > 0
-
 commit 53d46fc7330ed652db66aa37b498fbfa27be625c
 Merge: 6e97d87 a8ca7c5
 Author: Even Rouault <even.rouault@mines-paris.org>
@@ -700,22 +694,7 @@ Date:   2017-05-09 15:44:46 +0200
 
     Reformat whole codebase with astyle.options (#128)
 
-commit d4e54e9f35d532062533f1d369c159810b01d224
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-05-09 15:28:09 +0200
-
-    Add mechanisms to reformant and check code style (#128)
-    
-    Use an internal version of astyle (astyle 3.0). Scripts taken from QGIS.
-    astyle.options from https://github.com/uclouvain/openjpeg/issues/128
-    
-    scripts/prepare-commit.sh can be used locally to automatically reformat
-    edited files.
-    
-    Travis-CI will run scripts/verify-indentation.sh to verify committed files.
-
 commit 8650b70e06408d394c1708846b6fc2d86cf14079
-Merge: e92fe29 05d5845
 Author: Even Rouault <even.rouault@mines-paris.org>
 Date:   2017-05-09 13:16:53 +0200
 
@@ -723,20 +702,6 @@ Date:   2017-05-09 13:16:53 +0200
     
     Add profiling of CPU and memory usage (#912)
 
-commit 05d58451a1221ba95db8fb1d159eb0f76dbafb22
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-05-06 15:06:24 +0200
-
-    Add profiling of CPU and memory usage (#912)
-
-commit e92fe29016300e7ae9ccfa6e9cf5422456f57e25
-Author: Even Rouault <even.rouault@mines-paris.org>
-Date:   2017-05-09 12:33:07 +0200
-
-    Merge pull request #917 from rouault/bench
-    
-    Add performance benchmarking scripts
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index 75ae1ca7..0d71526e 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -473,7 +473,7 @@ $VAR1 = { '2.1' => '2014-04-29 12:58', '2.1.1' => '2016-07-05 14:54', '2.1.2' => '2016-09-28 18:18', - 'current' => '2017-07-29 21:11:23' + 'current' => '2017-07-30 15:22:24' }, 'HeadersDiff' => { '1.1' => { diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index c4e31da7..8812e786 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2017-07-29
21:11 +2017-07-30
15:22 N/A changelog N/A @@ -152,7 +152,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Sat Jul 29 19:24:12 2017.
+
Maintained by OpenJPEG team. Last updated on Sun Jul 30 13:35:29 2017.


abi-laboratory.pro