Update ABI/API compatibility reports after commit 2cd30c2b06
This commit is contained in:
parent
098c3c391c
commit
b4f3de503e
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 09e83407fa2b53c606d3179031b8d8b31272e20c
|
||||
<pre class='wrap'>commit 2cd30c2b06ce332dede81cccad8b334cde997281
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-17 11:47:40 +0200
|
||||
|
||||
tgatoimage(): avoid excessive memory allocation attempt, and fixes unaligned load (#995)
|
||||
|
||||
commit 09e83407fa2b53c606d3179031b8d8b31272e20c
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-17 11:05:53 +0200
|
||||
|
||||
|
@ -586,18 +592,6 @@ Date: 2017-07-29 21:11:23 +0200
|
|||
|
||||
src/bin/jpwl/convert.c: fix memleak (fix suggested by maddin200, #631)
|
||||
|
||||
commit 51eb86d8f7a6297a4f0e8ca44977b72532de0353
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 19:43:23 +0200
|
||||
|
||||
Fix warnings in pi.c raised by VS11 analyze (#190)
|
||||
|
||||
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)
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
|||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'current' => '2017-08-17 11:05:53'
|
||||
'current' => '2017-08-17 11:47:40'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1502961607',
|
||||
'ScmUpdateTime' => '1502965100',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-08-17<br/>11:05</td>
|
||||
<td>2017-08-17<br/>11:47</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
|
||||
|
@ -161,7 +161,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 Thu Aug 17 09:20:40 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Aug 17 10:18:46 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