Update ABI/API compatibility reports after commit cc07aec6c7
This commit is contained in:
parent
46b85de157
commit
f1896cefec
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 36dd87cea80ad56e0e3178221aa579a28f02a549
|
||||
<pre class='wrap'>commit cc07aec6c7b50090c3f471ca2c68d0ffa8aa4ff1
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-06-17 14:09:31 +0200
|
||||
|
||||
Fix warnings with recent GCC versions
|
||||
|
||||
commit 36dd87cea80ad56e0e3178221aa579a28f02a549
|
||||
Merge: 9cbc990 5f1e380
|
||||
Author: Antonin Descampe <antonin@descampe.net>
|
||||
Date: 2017-06-14 17:23:06 +0200
|
||||
|
@ -814,12 +820,6 @@ Date: 2016-09-02 23:58:12 +0200
|
|||
|
||||
clang 3.9 is currently unavailable for precise through apt
|
||||
|
||||
commit 4f9abb9a45ffd711f9717db15d062fa020ed6cf5
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2016-08-11 21:50:46 +0200
|
||||
|
||||
[Win32] Use _beginthreadex instead of CreateThread()
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -473,7 +473,7 @@ $VAR1 = {
|
|||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'current' => '2017-06-14 17:23:06'
|
||||
'current' => '2017-06-17 14:09:31'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-06-14<br/>17:23</td>
|
||||
<td>2017-06-17<br/>14:09</td>
|
||||
<td>N/A</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td>N/A</td>
|
||||
|
@ -152,7 +152,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 Wed Jun 14 15:55:55 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jun 17 12:22:26 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