Update ABI/API compatibility reports after commit 397f62c0a8
This commit is contained in:
parent
7cb3c3bc39
commit
db6833df21
|
@ -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 11445eddad7e7fa5b273d1c83c91011c44e5d586
|
<pre class='wrap'>commit 397f62c0a838e15d667ef50e27d5d011d2c79c04
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-07-29 19:13:49 +0200
|
||||||
|
|
||||||
|
Fix write heap buffer overflow in opj_mqc_byteout(). Discovered by Ke Liu of Tencent's Xuanwu LAB (#835)
|
||||||
|
|
||||||
|
commit 11445eddad7e7fa5b273d1c83c91011c44e5d586
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-07-29 19:03:13 +0200
|
Date: 2017-07-29 19:03:13 +0200
|
||||||
|
|
||||||
|
@ -755,14 +761,6 @@ Date: 2017-05-03 12:03:00 +0200
|
||||||
|
|
||||||
Fix retrieval of jpylyzer in AppVeyor
|
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>
|
...</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-29 19:03:13'
|
'current' => '2017-07-29 19:13:49'
|
||||||
},
|
},
|
||||||
'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-29<br/>19:03</td>
|
<td>2017-07-29<br/>19:13</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 Sat Jul 29 17:15:16 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jul 29 17:26:54 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