Update ABI/API compatibility reports after commit dbf527bf2a
This commit is contained in:
parent
b460c70953
commit
48409fa767
|
@ -20,7 +20,22 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd
|
||||
<pre class='wrap'>commit dbf527bf2a53bc88e6cf1373991002ec0e8e22a1
|
||||
Merge: 5e795d9 94c4b73
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-07-26 22:05:32 +0200
|
||||
|
||||
Merge pull request #800 from rouault/tier1_optimizations_multithreading_pterm_check
|
||||
|
||||
Implement predictive termination check
|
||||
|
||||
commit 94c4b7300cc515330bf798bb45eb0d68e2c84aa0
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 21:39:50 +0200
|
||||
|
||||
T1 decoder: check code stream errors when predictable termination is enabled and emit a warning when errors are found
|
||||
|
||||
commit 5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 21:06:38 +0200
|
||||
|
||||
|
@ -745,18 +760,6 @@ Date: 2016-09-28 20:33:31 +0200
|
|||
|
||||
Update abi-check scripts for v2.1.2
|
||||
|
||||
commit df5e8628f29a0138fcfe327527d2d0eda7c9c664
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-09-28 20:15:53 +0200
|
||||
|
||||
Update NEWS.md for v2.1.2
|
||||
|
||||
commit b0c0f0ff04aa6088f690b086c49601bbf66fceee
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-09-28 20:14:06 +0200
|
||||
|
||||
Update Changelog for v2.1.2
|
||||
|
||||
...</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-07-26 21:06:38'
|
||||
'current' => '2017-07-26 22:05:32'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-26<br/>21:06</td>
|
||||
<td>2017-07-26<br/>22:05</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 Jul 26 19:19:57 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jul 26 20:26:21 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