Update ABI/API compatibility reports after commit 11445eddad
This commit is contained in:
parent
b91f59b93a
commit
7cb3c3bc39
|
@ -20,7 +20,16 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 3fbe71369019df0b47c7a2be4fab8c05768f2f32
|
||||
<pre class='wrap'>commit 11445eddad7e7fa5b273d1c83c91011c44e5d586
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 19:03:13 +0200
|
||||
|
||||
opj_pi_update_decode_poc(): limit layno1 to the number of layers (CVE-2016-1626 and CVE-2016-1628, #850)
|
||||
|
||||
This has been recently fixed in a less elegant way per
|
||||
80818c39f5bfbac37768fcee95b0ffeceaa77264
|
||||
|
||||
commit 3fbe71369019df0b47c7a2be4fab8c05768f2f32
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 18:38:16 +0200
|
||||
|
||||
|
@ -581,18 +590,6 @@ Date: 2017-06-01 10:23:30 +0200
|
|||
|
||||
T1: remove flags_stride variable from opj_t1_t
|
||||
|
||||
commit 0ec842e1f1e6ebc80df5308cab457372456b204d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-05-31 19:45:03 +0200
|
||||
|
||||
Inline opj_raw_decode()
|
||||
|
||||
commit aa7a8a4398b3792b4a52fb443d49d317a9a4984f
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-05-31 17:15:27 +0200
|
||||
|
||||
T1: loop unrolling in dec_sigpass_raw and dec_refpass_raw
|
||||
|
||||
commit 53d46fc7330ed652db66aa37b498fbfa27be625c
|
||||
Merge: 6e97d87 a8ca7c5
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
|
@ -758,6 +755,14 @@ Date: 2017-05-03 12:03:00 +0200
|
|||
|
||||
Fix retrieval of jpylyzer in AppVeyor
|
||||
|
||||
commit a18040e02238c577cf7853a0e303cbca62e044a8
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-03 11:48:02 +0200
|
||||
|
||||
Merge pull request #893 from rouault/remove_tagtree_warnings
|
||||
|
||||
Remove warnings related to empty tag-trees.
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -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 18:38:16'
|
||||
'current' => '2017-07-29 19:03:13'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-29<br/>18:38</td>
|
||||
<td>2017-07-29<br/>19:03</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:52:25 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jul 29 17:15:16 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