Update ABI/API compatibility reports after commit 8fa405ee15
This commit is contained in:
parent
65842c4297
commit
a9a43417b4
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 6239ed7be41d370c537ca43e198cf2fdc6eb9a60
|
||||
<pre class='wrap'>commit 8fa405ee15b5151df40d8d96460257ee5b510135
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-06-30 00:03:05 +0200
|
||||
|
||||
IDWT 5x3: fix bug in AVX2 implementation (#953, #957)
|
||||
|
||||
commit 6239ed7be41d370c537ca43e198cf2fdc6eb9a60
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-06-26 13:13:26 +0200
|
||||
|
||||
|
@ -803,16 +809,6 @@ Date: 2016-09-08 11:28:58 +0200
|
|||
|
||||
Update THANKS.md
|
||||
|
||||
commit 48c16b2c199210a3c20b306a737eac5fc2c8f6c9
|
||||
Merge: ab22c5b ef01f18
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2016-09-08 10:30:09 +0200
|
||||
|
||||
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_optimizations_multithreading_2
|
||||
|
||||
Conflicts:
|
||||
src/lib/openjp2/t1.c
|
||||
|
||||
...</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 13:13:26'
|
||||
'current' => '2017-06-30 00:03:05'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-06-26<br/>13:13</td>
|
||||
<td>2017-06-30<br/>00:03</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:47:02 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Jun 29 22:18:24 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