GraphicsMagick: 2 new changesets
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.15633.1656164068.1353.graphicsmagick-commit@lists.sourceforge.net> |
changeset f2b08d720fdb in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=f2b08d720fdb summary: Add comments about FreeType configuration algorithm. changeset 7c2321478a99 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=7c2321478a99 summary: Update the news diffstat: NEWS.txt | 80 +++++++++++++++++++- configure | 4 +- configure.ac | 4 +- www/NEWS.html | 241 +++++++++++++++++++++++++++++++++++++-------------------- 4 files changed, 241 insertions(+), 88 deletions(-) diffs (truncated from 673 to 500 lines): diff -r acb5f7fa99cf -r 7c2321478a99 NEWS.txt --- a/NEWS.txt Sun May 29 09:38:51 2022 -0500 +++ b/NEWS.txt Sat Jun 25 08:34:09 2022 -0500 @@ -6,7 +6,7 @@ GraphicsMagick News =================== -This file was last updated to reflect changes up to March 26, 2022 +This file was last updated to reflect changes up to June 25, 2022 Please note that this file records news for the associated development branch and that each development branch has its own NEWS file. See the @@ -19,6 +19,84 @@ .. contents:: :local: +1.3.39 (???? ??, 2022) +========================== + +Special Issues: + +* GraphicsMagick really does need some additional productive + volunteers. For several years now, the burden has entirely been on + me (Bob Friesenhahn). I have been sheparding the project for 20 + years already (and contributed to ImageMagick and GraphicsMagick + combined for 26 years already). It is not reasonable to expect + someone with a full time job (and expecting to retire in a few + years) to do all of the work. + +Security Fixes: + +* GraphicsMagick is participating in Google's oss-fuzz project due to + the contributions and assistance of Alex Gaynor. Since February 4 + 2018, ??? issues have been opened by oss-fuzz and ?? issues remain + open. The issues list is available at + https://bugs.chromium.org/p/oss-fuzz/issues/list under search term + "graphicsmagick". Issues are available for anyone to view and + duplicate if they have been in "Verified" status for 30 days, or if + they have been in "New" status for 90 days. Please consult the + GraphicsMagick ChangeLog file, Mercurial repository commit log, and + the oss-fuzz issues list for details. + +Security Fixes: + +* oss-fuzz: Several security fixes originating from oss-fuzz testing. + +Bug fixes: + +* Coverity: Several fixes for issues found by Coverity + +* PNG: Fix possible use of uninitialized 'ping_num_trans' value in ReadOnePNGImage(). + +* MinGW: Eliminate overwrite of existing _MSC_VER value in MinGW compile. + +* MNG: Fix heap-use-after-free in CloseBlob. + +* MNG: Fix indirect leak in MagickMallocCleared(). + +* PS: Assure that 'bounds' structure is initialized. + +* EPT: Assure that 'bounds' structure is initialized. + +New Features: + +* AVIF: Support reading AVIF via libheif if it supports decoding AVIF (still no writer support). + +* LOG: Added function IsEventLogged() to report if a particular event + will be logged. Us this as much as possible throughout the software + to replace use of IsEventLogging(). This avoids a possible + performance hit if any logging is enabled at all and logging + statements are executed which are filtered and produce no output. + +* JPEG: Optionally enable arithmetic coder in JPG images using '-define jpeg:arithmetic-coding=true'. + +API Updates: + +* Magick++ Image::colorMapSize() is now a 'const' method. + +Feature improvements: + +* None + +Windows Delegate Updates/Additions: + +* Update bundled libjpeg to version 9d. + +Build Changes: + +* None + +Behavior Changes: + +* None + 1.3.38 (March 26, 2022) ========================== diff -r acb5f7fa99cf -r 7c2321478a99 configure --- a/configure Sun May 29 09:38:51 2022 -0500 +++ b/configure Sat Jun 25 08:34:09 2022 -0500 @@ -26325,7 +26325,9 @@ # # Check for TTF # -# FIXME: freetype-config appears to be defunct! +# Use pkg-config if available. If pkg-config is not available, then +# try legacy freetype-config script. If neither is available, then go +# with defaults. # have_ttf='no' LIB_TTF='' diff -r acb5f7fa99cf -r 7c2321478a99 configure.ac --- a/configure.ac Sun May 29 09:38:51 2022 -0500 +++ b/configure.ac Sat Jun 25 08:34:09 2022 -0500 @@ -2302,7 +2302,9 @@ # # Check for TTF # -# FIXME: freetype-config appears to be defunct! +# Use pkg-config if available. If pkg-config is not available, then +# try legacy freetype-config script. If neither is available, then go +# with defaults. # have_ttf='no' LIB_TTF='' diff -r acb5f7fa99cf -r 7c2321478a99 www/NEWS.html --- a/www/NEWS.html Sun May 29 09:38:51 2022 -0500 +++ b/www/NEWS.html Sat Jun 25 08:34:09 2022 -0500 @@ -38,7 +38,7 @@ <!-- -*- mode: rst -*- --> <!-- This text is in reStucturedText format, so it may look a bit odd. --> <!-- See http://docutils.sourceforge.net/rst.html for details. --> -<p>This file was last updated to reflect changes up to March 26, 2022</p> +<p>This file was last updated to reflect changes up to June 25, 2022</p> <p>Please note that this file records news for the associated development branch and that each development branch has its own NEWS file. See the ChangeLog file, and/or the Mercurial changesets, for full details.</p> @@ -47,52 +47,123 @@ release and not attempt to patch older releases.</p> <div class="contents local topic" id="contents"> <ul class="simple"> -<li><a class="reference internal" href="#march-26-2022" id="id2">1.3.38 (March 26, 2022)</a></li> -<li><a class="reference internal" href="#december-12-2021" id="id3">1.3.37 (December 12, 2021)</a></li> -<li><a class="reference internal" href="#december-26-2020" id="id4">1.3.36 (December 26, 2020)</a></li> -<li><a class="reference internal" href="#february-23-2020" id="id5">1.3.35 (February 23, 2020)</a></li> -<li><a class="reference internal" href="#december-24-2019" id="id6">1.3.34 (December 24, 2019)</a></li> -<li><a class="reference internal" href="#july-20-2019" id="id7">1.3.33 (July 20, 2019)</a></li> -<li><a class="reference internal" href="#june-15-2019" id="id8">1.3.32 (June 15, 2019)</a></li> -<li><a class="reference internal" href="#november-17-2018" id="id9">1.3.31 (November 17, 2018)</a></li> -<li><a class="reference internal" href="#june-23-2018" id="id10">1.3.30 (June 23, 2018)</a></li> -<li><a class="reference internal" href="#april-29-2018" id="id11">1.3.29 (April 29, 2018)</a></li> -<li><a class="reference internal" href="#january-20-2018" id="id12">1.3.28 (January 20, 2018)</a></li> -<li><a class="reference internal" href="#december-9-2017" id="id13">1.3.27 (December 9, 2017)</a></li> -<li><a class="reference internal" href="#july-4-2017" id="id14">1.3.26 (July 4, 2017)</a></li> -<li><a class="reference internal" href="#september-5-2016" id="id15">1.3.25 (September 5, 2016)</a></li> -<li><a class="reference internal" href="#may-30-2016" id="id16">1.3.24 (May 30, 2016)</a></li> -<li><a class="reference internal" href="#november-7-2015" id="id17">1.3.23 (November 7, 2015)</a></li> -<li><a class="reference internal" href="#october-4-2015" id="id18">1.3.22 (October 4, 2015)</a></li> -<li><a class="reference internal" href="#february-28-2015" id="id19">1.3.21 (February 28, 2015)</a></li> -<li><a class="reference internal" href="#august-16-2014" id="id20">1.3.20 (August 16, 2014)</a></li> -<li><a class="reference internal" href="#december-31-2013" id="id21">1.3.19 (December 31, 2013)</a></li> -<li><a class="reference internal" href="#march-10-2013" id="id22">1.3.18 (March 10, 2013)</a></li> -<li><a class="reference internal" href="#october-13-2012" id="id23">1.3.17 (October 13, 2012)</a></li> -<li><a class="reference internal" href="#june-24-2012" id="id24">1.3.16 (June 24, 2012)</a></li> -<li><a class="reference internal" href="#april-28-2012" id="id25">1.3.15 (April 28, 2012)</a></li> -<li><a class="reference internal" href="#february-25-2012" id="id26">1.3.14 (February 25, 2012)</a></li> -<li><a class="reference internal" href="#december-24-2011" id="id27">1.3.13 (December 24, 2011)</a></li> -<li><a class="reference internal" href="#march-8-2010" id="id28">1.3.12 (March 8, 2010)</a></li> -<li><a class="reference internal" href="#february-21-2010" id="id29">1.3.11 (February 21, 2010)</a></li> -<li><a class="reference internal" href="#february-10-2010" id="id30">1.3.10 (February 10, 2010)</a></li> -<li><a class="reference internal" href="#february-4-2010" id="id31">1.3.9 (February 4, 2010)</a></li> -<li><a class="reference internal" href="#january-21-2010" id="id32">1.3.8 (January 21, 2010)</a></li> -<li><a class="reference internal" href="#september-17-2009" id="id33">1.3.7 (September 17, 2009)</a></li> -<li><a class="reference internal" href="#july-25-2009" id="id34">1.3.6 (July 25, 2009)</a></li> -<li><a class="reference internal" href="#january-26-2009" id="id35">1.3.5 (January 26, 2009)</a></li> -<li><a class="reference internal" href="#january-13-2009" id="id36">1.3.4 (January 13, 2009)</a></li> -<li><a class="reference internal" href="#december-9-2008" id="id37">1.3.3 (December 9, 2008)</a></li> -<li><a class="reference internal" href="#november-29-2008" id="id38">1.3.2 (November 29, 2008)</a></li> -<li><a class="reference internal" href="#november-17-2008" id="id39">1.3.1 (November 17, 2008)</a></li> -<li><a class="reference internal" href="#november-9-2008" id="id40">1.3 (November 9, 2008)</a></li> -<li><a class="reference internal" href="#april-29-2008" id="id41">1.2 (April 29, 2008)</a></li> -<li><a class="reference internal" href="#released-april-4-2004" id="id42">1.1 (Released April 4, 2004)</a></li> -<li><a class="reference internal" href="#released-in-may-2003" id="id43">1.0 (Released in May, 2003)</a></li> +<li><a class="reference internal" href="#id1" id="id3">1.3.39 (???? ??, 2022)</a></li> +<li><a class="reference internal" href="#march-26-2022" id="id4">1.3.38 (March 26, 2022)</a></li> +<li><a class="reference internal" href="#december-12-2021" id="id5">1.3.37 (December 12, 2021)</a></li> +<li><a class="reference internal" href="#december-26-2020" id="id6">1.3.36 (December 26, 2020)</a></li> +<li><a class="reference internal" href="#february-23-2020" id="id7">1.3.35 (February 23, 2020)</a></li> +<li><a class="reference internal" href="#december-24-2019" id="id8">1.3.34 (December 24, 2019)</a></li> +<li><a class="reference internal" href="#july-20-2019" id="id9">1.3.33 (July 20, 2019)</a></li> +<li><a class="reference internal" href="#june-15-2019" id="id10">1.3.32 (June 15, 2019)</a></li> +<li><a class="reference internal" href="#november-17-2018" id="id11">1.3.31 (November 17, 2018)</a></li> +<li><a class="reference internal" href="#june-23-2018" id="id12">1.3.30 (June 23, 2018)</a></li> +<li><a class="reference internal" href="#april-29-2018" id="id13">1.3.29 (April 29, 2018)</a></li> +<li><a class="reference internal" href="#january-20-2018" id="id14">1.3.28 (January 20, 2018)</a></li> +<li><a class="reference internal" href="#december-9-2017" id="id15">1.3.27 (December 9, 2017)</a></li> +<li><a class="reference internal" href="#july-4-2017" id="id16">1.3.26 (July 4, 2017)</a></li> +<li><a class="reference internal" href="#september-5-2016" id="id17">1.3.25 (September 5, 2016)</a></li> +<li><a class="reference internal" href="#may-30-2016" id="id18">1.3.24 (May 30, 2016)</a></li> +<li><a class="reference internal" href="#november-7-2015" id="id19">1.3.23 (November 7, 2015)</a></li> +<li><a class="reference internal" href="#october-4-2015" id="id20">1.3.22 (October 4, 2015)</a></li> +<li><a class="reference internal" href="#february-28-2015" id="id21">1.3.21 (February 28, 2015)</a></li> +<li><a class="reference internal" href="#august-16-2014" id="id22">1.3.20 (August 16, 2014)</a></li> +<li><a class="reference internal" href="#december-31-2013" id="id23">1.3.19 (December 31, 2013)</a></li> +<li><a class="reference internal" href="#march-10-2013" id="id24">1.3.18 (March 10, 2013)</a></li> +<li><a class="reference internal" href="#october-13-2012" id="id25">1.3.17 (October 13, 2012)</a></li> +<li><a class="reference internal" href="#june-24-2012" id="id26">1.3.16 (June 24, 2012)</a></li> +<li><a class="reference internal" href="#april-28-2012" id="id27">1.3.15 (April 28, 2012)</a></li> +<li><a class="reference internal" href="#february-25-2012" id="id28">1.3.14 (February 25, 2012)</a></li> +<li><a class="reference internal" href="#december-24-2011" id="id29">1.3.13 (December 24, 2011)</a></li> +<li><a class="reference internal" href="#march-8-2010" id="id30">1.3.12 (March 8, 2010)</a></li> +<li><a class="reference internal" href="#february-21-2010" id="id31">1.3.11 (February 21, 2010)</a></li> +<li><a class="reference internal" href="#february-10-2010" id="id32">1.3.10 (February 10, 2010)</a></li> +<li><a class="reference internal" href="#february-4-2010" id="id33">1.3.9 (February 4, 2010)</a></li> +<li><a class="reference internal" href="#january-21-2010" id="id34">1.3.8 (January 21, 2010)</a></li> +<li><a class="reference internal" href="#september-17-2009" id="id35">1.3.7 (September 17, 2009)</a></li> +<li><a class="reference internal" href="#july-25-2009" id="id36">1.3.6 (July 25, 2009)</a></li> +<li><a class="reference internal" href="#january-26-2009" id="id37">1.3.5 (January 26, 2009)</a></li> +<li><a class="reference internal" href="#january-13-2009" id="id38">1.3.4 (January 13, 2009)</a></li> +<li><a class="reference internal" href="#december-9-2008" id="id39">1.3.3 (December 9, 2008)</a></li> +<li><a class="reference internal" href="#november-29-2008" id="id40">1.3.2 (November 29, 2008)</a></li> +<li><a class="reference internal" href="#november-17-2008" id="id41">1.3.1 (November 17, 2008)</a></li> +<li><a class="reference internal" href="#november-9-2008" id="id42">1.3 (November 9, 2008)</a></li> +<li><a class="reference internal" href="#april-29-2008" id="id43">1.2 (April 29, 2008)</a></li> +<li><a class="reference internal" href="#released-april-4-2004" id="id44">1.1 (Released April 4, 2004)</a></li> +<li><a class="reference internal" href="#released-in-may-2003" id="id45">1.0 (Released in May, 2003)</a></li> +</ul> +</div> +<div class="section" id="id1"> +<h1><a class="toc-backref" href="#id3">1.3.39 (???? ??, 2022)</a></h1> +<p>Special Issues:</p> +<ul class="simple"> +<li>GraphicsMagick really does need some additional productive +volunteers. For several years now, the burden has entirely been on +me (Bob Friesenhahn). I have been sheparding the project for 20 +years already (and contributed to ImageMagick and GraphicsMagick +combined for 26 years already). It is not reasonable to expect +someone with a full time job (and expecting to retire in a few +years) to do all of the work.</li> +</ul> +<p>Security Fixes:</p> +<ul class="simple"> +<li>GraphicsMagick is participating in Google's oss-fuzz project due to +the contributions and assistance of Alex Gaynor. Since February 4 +2018, ??? issues have been opened by oss-fuzz and ?? issues remain +open. The issues list is available at +<a class="reference external" href="https://bugs.chromium.org/p/oss-fuzz/issues/list">https://bugs.chromium.org/p/oss-fuzz/issues/list</a> under search term +"graphicsmagick". Issues are available for anyone to view and +duplicate if they have been in "Verified" status for 30 days, or if +they have been in "New" status for 90 days. Please consult the +GraphicsMagick ChangeLog file, Mercurial repository commit log, and +the oss-fuzz issues list for details.</li> +</ul> +<p>Security Fixes:</p> +<ul class="simple"> +<li>oss-fuzz: Several security fixes originating from oss-fuzz testing.</li> +</ul> +<p>Bug fixes:</p> +<ul class="simple"> +<li>Coverity: Several fixes for issues found by Coverity</li> +<li>PNG: Fix possible use of uninitialized 'ping_num_trans' value in ReadOnePNGImage().</li> +<li>MinGW: Eliminate overwrite of existing _MSC_VER value in MinGW compile.</li> +<li>MNG: Fix heap-use-after-free in CloseBlob.</li> +<li>MNG: Fix indirect leak in MagickMallocCleared().</li> +<li>PS: Assure that 'bounds' structure is initialized.</li> +<li>EPT: Assure that 'bounds' structure is initialized.</li> +</ul> +<p>New Features:</p> +<ul class="simple"> +<li>AVIF: Support reading AVIF via libheif if it supports decoding AVIF (still no writer support).</li> +<li>LOG: Added function IsEventLogged() to report if a particular event +will be logged. Us this as much as possible throughout the software +to replace use of IsEventLogging(). This avoids a possible +performance hit if any logging is enabled at all and logging +statements are executed which are filtered and produce no output.</li> +<li>JPEG: Optionally enable arithmetic coder in JPG images using '-define jpeg:arithmetic-coding=true'.</li> +</ul> +<p>API Updates:</p> +<ul class="simple"> +<li>Magick++ Image::colorMapSize() is now a 'const' method.</li> +</ul> +<p>Feature improvements:</p> +<ul class="simple"> +<li>None</li> +</ul> +<p>Windows Delegate Updates/Additions:</p> +<ul class="simple"> +<li>Update bundled libjpeg to version 9d.</li> +</ul> +<p>Build Changes:</p> +<ul class="simple"> +<li>None</li> +</ul> +<p>Behavior Changes:</p> +<ul class="simple"> +<li>None</li> </ul> </div> <div class="section" id="march-26-2022"> -<h1><a class="toc-backref" href="#id2">1.3.38 (March 26, 2022)</a></h1> +<h1><a class="toc-backref" href="#id4">1.3.38 (March 26, 2022)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>The FTP site ftp.graphicsmagick.org is now shut down due to a lack @@ -193,7 +264,7 @@ </ul> </div> <div class="section" id="december-12-2021"> -<h1><a class="toc-backref" href="#id3">1.3.37 (December 12, 2021)</a></h1> +<h1><a class="toc-backref" href="#id5">1.3.37 (December 12, 2021)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>The FTP site ftp.graphicsmagick.org is now shut down due to a lack @@ -328,7 +399,7 @@ </ul> </div> <div class="section" id="december-26-2020"> -<h1><a class="toc-backref" href="#id4">1.3.36 (December 26, 2020)</a></h1> +<h1><a class="toc-backref" href="#id6">1.3.36 (December 26, 2020)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>None</li> @@ -489,7 +560,7 @@ </ul> </div> <div class="section" id="february-23-2020"> -<h1><a class="toc-backref" href="#id5">1.3.35 (February 23, 2020)</a></h1> +<h1><a class="toc-backref" href="#id7">1.3.35 (February 23, 2020)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>It has been discovered that the 'ICU' library (a perhaps 30MB C++ @@ -599,7 +670,7 @@ </ul> </div> <div class="section" id="december-24-2019"> -<h1><a class="toc-backref" href="#id6">1.3.34 (December 24, 2019)</a></h1> +<h1><a class="toc-backref" href="#id8">1.3.34 (December 24, 2019)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>It has been discovered that the 'ICU' library (a perhaps 30MB C++ @@ -716,7 +787,7 @@ </ul> </div> <div class="section" id="july-20-2019"> -<h1><a class="toc-backref" href="#id7">1.3.33 (July 20, 2019)</a></h1> +<h1><a class="toc-backref" href="#id9">1.3.33 (July 20, 2019)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>It has been discovered that the 'ICU' library (a perhaps 30MB C++ @@ -800,7 +871,7 @@ </ul> </div> <div class="section" id="june-15-2019"> -<h1><a class="toc-backref" href="#id8">1.3.32 (June 15, 2019)</a></h1> +<h1><a class="toc-backref" href="#id10">1.3.32 (June 15, 2019)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>It has been discovered that the 'ICU' library (a perhaps 30MB C++ @@ -1017,7 +1088,7 @@ </ul> </div> <div class="section" id="november-17-2018"> -<h1><a class="toc-backref" href="#id9">1.3.31 (November 17, 2018)</a></h1> +<h1><a class="toc-backref" href="#id11">1.3.31 (November 17, 2018)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>Firmware and operating system updates to address the Spectre @@ -1109,7 +1180,7 @@ </ul> </div> <div class="section" id="june-23-2018"> -<h1><a class="toc-backref" href="#id10">1.3.30 (June 23, 2018)</a></h1> +<h1><a class="toc-backref" href="#id12">1.3.30 (June 23, 2018)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>None</li> @@ -1188,7 +1259,7 @@ </ul> </div> <div class="section" id="april-29-2018"> -<h1><a class="toc-backref" href="#id11">1.3.29 (April 29, 2018)</a></h1> +<h1><a class="toc-backref" href="#id13">1.3.29 (April 29, 2018)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>None</li> @@ -1282,7 +1353,7 @@ </ul> </div> <div class="section" id="january-20-2018"> -<h1><a class="toc-backref" href="#id12">1.3.28 (January 20, 2018)</a></h1> +<h1><a class="toc-backref" href="#id14">1.3.28 (January 20, 2018)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>None</li> @@ -1361,7 +1432,7 @@ </ul> </div> <div class="section" id="december-9-2017"> -<h1><a class="toc-backref" href="#id13">1.3.27 (December 9, 2017)</a></h1> +<h1><a class="toc-backref" href="#id15">1.3.27 (December 9, 2017)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>None</li> @@ -1519,7 +1590,7 @@ </ul> </div> <div class="section" id="july-4-2017"> -<h1><a class="toc-backref" href="#id14">1.3.26 (July 4, 2017)</a></h1> +<h1><a class="toc-backref" href="#id16">1.3.26 (July 4, 2017)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>None</li> @@ -1622,7 +1693,7 @@ </ul> </div> <div class="section" id="september-5-2016"> -<h1><a class="toc-backref" href="#id15">1.3.25 (September 5, 2016)</a></h1> +<h1><a class="toc-backref" href="#id17">1.3.25 (September 5, 2016)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>None</li> @@ -1699,7 +1770,7 @@ </ul> </div> <div class="section" id="may-30-2016"> -<h1><a class="toc-backref" href="#id16">1.3.24 (May 30, 2016)</a></h1> +<h1><a class="toc-backref" href="#id18">1.3.24 (May 30, 2016)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>A shell exploit (CVE-2016-5118) was discovered associated with a @@ -1821,7 +1892,7 @@ </ul> </div> <div class="section" id="november-7-2015"> -<h1><a class="toc-backref" href="#id17">1.3.23 (November 7, 2015)</a></h1> +<h1><a class="toc-backref" href="#id19">1.3.23 (November 7, 2015)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li>Due to <a class="reference external" href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53967">GCC bug 53967</a>, several key agorithms (e.g. convolution) @@ -1886,7 +1957,7 @@ </ul> </div> <div class="section" id="october-4-2015"> -<h1><a class="toc-backref" href="#id18">1.3.22 (October 4, 2015)</a></h1> +<h1><a class="toc-backref" href="#id20">1.3.22 (October 4, 2015)</a></h1> <p>Thanks:</p> <ul class="simple"> <li>Coverity: We thank Coverity for providing free service for free @@ -1995,7 +2066,7 @@ entirely.</p> </div> <div class="section" id="february-28-2015"> -<h1><a class="toc-backref" href="#id19">1.3.21 (February 28, 2015)</a></h1> +<h1><a class="toc-backref" href="#id21">1.3.21 (February 28, 2015)</a></h1> <p>Thanks:</p> <blockquote> <ul class="simple"> @@ -2232,7 +2303,7 @@ </blockquote> </div> <div class="section" id="august-16-2014"> -<h1><a class="toc-backref" href="#id20">1.3.20 (August 16, 2014)</a></h1> +<h1><a class="toc-backref" href="#id22">1.3.20 (August 16, 2014)</a></h1> <p>Special Issues:</p> <blockquote> <ul class="simple"> @@ -2396,7 +2467,7 @@ </blockquote> </div> <div class="section" id="december-31-2013"> -<h1><a class="toc-backref" href="#id21">1.3.19 (December 31, 2013)</a></h1> +<h1><a class="toc-backref" href="#id23">1.3.19 (December 31, 2013)</a></h1> <p>Special Issues:</p> <blockquote> <ul class="simple"> @@ -2555,7 +2626,7 @@ </blockquote> </div> <div class="section" id="march-10-2013"> -<h1><a class="toc-backref" href="#id22">1.3.18 (March 10, 2013)</a></h1> +<h1><a class="toc-backref" href="#id24">1.3.18 (March 10, 2013)</a></h1> <p>Special Issues:</p> <blockquote> <ul class="simple"> @@ -2669,7 +2740,7 @@ </blockquote> </div> <div class="section" id="october-13-2012"> -<h1><a class="toc-backref" href="#id23">1.3.17 (October 13, 2012)</a></h1> +<h1><a class="toc-backref" href="#id25">1.3.17 (October 13, 2012)</a></h1> <p>Security Fixes:</p> <blockquote> <ul class="simple"> @@ -2756,7 +2827,7 @@ </blockquote> </div> <div class="section" id="june-24-2012"> -<h1><a class="toc-backref" href="#id24">1.3.16 (June 24, 2012)</a></h1> +<h1><a class="toc-backref" href="#id26">1.3.16 (June 24, 2012)</a></h1> <p>Security Fixes:</p>