Update ABI/API compatibility reports after commit a38c4496b6
This commit is contained in:
parent
6d56a38921
commit
584fa5e43a
|
@ -20,7 +20,13 @@
|
||||||
<br/>
|
<br/>
|
||||||
<h1>Changelog from Git</h1><br/><br/>
|
<h1>Changelog from Git</h1><br/><br/>
|
||||||
<div class='changelog'>
|
<div class='changelog'>
|
||||||
<pre class='wrap'>commit 1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55
|
<pre class='wrap'>commit a38c4496b631bb5d3f8d5ea42d394544523a9bc6
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-07-05 21:33:42 +0200
|
||||||
|
|
||||||
|
Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k_dec structure
|
||||||
|
|
||||||
|
commit 1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-07-03 14:14:03 +0200
|
Date: 2017-07-03 14:14:03 +0200
|
||||||
|
|
||||||
|
@ -796,15 +802,6 @@ Date: 2016-09-15 23:51:34 +0200
|
||||||
The check was already done. It’s been simplified.
|
The check was already done. It’s been simplified.
|
||||||
Reformat to get consistent style throughout the functions.
|
Reformat to get consistent style throughout the functions.
|
||||||
|
|
||||||
commit 9a07ccb3d0f076388e4da684a3bfd4327125c721
|
|
||||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
|
||||||
Date: 2016-09-15 01:57:53 +0200
|
|
||||||
|
|
||||||
Add overflow checks for opj_aligned_malloc (#841)
|
|
||||||
|
|
||||||
See
|
|
||||||
https://pdfium.googlesource.com/pdfium/+/b20ab6c7acb3be1393461eb650ca8fa4660c937e/third_party/libopenjpeg20/0020-opj_aligned_malloc.patch
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -473,7 +473,7 @@ $VAR1 = {
|
||||||
'2.1' => '2014-04-29 12:58',
|
'2.1' => '2014-04-29 12:58',
|
||||||
'2.1.1' => '2016-07-05 14:54',
|
'2.1.1' => '2016-07-05 14:54',
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'current' => '2017-07-03 14:14:03'
|
'current' => '2017-07-05 21:33:42'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<th>Headers<br/>Diff</th>
|
<th>Headers<br/>Diff</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id='current'><td>current</td>
|
<tr id='current'><td>current</td>
|
||||||
<td>2017-07-03<br/>14:14</td>
|
<td>2017-07-05<br/>21:33</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jul 3 14:21:13 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jul 5 19:48:52 2017.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
<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