Update ABI/API compatibility reports after commit ea320dab8b
This commit is contained in:
parent
7d3f50408f
commit
6a66fafec8
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit d7e6b7de8a3860dd3135bfe49e0e1be2d9dba80f
|
||||
<pre class='wrap'>commit ea320dab8bc491c10b1584a6617378cecea9f4fa
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-09-06 07:54:29 +0200
|
||||
|
||||
Add overflow check in opj_tcd_init_tile (#819)
|
||||
|
||||
commit d7e6b7de8a3860dd3135bfe49e0e1be2d9dba80f
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-09-06 01:31:15 +0200
|
||||
|
||||
|
@ -401,7 +407,6 @@ Date: 2016-04-30 17:58:04 +0200
|
|||
Update to mm2/Little-CMS@0e8234e090d6aab33f90e2eb0296f30aa0705e57
|
||||
|
||||
commit 72deb588cbc8d5f56f8b0db3a2d120913e792cb8
|
||||
Merge: cd77b60 20789fe
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-04-30 13:51:01 +0200
|
||||
|
||||
|
@ -410,39 +415,6 @@ Date: 2016-04-30 13:51:01 +0200
|
|||
Fix issue 135
|
||||
The fix is legal regarding the standard but I did not manage to find out if it covers a bug in opj_t2_read_packet_data or if the file is corrupted
|
||||
|
||||
commit cd77b6003b774dd337835630ea7b9b1fbc68d264
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2016-04-30 12:15:22 +0200
|
||||
|
||||
Fix some coverity warnings
|
||||
|
||||
commit f40a2ff2ad821cf6492761c01de136ac2bf48b4a
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2016-04-30 01:50:33 +0200
|
||||
|
||||
Fix bad call to fclose with NULL pointer
|
||||
|
||||
commit 20789fed4ec7746e938dd2934a1fb5aa352f4d12
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2016-01-25 22:16:49 +0100
|
||||
|
||||
Fix issue 135
|
||||
|
||||
dwt_interleave_h.gsr105.jp2 now has the same output as kakadu
|
||||
issue399 is corrupted. Only the corrupted part changes.
|
||||
|
||||
Update known failures for x86 MD5
|
||||
|
||||
NR-DEC-kodak_2layers_lrcp.j2c-31-decode-md5
|
||||
NR-DEC-kodak_2layers_lrcp.j2c-32-decode-md5
|
||||
NR-DEC-issue135.j2k-68-decode-md5
|
||||
|
||||
commit 5947e10ff7bebdcc8f72ab9246f03db05582fa0a
|
||||
Author: julienmalik <julienmalik@users.noreply.github.com>
|
||||
Date: 2016-04-27 23:05:43 +0200
|
||||
|
||||
Add clang 3.9 build to Travis matrix (#753)
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -423,7 +423,7 @@ $VAR1 = {
|
|||
'2.0.1' => '2014-04-22 07:53',
|
||||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'current' => '2016-09-06 01:31:15'
|
||||
'current' => '2016-09-06 07:54:29'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -491,7 +491,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1473120199',
|
||||
'ScmUpdateTime' => '1473141654',
|
||||
'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>2016-09-06<br/>01:31</td>
|
||||
<td>2016-09-06<br/>07:54</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.1.1/current/report.html'>100%</a></td>
|
||||
|
@ -143,7 +143,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 Tue Sep 6 00:03:47 2016.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Sep 6 06:01:21 2016.<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