Update ABI/API compatibility reports after commit 48125b0d12
This commit is contained in:
parent
6a4570575c
commit
771d8a613e
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 13cde9fa37249628af6b6f10601b733f87a025f4
|
||||
<pre class='wrap'>commit 48125b0d124bc668b971b1f5df5a3c39798cfcf9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-31 17:35:10 +0200
|
||||
|
||||
src/bin/jpwl/convert.c: add missing fclose() in error code path (suggested by maddin200, #976)
|
||||
|
||||
commit 13cde9fa37249628af6b6f10601b733f87a025f4
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-30 19:46:52 +0200
|
||||
|
||||
|
@ -369,7 +375,6 @@ Date: 2017-07-03 14:33:57 +0200
|
|||
opj_j2k_read_header_procedure(): validate marker size to avoid excessive memory allocation attempt
|
||||
|
||||
commit 5736b1a3683261a5b31fc19a691731dc9fce5920
|
||||
Merge: ecbfcbc a0839cc
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-07-03 12:03:29 +0200
|
||||
|
||||
|
@ -377,20 +382,6 @@ Date: 2017-07-03 12:03:29 +0200
|
|||
|
||||
build both shared and static library
|
||||
|
||||
commit ecbfcbc2764ff1b09e693d57e3ef5764518f1e1c
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-07-01 13:51:52 +0200
|
||||
|
||||
Merge pull request #964 from rouault/remove_useless_knownfailures
|
||||
|
||||
Remove useless knownfailures (since LAZY encoding is fixed)
|
||||
|
||||
commit a0839cca24e19f1f0906e30ee1009ce89e4942b4
|
||||
Author: Jeroen Ooms <jeroenooms@gmail.com>
|
||||
Date: 2017-06-16 13:58:25 +0200
|
||||
|
||||
only build both static and dynamic on non-windows
|
||||
|
||||
...</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-30 19:46:52'
|
||||
'current' => '2017-07-31 17:35:10'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-30<br/>19:46</td>
|
||||
<td>2017-07-31<br/>17:35</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 Sun Jul 30 17:57:06 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jul 31 15:48:52 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