Update ABI/API compatibility reports after commit 5695ac15ff

This commit is contained in:
OpenJPEG Travis CI 2016-09-28 19:23:16 +00:00
parent fa35600d17
commit 9464da4f3c
7 changed files with 31 additions and 37 deletions

View File

@ -20,7 +20,25 @@
<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 9afc1699f0220d16f71860c1083d8c1b627e30fe <pre class='wrap'>commit 5695ac15ff961fb56ecee8455bca325444f37694
Author: Antonin Descampe &lt;antonin@gmail.com&gt;
Date: 2016-09-28 20:33:31 +0200
Update abi-check scripts for v2.1.2
commit df5e8628f29a0138fcfe327527d2d0eda7c9c664
Author: Antonin Descampe &lt;antonin@gmail.com&gt;
Date: 2016-09-28 20:15:53 +0200
Update NEWS.md for v2.1.2
commit b0c0f0ff04aa6088f690b086c49601bbf66fceee
Author: Antonin Descampe &lt;antonin@gmail.com&gt;
Date: 2016-09-28 20:14:06 +0200
Update Changelog for v2.1.2
commit 9afc1699f0220d16f71860c1083d8c1b627e30fe
Author: Antonin Descampe &lt;antonin@gmail.com&gt; Author: Antonin Descampe &lt;antonin@gmail.com&gt;
Date: 2016-09-28 18:55:02 +0200 Date: 2016-09-28 18:55:02 +0200
@ -758,30 +776,6 @@ Date: 2016-05-08 20:10:13 +0200
Fix uclouvain/openjpeg#775 Fix uclouvain/openjpeg#775
commit 162f6199c0cd3ec1c6c6dc65e41b2faab92b2d91
Author: mayeut &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-05-08 19:18:05 +0200
Fix Heap Buffer Overflow in function color_cmyk_to_rgb
Fix uclouvain/openjpeg#774
commit 8f9cc62b3f9a1da9712329ddcedb9750d585505c
Author: mayeut &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-05-08 18:40:12 +0200
Fix division by zero
Fix uclouvain/openjpeg#733
commit 44a499f2acf10b55172d07abf387e5a579a585f7
Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-05-03 22:22:03 +0200
Update lcms2 (#773)
Update to mm2/Little-CMS@e342f44
...</pre></div> ...</pre></div>
</body> </body>

View File

@ -101,11 +101,11 @@ $VAR1 = {
} }
}, },
'current' => { 'current' => {
'57d0d' => { '2c999' => {
'Lang' => 'C', 'Lang' => 'C',
'Object' => 'lib/libopenjp2.so.2.1.2', 'Object' => 'lib/libopenjp2.so.2.2.0',
'Path' => 'abi_dump/openjpeg/current/57d0d/ABI.dump', 'Path' => 'abi_dump/openjpeg/current/2c999/ABI.dump',
'TotalSymbols' => '43', 'TotalSymbols' => '46',
'Version' => '1.7' 'Version' => '1.7'
} }
} }
@ -433,7 +433,7 @@ $VAR1 = {
'2.0.1' => '2014-04-22 07:53', '2.0.1' => '2014-04-22 07:53',
'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',
'current' => '2016-09-28 18:55:02' 'current' => '2016-09-28 20:33:31'
}, },
'HeadersDiff' => { 'HeadersDiff' => {
'1.1' => { '1.1' => {
@ -502,7 +502,7 @@ $VAR1 = {
'Maintainer' => 'OpenJPEG team', 'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/', 'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {}, 'PackageDiff' => {},
'ScmUpdateTime' => '1475082903', 'ScmUpdateTime' => '1475090568',
'Soname' => { 'Soname' => {
'1.1' => { '1.1' => {
'lib/libopenjpeg.so' => 'libopenjpeg.so' 'lib/libopenjpeg.so' => 'libopenjpeg.so'
@ -535,7 +535,7 @@ $VAR1 = {
'lib/libopenjp2.so.2.1.1' => 'libopenjp2.so.7' 'lib/libopenjp2.so.2.1.1' => 'libopenjp2.so.7'
}, },
'current' => { 'current' => {
'lib/libopenjp2.so.2.1.2' => 'libopenjp2.so.7' 'lib/libopenjp2.so.2.2.0' => 'libopenjp2.so.7'
} }
}, },
'Sover' => { 'Sover' => {

View File

@ -1 +1 @@
libopenjp2.so.2.1.2 libopenjp2.so.2.2.0

View File

@ -3,12 +3,12 @@ bindir=${prefix}/bin
mandir=${prefix}/ mandir=${prefix}/
docdir=${prefix}/ docdir=${prefix}/
libdir=${prefix}/lib libdir=${prefix}/lib
includedir=${prefix}/include/openjpeg-2.1 includedir=${prefix}/include/openjpeg-2.2
Name: openjp2 Name: openjp2
Description: JPEG2000 library (Part 1 and 2) Description: JPEG2000 library (Part 1 and 2)
URL: http://www.openjpeg.org/ URL: http://www.openjpeg.org/
Version: 2.1.2 Version: 2.2.0
Libs: -L${libdir} -lopenjp2 Libs: -L${libdir} -lopenjp2
Libs.private: -lm Libs.private: -lm
Cflags: -I${includedir} Cflags: -I${includedir}

View File

@ -30,7 +30,7 @@
<th>Headers<br/>Diff</th> <th>Headers<br/>Diff</th>
</tr> </tr>
<tr id='current'><td>current</td> <tr id='current'><td>current</td>
<td>2016-09-28<br/>18:55</td> <td>2016-09-28<br/>20:33</td>
<td>7</td> <td>7</td>
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td> <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
<td>N/A</td> <td>N/A</td>
@ -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 Sep 28 19:08:33 2016.<br/> </table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Sep 28 19:23:15 2016.<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>