Update ABI/API compatibility reports after commit 6239ed7be4
This commit is contained in:
parent
c28a2bb772
commit
65842c4297
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 533fa2fdee4f69a5d7bb8f0b1c0a8f432dad334f
|
||||
<pre class='wrap'>commit 6239ed7be41d370c537ca43e198cf2fdc6eb9a60
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-06-26 13:13:26 +0200
|
||||
|
||||
INSTALL.md: add section discussing how to enable CPU specific optimizations
|
||||
|
||||
commit 533fa2fdee4f69a5d7bb8f0b1c0a8f432dad334f
|
||||
Merge: 6026786 4fe7620
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-06-26 12:45:34 +0200
|
||||
|
@ -807,12 +813,6 @@ Date: 2016-09-08 10:30:09 +0200
|
|||
Conflicts:
|
||||
src/lib/openjp2/t1.c
|
||||
|
||||
commit ab22c5bad55fccdc440847c896baaf4bf89365a0
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2016-09-08 09:43:36 +0200
|
||||
|
||||
opj_thread_pool: fix potential deadlock at thread pool destruction
|
||||
|
||||
...</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-26 12:45:34'
|
||||
'current' => '2017-06-26 13:13:26'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-06-26<br/>12:45</td>
|
||||
<td>2017-06-26<br/>13:13</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 Mon Jun 26 11:02:35 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jun 26 11:47:02 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