Update ABI/API compatibility reports after commit d9f8f7ba9a51732eda9017cea6493cc86a6...
authorOpenJPEG Travis CI <info@openjpeg.org>
Fri, 20 Oct 2017 20:20:38 +0000 (20:20 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Fri, 20 Oct 2017 20:20:38 +0000 (20:20 +0000)
abi-check/changelog/openjpeg/current/log.html
abi-check/db/openjpeg/Tracker.data
abi-check/installed/openjpeg/current/lib/libopenjp2.a
abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0
abi-check/timeline/openjpeg/index.html

index 3b31490149455cfa2805892e3f0247fd9708aac0..c4b0554cebbb023efb336f4ac7200ad724034930 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 53d265576ae0cea480f22f3b08f1c05c8af40d4d
+<pre class='wrap'>commit d9f8f7ba9a51732eda9017cea6493cc86a62c7ef
+Merge: 53d2655 10d22ec
+Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
+Date:   2017-10-20 21:59:14 +0200
+
+    Merge pull request #1037 from gfiumara/master
+    
+    Add missing fclose() statement in error condition.
+
+commit 10d22ec26d864e93ad92b4570f044258c6c5bdf9
+Author: Gregory Fiumara &lt;gregory.fiumara@nist.gov&gt;
+Date:   2017-10-20 15:31:45 -0400
+
+    Add missing fclose() statement in error condition.
+
+commit 53d265576ae0cea480f22f3b08f1c05c8af40d4d
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2017-10-14 22:42:12 +0200
 
@@ -524,12 +539,6 @@ Date:   2017-09-01 16:30:48 +0200
     * Future improvements might involve improving opj_decompress, and the image writing logic,
       to use this strategy.
 
-commit 5d07d463fdb0a5eeffa90eba1566cc21697011b8
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-09-01 16:30:45 +0200
-
-    opj_j2k_decode_tiles(): apply whole single tile image decoding optimization to reading at reduced resolution as well
-
 commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2017-09-01 10:26:18 +0200
@@ -609,12 +618,6 @@ Date:   2017-08-24 13:23:25 +0200
     
     and make them explicit failures. The result images are empty at the requested resolution
 
-commit bc71bd1219269057ea18e6acbc77a96ec37aba82
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-23 18:58:32 +0200
-
-    opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at end of horizontal pass to actual range of interest
-
 ...</pre></div>
 
 </body>
index d787a03f362d59072f7e4f5de07ef703a5df52b2..703414350a1b402b153ff6622f73f240e5f94229 100644 (file)
@@ -633,7 +633,7 @@ $VAR1 = {
                       '2.1.2' => '2016-09-28 18:18',
                       '2.2.0' => '2017-08-10 00:31',
                       '2.3.0' => '2017-10-04 22:23',
-                      'current' => '2017-10-14 22:42:12'
+                      'current' => '2017-10-20 21:59:14'
                     },
           'HeadersDiff' => {
                              '1.1' => {
@@ -731,7 +731,7 @@ $VAR1 = {
           'Maintainer' => 'OpenJPEG team',
           'MaintainerUrl' => 'http://www.openjpeg.org/',
           'PackageDiff' => {},
-          'ScmUpdateTime' => '1508014523',
+          'ScmUpdateTime' => '1508530809',
           'Soname' => {
                         '1.1' => {
                                    'lib/libopenjpeg.so' => 'libopenjpeg.so'
index 2d909103d66bfb76beb31928a0e9f8dd39c6fc03..78123cfc8ab2e06f6f4808d6d026300114279ede 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ
index 723f1d6758ae5c35020e3bfaf569462cf67e8b22..113455904b5ab1d0c467478fae2a468937971a95 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 differ
index 537665e9891799af2268af672016e0c6d8ded362..64d57536b625b0c92656d996f82fb46de7f7f731 100644 (file)
@@ -30,7 +30,7 @@
 <th>Headers<br/>Diff</th>
 </tr>
 <tr id='current'><td>current</td>
-<td>2017-10-14<br/>22:42</td>
+<td>2017-10-20<br/>21:59</td>
 <td>7</td>
 <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
 <td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
 <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 Sat Oct 14 20:55:49 2017.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Oct 20 20:20:37 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>