Update ABI/API compatibility reports after commit cc0c71c30b2f9c3c28b67a027b39df1fda0...
[openjpeg.git] / abi-check / changelog / openjpeg / current / log.html
index 9f66c9b279bcb8bae62688833dae6c9d7a3635c7..1689c1bfc51dbcd57056767aba9c62c7f4b6bb1f 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 8715ce2749d1e5a1e9c77646e9a2ddf0ec82bac9
+<pre class='wrap'>commit cc0c71c30b2f9c3c28b67a027b39df1fda0d1c9b
+Author: Antonin Descampe &lt;antonin@gmail.com&gt;
+Date:   2016-09-29 20:23:01 +0200
+
+    fix abi-check
+
+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;
+Date:   2016-09-28 18:55:02 +0200
+
+    Update version number for future release 2.2.0
+
+commit 34dae137a9a8c04feaa9763ae7e09a86ecb10400
+Author: Mathieu Malaterre &lt;mathieu.malaterre@gmail.com&gt;
+Date:   2016-09-26 12:01:31 +0200
+
+    OPENJPEG_NAMESPACE is configurable by user
+
+commit 4d5c5e7c4891491d61c7deaf77d9238b3621c32a
+Author: Mathieu Malaterre &lt;mathieu.malaterre@gmail.com&gt;
+Date:   2016-09-26 11:26:55 +0200
+
+    Remove typos from comments and man pages
+
+commit fac916f72a162483a4d6d804fd070fdf32f402ed
+Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
+Date:   2016-09-22 00:30:34 +0200
+
+    Fix PNM file reading (#847)
+    
+    Malformed PNM file could cause a crash in opj_compress.
+    Checks were added to prevent this.
+    
+    Fixes #843
+    Updates #440
+
+commit 8715ce2749d1e5a1e9c77646e9a2ddf0ec82bac9
 Author: Stefan Weil &lt;sw@weilnetz.de&gt;
 Date:   2016-09-21 21:15:25 +0200
 
@@ -720,105 +774,6 @@ Date:   2016-05-08 20:26:12 +0200
 
     Correct expected result for test of issue 495
 
-commit 1a8318f6c24623189ecb65e049267c6f2e005c0e
-Author: mayeut &lt;mayeut@users.noreply.github.com&gt;
-Date:   2016-05-08 20:10:13 +0200
-
-    Fix Out-of-Bounds Access in function opj_tgt_reset
-    
-    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
-
-commit 94cfb1b008319e8b0b17e741f1e29e0a7b90af38
-Merge: ba0cf12 17a0a8a
-Author: julienmalik &lt;julienmalik@users.noreply.github.com&gt;
-Date:   2016-05-02 21:57:55 +0200
-
-    Merge pull request #769 from julienmalik/cmake_lowercase
-    
-    Use lowercase for cmake commands consistenly
-
-commit 17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831
-Author: Julien Malik &lt;julien.malik@paraiso.me&gt;
-Date:   2016-05-02 16:03:16 +0200
-
-    Use lowercase for cmake commands consistenly
-    
-    Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
-    This needs vim 7.3 and fails with vim 7.4
-    
-    This also fixes a number of :
-    - missing empty line at end of files
-    - useless space at end of lines
-
-commit ba0cf122f6820d38a7a5acc65b9d64392dd94e83
-Merge: da56086 e1e018a
-Author: julienmalik &lt;julienmalik@users.noreply.github.com&gt;
-Date:   2016-05-02 14:34:32 +0200
-
-    Merge pull request #767 from julienmalik/fix_memset_null_pointer
-    
-    Fix UBSan gcc warning for first arg to memset non null
-
-commit da56086e012117edb278408e6062d1b890b53576
-Merge: b51d088 04b8cbd
-Author: julienmalik &lt;julienmalik@users.noreply.github.com&gt;
-Date:   2016-05-02 14:32:08 +0200
-
-    Merge pull request #768 from julienmalik/filter_clang_warnings
-    
-    Ignore clang's summary warning
-
-commit 04b8cbd27aae2372b19598a38ba15e860952cae2
-Author: Julien Malik &lt;julien.malik@paraiso.me&gt;
-Date:   2016-05-02 12:55:43 +0200
-
-    Ignore clang's summary warning
-    
-    This assumes prior text has matched some other warning expression.
-    
-    This reduces the warnings reported for clang build on the dashboard,
-    which were caused only by the "XXX warnings generated." message.
-    For some reason they were not reported when not using ctest launchers.
-    
-    This commit allows to confidently use ctest launchers to improve
-    dashboard reports.
-
-commit e1e018a8dc8c96f45486768356b7fb370ae0527c
-Author: Julien Malik &lt;julien.malik@paraiso.me&gt;
-Date:   2016-05-02 12:13:24 +0200
-
-    Fix UBSan gcc warning for first arg to memset non null
-
-commit b51d088267cb88eb95555ea047755120e36c511b
-Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
-Date:   2016-05-01 18:05:46 +0200
-
-    Update to libtiff-4.0.6 (#764)
-
 ...</pre></div>
 
 </body>