Update ABI/API compatibility reports after commit 807da629a6
This commit is contained in:
parent
7119e1b44f
commit
5c16dffe6d
|
@ -20,7 +20,22 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 8c33128369816be09968712b50681e743464b93c
|
||||
<pre class='wrap'>commit 807da629a6e00a06a3d2506c3f99da1757252c43
|
||||
Merge: 8c33128 4927b64
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-03 11:46:01 +0200
|
||||
|
||||
Merge pull request #914 from alexwlchan/fix-readme
|
||||
|
||||
Escape quotes to ensure README renders on GitHub correctly
|
||||
|
||||
commit 4927b647663bbf72500400dfd0173d53761152c9
|
||||
Author: Alex Chan <a.chan@wellcome.ac.uk>
|
||||
Date: 2017-04-28 09:43:05 +0100
|
||||
|
||||
Escape quotes to ensure README renders on GitHub correctly
|
||||
|
||||
commit 8c33128369816be09968712b50681e743464b93c
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2017-03-03 23:23:39 +0100
|
||||
|
||||
|
@ -764,12 +779,6 @@ Date: 2016-05-15 00:53:24 +0200
|
|||
|
||||
WIP: debug travis run script
|
||||
|
||||
commit 8ba0de3e45aec595361a4f321e67dfd745d492d3
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-05-15 00:42:54 +0200
|
||||
|
||||
Update travis and appveyor to enable automatic releases on tag commit
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -496,7 +496,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-03-03 23:23:39'
|
||||
'current' => '2017-05-03 11:46:01'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -574,7 +574,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1488580449',
|
||||
'ScmUpdateTime' => '1493805314',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-03-03<br/>23:23</td>
|
||||
<td>2017-05-03<br/>11:46</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.1.2/current/report.html'>100%</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 Mar 3 22:34:41 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed May 3 09:55:31 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