Update ABI/API compatibility reports after commit 16aeb9282f
This commit is contained in:
parent
1199a016c5
commit
99226e36dc
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit c5bf5ef4d6552e9159aaad29cb27826acd1a3389
|
||||
<pre class='wrap'>commit 16aeb9282f6b3877aa8365c461ba8d3d1338adae
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-28 21:39:30 +0200
|
||||
|
||||
Fix null pointer dereference in opj_j2k_add_mct() (#895)
|
||||
|
||||
Fixes openjeg-crashes-2017-07-27/issue879-poc1.j2k of #895
|
||||
|
||||
commit c5bf5ef4d6552e9159aaad29cb27826acd1a3389
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-28 21:29:55 +0200
|
||||
|
||||
|
@ -765,16 +773,6 @@ Date: 2017-04-28 09:43:05 +0100
|
|||
|
||||
Escape quotes to ensure README renders on GitHub correctly
|
||||
|
||||
commit cf08763c3174525f151746705c3c72a321a01a4a
|
||||
Author: Jakub Wilk <jwilk@jwilk.net>
|
||||
Date: 2017-03-05 16:08:57 +0100
|
||||
|
||||
Remove spurious .R macros from manpages
|
||||
|
||||
Fixes the following warnings from man:
|
||||
|
||||
`R' is a string (producing the registered sign), not a macro.
|
||||
|
||||
...</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-28 21:29:55'
|
||||
'current' => '2017-07-28 21:39:30'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-28<br/>21:29</td>
|
||||
<td>2017-07-28<br/>21:39</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 Fri Jul 28 19:46:10 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Jul 28 20:00:19 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