Update ABI/API compatibility reports after commit e0f5212888
This commit is contained in:
parent
937b6f1683
commit
6dfac19165
|
@ -20,7 +20,24 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 92023cd6c377e0384a7725949b25655d4d94dced
|
||||
<pre class='wrap'>commit e0f5212888c0c1abc5e060a75a3a4a5ff99afd1a
|
||||
Merge: 92023cd 2e5ab1d
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2018-11-28 00:04:30 +0100
|
||||
|
||||
Merge pull request #1170 from rouault/fix_color_apply_icc_profile
|
||||
|
||||
color_apply_icc_profile: avoid potential heap buffer overflow
|
||||
|
||||
commit 2e5ab1d9987831c981ff05862e8ccf1381ed58ea
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2018-11-27 23:31:30 +0100
|
||||
|
||||
color_apply_icc_profile: avoid potential heap buffer overflow
|
||||
|
||||
Derived from a patch by Thuan Pham
|
||||
|
||||
commit 92023cd6c377e0384a7725949b25655d4d94dced
|
||||
Merge: c196b23 cab352e
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2018-11-16 09:42:19 +0100
|
||||
|
@ -825,18 +842,6 @@ Date: 2017-09-20 00:43:54 +0200
|
|||
|
||||
Avoid index-out-of-bounds access when invoking opj_compress with -n 11 or higher. But not a proper fix itself (refs #493)
|
||||
|
||||
commit 8df07d5866c9e3517bf04a7abee4a07a04735df4
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:35:52 +0200
|
||||
|
||||
Avoid relying on operator precedence (raised by cppcheck)
|
||||
|
||||
commit c22ea12219c711031ef9b5823f2d9eb1081261e9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:35:31 +0200
|
||||
|
||||
Workaroudn cppcheck (correct) warning about same code in then and else branches
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
|||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'current' => '2018-11-16 09:42:19'
|
||||
'current' => '2018-11-28 00:04:30'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1542359208',
|
||||
'ScmUpdateTime' => '1543360704',
|
||||
'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>2018-11-16<br/>09:42</td>
|
||||
<td>2018-11-28<br/>00:04</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
|
||||
|
@ -170,7 +170,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 Fri Nov 16 09:07:12 2018.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Nov 27 23:18:48 2018.<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