Update ABI/API compatibility reports after commit e7ff1efb82
This commit is contained in:
parent
5c16dffe6d
commit
067d751f56
|
@ -20,7 +20,16 @@
|
||||||
<br/>
|
<br/>
|
||||||
<h1>Changelog from Git</h1><br/><br/>
|
<h1>Changelog from Git</h1><br/><br/>
|
||||||
<div class='changelog'>
|
<div class='changelog'>
|
||||||
<pre class='wrap'>commit 807da629a6e00a06a3d2506c3f99da1757252c43
|
<pre class='wrap'>commit e7ff1efb82fab7ba6c6d69e7d286811abb4ee7e7
|
||||||
|
Merge: 807da62 cf08763
|
||||||
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
|
Date: 2017-05-03 11:46:45 +0200
|
||||||
|
|
||||||
|
Merge pull request #899 from jwilk/man-warnings
|
||||||
|
|
||||||
|
Remove spurious .R macros from manpages
|
||||||
|
|
||||||
|
commit 807da629a6e00a06a3d2506c3f99da1757252c43
|
||||||
Merge: 8c33128 4927b64
|
Merge: 8c33128 4927b64
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
Date: 2017-05-03 11:46:01 +0200
|
Date: 2017-05-03 11:46:01 +0200
|
||||||
|
@ -35,6 +44,16 @@ Date: 2017-04-28 09:43:05 +0100
|
||||||
|
|
||||||
Escape quotes to ensure README renders on GitHub correctly
|
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.
|
||||||
|
|
||||||
commit 8c33128369816be09968712b50681e743464b93c
|
commit 8c33128369816be09968712b50681e743464b93c
|
||||||
Author: Antonin Descampe <antonin@gmail.com>
|
Author: Antonin Descampe <antonin@gmail.com>
|
||||||
Date: 2017-03-03 23:23:39 +0100
|
Date: 2017-03-03 23:23:39 +0100
|
||||||
|
|
|
@ -496,7 +496,7 @@ $VAR1 = {
|
||||||
'2.1' => '2014-04-29 12:58',
|
'2.1' => '2014-04-29 12:58',
|
||||||
'2.1.1' => '2016-07-05 14:54',
|
'2.1.1' => '2016-07-05 14:54',
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'current' => '2017-05-03 11:46:01'
|
'current' => '2017-05-03 11:46:45'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -574,7 +574,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1493805314',
|
'ScmUpdateTime' => '1493806038',
|
||||||
'Soname' => {
|
'Soname' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||||
|
|
Binary file not shown.
|
@ -152,7 +152,7 @@
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed May 3 09:55:31 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed May 3 10:07:35 2017.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
<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