Update ABI/API compatibility reports after commit c5bf5ef4d6
This commit is contained in:
parent
abb6e72a04
commit
1199a016c5
|
@ -20,7 +20,15 @@
|
||||||
<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 e03e9474667e5117341351699f0b1dbb06f93346
|
<pre class='wrap'>commit c5bf5ef4d6552e9159aaad29cb27826acd1a3389
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-07-28 21:29:55 +0200
|
||||||
|
|
||||||
|
Avoid use-after-free when a MCT marker is found after a MCC one (#895)
|
||||||
|
|
||||||
|
Fixes openjeg-crashes-2017-07-27/issue880-poc2.j2k of #895
|
||||||
|
|
||||||
|
commit e03e9474667e5117341351699f0b1dbb06f93346
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-07-27 22:29:17 +0200
|
Date: 2017-07-27 22:29:17 +0200
|
||||||
|
|
||||||
|
@ -767,12 +775,6 @@ Date: 2017-03-05 16:08:57 +0100
|
||||||
|
|
||||||
`R' is a string (producing the registered sign), not a macro.
|
`R' is a string (producing the registered sign), not a macro.
|
||||||
|
|
||||||
commit 8c33128369816be09968712b50681e743464b93c
|
|
||||||
Author: Antonin Descampe <antonin@gmail.com>
|
|
||||||
Date: 2017-03-03 23:23:39 +0100
|
|
||||||
|
|
||||||
Fixed CRLF auto conversion issue in openjpeg-data #655
|
|
||||||
|
|
||||||
...</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-27 22:29:17'
|
'current' => '2017-07-28 21:29:55'
|
||||||
},
|
},
|
||||||
'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-27<br/>22:29</td>
|
<td>2017-07-28<br/>21:29</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 Thu Jul 27 20:42:57 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Jul 28 19:46:10 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