Update ABI/API compatibility reports after commit 3fbe713690
This commit is contained in:
parent
7898718277
commit
b91f59b93a
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 5a3e7aaf339943bc988adbada39a1fc8f5046899
|
||||
<pre class='wrap'>commit 3fbe71369019df0b47c7a2be4fab8c05768f2f32
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 18:38:16 +0200
|
||||
|
||||
opj_tcd_get_decoded_tile_size(): fix potential UINT32 overflow (#854, CVE-2016-5152)
|
||||
|
||||
Fix derived from https://pdfium.googlesource.com/pdfium.git/+/d8cc503575463ff3d81b22dad292665f2c88911e/third_party/libopenjpeg20/0018-tcd_get_decoded_tile_size.patch
|
||||
|
||||
commit 5a3e7aaf339943bc988adbada39a1fc8f5046899
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 17:56:12 +0200
|
||||
|
||||
|
@ -585,12 +593,6 @@ Date: 2017-05-31 17:15:27 +0200
|
|||
|
||||
T1: loop unrolling in dec_sigpass_raw and dec_refpass_raw
|
||||
|
||||
commit 68557ff5036e68112bcbf194d2a7f48b1f58b752
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-05-31 14:35:56 +0200
|
||||
|
||||
T1: Transpose coder optimizations to decoder, and cleanup code
|
||||
|
||||
commit 53d46fc7330ed652db66aa37b498fbfa27be625c
|
||||
Merge: 6e97d87 a8ca7c5
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
|
|
|
@ -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 17:56:12'
|
||||
'current' => '2017-07-29 18:38:16'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-29<br/>17:56</td>
|
||||
<td>2017-07-29<br/>18:38</td>
|
||||
<td>N/A</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td>N/A</td>
|
||||
|
@ -152,7 +152,7 @@
|
|||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
</tr>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jul 29 16:15:08 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jul 29 16:52:25 2017.<br/>
|
||||
<br/>
|
||||
<hr/>
|
||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
||||
|
|
Loading…
Reference in New Issue