Update ABI/API compatibility reports after commit 23cee22286
This commit is contained in:
parent
2a8bb88171
commit
6085cc23e2
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 4a2a8693e5a02207a8813b02a375abdc4e43c49b
|
||||
<pre class='wrap'>commit 23cee2228638b5f2372160b193dc30dd1014addf
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-09-02 23:58:12 +0200
|
||||
|
||||
Switch to clang 3.8 (#814)
|
||||
|
||||
clang 3.9 is currently unavailable for precise through apt
|
||||
|
||||
commit 4a2a8693e5a02207a8813b02a375abdc4e43c49b
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-08-06 13:04:56 +0200
|
||||
|
||||
|
@ -413,12 +421,6 @@ Date: 2016-04-29 23:49:17 +0200
|
|||
|
||||
cppcheck fix for openjp2 (#740)
|
||||
|
||||
commit e166e4a209d9a3e4b583e4b2cdcbab2c57967eb1
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-04-28 19:20:14 +0200
|
||||
|
||||
Check SSIZ is valid in opj_j2k_read_siz (#762)
|
||||
|
||||
commit 20789fed4ec7746e938dd2934a1fb5aa352f4d12
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2016-01-25 22:16:49 +0100
|
||||
|
@ -480,14 +482,6 @@ Date: 2016-04-23 14:17:31 +0200
|
|||
|
||||
Fix #727
|
||||
|
||||
commit a9feb9addd05bc9f05e833dab16a8114bb6d70f3
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-04-23 10:51:46 +0200
|
||||
|
||||
Merge pull request #750 from mayeut/issue-729-2
|
||||
|
||||
Allow to read/write 3/5/7/9/11/13/15 bpp TIF files
|
||||
|
||||
...</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-08-06 13:04:56'
|
||||
'current' => '2016-09-02 23:58:12'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -491,7 +491,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1470481919',
|
||||
'ScmUpdateTime' => '1472853959',
|
||||
'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-08-06<br/>13:04</td>
|
||||
<td>2016-09-02<br/>23:58</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 Sat Aug 6 11:12:26 2016.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Sep 2 22:06:27 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