GraphicsMagick: NEWS.txt: Update with news since the last release.
GraphicsMagick Commits <[email protected]> Wed, 20 Dec 2023 13:33:24 -0600
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.13999.1703100818.7940.graphicsmagick-commit@lists.sourceforge.net> |
changeset 6b7dcae6cc61 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=6b7dcae6cc61 summary: NEWS.txt: Update with news since the last release. diffstat: ChangeLog | 6 +- NEWS.txt | 109 ++++++++++++++++++++- www/Changelog.html | 5 +- www/NEWS.html | 280 +++++++++++++++++++++++++++++++++++----------------- 4 files changed, 302 insertions(+), 98 deletions(-) diffs (truncated from 785 to 500 lines): diff -r 9b6f245d9d2a -r 6b7dcae6cc61 ChangeLog --- a/ChangeLog Wed Dec 20 12:33:06 2023 -0600 +++ b/ChangeLog Wed Dec 20 13:33:20 2023 -0600 @@ -1,5 +1,7 @@ 2023-12-20 Bob Friesenhahn <[email protected]> + * NEWS.txt: Update with news since the last release. + * coders/tiff.c: Disable new EXIF code which is not working correctly yet. Enable using EXPERIMENTAL_EXIF_TAGS. @@ -201,8 +203,8 @@ 2023-11-13 Fojtik Jaroslav <[email protected]> - * VisualMagick/tests/runtest.bat Sumate and display total amount - of problems during testing. + * VisualMagick/tests/runtest.bat Summarize and display total + amount of problems during testing. 2023-11-12 Bob Friesenhahn <[email protected]> diff -r 9b6f245d9d2a -r 6b7dcae6cc61 NEWS.txt --- a/NEWS.txt Wed Dec 20 12:33:06 2023 -0600 +++ b/NEWS.txt Wed Dec 20 13:33:20 2023 -0600 @@ -6,7 +6,7 @@ GraphicsMagick News =================== -This file was last updated to reflect changes up to September 23, 2023 +This file was last updated to reflect changes up to December 20, 2023 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,113 @@ .. contents:: :local: +1.3.43 (??? ???, 202?) +=========================== + +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 22 + years already (and contributed to ImageMagick and GraphicsMagick + combined for 27 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 since + February 4 2018 due to the contributions and assistance of Alex + Gaynor and Paul Kehrer. 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. + +* GraphicsMagick has been participating in Synopsys's Coverity program + for free software projects since 2015. There has been a continuing + objective to keep outstanding defects at 0, or very close to 0. + Information about the Coverity status may be found at + https://scan.coverity.com/projects/graphicsmagick. + +Bug fixes: + +* JBIG: Add support for 'width', 'height', and 'pixels', resource + limits. Your mileage may vary. + +* WPG: Many fixes based on oss-fuzz testing. + +* Ghostscript: When invoking Ghostscript, re-direct Ghostscript stdout + to stderr to avoid output corruption when GM stdout is redirected to + a file. + +New Features: + +* File write limit: Add support for a per-file write limit (-limit + write or MAGICK_LIMIT_WRITE). This imposes a limit on the number of + uncompressed bytes written. The behavior when the limit is hit is + similar to an unexpected write error, as if the disk is full. + +* BMP: Support BI_PNG compression (PNG inside BMP). + +* BMP: Support reading 64 bits-per-pixel. + +* BMP: Support reading 48 bits-per-pixel. + +* HEIF: Call heif_init() and heif_deinit() if they are available. + +* TIFF: Remove miniswhite/minisblack prohibitions when using Group3 + and Group4 compression in order to allow using inverted photometric + from the standard. + +API Updates: + +* ExpandFilenames(): Fix memory leak of existing allocations if + realloc() fails. + +Windows Delegate Updates/Additions: + +* None. + +Build Changes: + +* Since it seems that OSDN has mostly died, Hepapod is now used to + provide a redundant https-capable Hg service and may provide + services that SourceForge does not offer. Hg checkouts may now be + made from "https://foss.heptapod.net/graphicsmagick/graphicsmagick". + +* Autotools-based build: When libraries dependend upon are implemented + in C++ (e.g. JXL, libheif dependencies) the only portable way to + assure correct operation is to link using the C++ compiler. This + particularly applies for static builds. Therefore, an effort is + made to link using the C++ compiler when deemed necessary. The + method used to use the C++ compiler as the linker is still in flux. + +* Autotools-based build: pkg-config provided data is now used to the + maximal extent possible. However, if pkg-config fails to provide + useful data, then the previously existing tests will still prevail. + Document that `PKG_CONFIG='pkg-config --static' ./configure` should + reveal the private library dependencies needed for a fully-static + build to succeed. + +* Autotools-based build: Base decision on if OpenMP is supported on + the '_OPENMP' pre-processor define. + +* Autotools-based build: No longer search for (and use) libtrio by + default. The user now needs to request using it. + +* oss-fuzz build: The fuzzing/oss-fuzz-build.sh is re-written in order + to support almost all possible dependency libraries. For example, + JXL and HEIF (with HEIC and AVIF reader support) are now included in + oss-fuzz testing. + +Behavior Changes: + +* None + + 1.3.42 (September 23, 2023) =========================== diff -r 9b6f245d9d2a -r 6b7dcae6cc61 www/Changelog.html --- a/www/Changelog.html Wed Dec 20 12:33:06 2023 -0600 +++ b/www/Changelog.html Wed Dec 20 13:33:20 2023 -0600 @@ -40,6 +40,7 @@ <p>2023-12-20 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <ul class="simple"> +<li><p>NEWS.txt: Update with news since the last release.</p></li> <li><p>coders/tiff.c: Disable new EXIF code which is not working correctly yet. Enable using EXPERIMENTAL_EXIF_TAGS.</p></li> <li><p>fuzzing/oss-fuzz-build.sh: Remove unnecessary space in include @@ -261,8 +262,8 @@ <p>2023-11-13 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40yandex.com">JaFojtik<span>@</span>yandex<span>.</span>com</a>></p> <blockquote> <ul class="simple"> -<li><p>VisualMagick/tests/runtest.bat Sumate and display total amount -of problems during testing.</p></li> +<li><p>VisualMagick/tests/runtest.bat Summarize and display total +amount of problems during testing.</p></li> </ul> </blockquote> <p>2023-11-12 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> diff -r 9b6f245d9d2a -r 6b7dcae6cc61 www/NEWS.html --- a/www/NEWS.html Wed Dec 20 12:33:06 2023 -0600 +++ b/www/NEWS.html Wed Dec 20 13:33:20 2023 -0600 @@ -41,7 +41,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 September 23, 2023</p> +<p>This file was last updated to reflect changes up to December 20, 2023</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> @@ -50,56 +50,150 @@ release and not attempt to patch older releases.</p> <div class="contents local topic" id="contents"> <ul class="simple"> -<li><p><a class="reference internal" href="#september-23-2023" id="id2">1.3.42 (September 23, 2023)</a></p></li> -<li><p><a class="reference internal" href="#august-12-2023" id="id3">1.3.41 (August 12, 2023)</a></p></li> -<li><p><a class="reference internal" href="#january-14-2023" id="id4">1.3.40 (January 14, 2023)</a></p></li> -<li><p><a class="reference internal" href="#december-26-2022" id="id5">1.3.39 (December 26, 2022)</a></p></li> -<li><p><a class="reference internal" href="#march-26-2022" id="id6">1.3.38 (March 26, 2022)</a></p></li> -<li><p><a class="reference internal" href="#december-12-2021" id="id7">1.3.37 (December 12, 2021)</a></p></li> -<li><p><a class="reference internal" href="#december-26-2020" id="id8">1.3.36 (December 26, 2020)</a></p></li> -<li><p><a class="reference internal" href="#february-23-2020" id="id9">1.3.35 (February 23, 2020)</a></p></li> -<li><p><a class="reference internal" href="#december-24-2019" id="id10">1.3.34 (December 24, 2019)</a></p></li> -<li><p><a class="reference internal" href="#july-20-2019" id="id11">1.3.33 (July 20, 2019)</a></p></li> -<li><p><a class="reference internal" href="#june-15-2019" id="id12">1.3.32 (June 15, 2019)</a></p></li> -<li><p><a class="reference internal" href="#november-17-2018" id="id13">1.3.31 (November 17, 2018)</a></p></li> -<li><p><a class="reference internal" href="#june-23-2018" id="id14">1.3.30 (June 23, 2018)</a></p></li> -<li><p><a class="reference internal" href="#april-29-2018" id="id15">1.3.29 (April 29, 2018)</a></p></li> -<li><p><a class="reference internal" href="#january-20-2018" id="id16">1.3.28 (January 20, 2018)</a></p></li> -<li><p><a class="reference internal" href="#december-9-2017" id="id17">1.3.27 (December 9, 2017)</a></p></li> -<li><p><a class="reference internal" href="#july-4-2017" id="id18">1.3.26 (July 4, 2017)</a></p></li> -<li><p><a class="reference internal" href="#september-5-2016" id="id19">1.3.25 (September 5, 2016)</a></p></li> -<li><p><a class="reference internal" href="#may-30-2016" id="id20">1.3.24 (May 30, 2016)</a></p></li> -<li><p><a class="reference internal" href="#november-7-2015" id="id21">1.3.23 (November 7, 2015)</a></p></li> -<li><p><a class="reference internal" href="#october-4-2015" id="id22">1.3.22 (October 4, 2015)</a></p></li> -<li><p><a class="reference internal" href="#february-28-2015" id="id23">1.3.21 (February 28, 2015)</a></p></li> -<li><p><a class="reference internal" href="#august-16-2014" id="id24">1.3.20 (August 16, 2014)</a></p></li> -<li><p><a class="reference internal" href="#december-31-2013" id="id25">1.3.19 (December 31, 2013)</a></p></li> -<li><p><a class="reference internal" href="#march-10-2013" id="id26">1.3.18 (March 10, 2013)</a></p></li> -<li><p><a class="reference internal" href="#october-13-2012" id="id27">1.3.17 (October 13, 2012)</a></p></li> -<li><p><a class="reference internal" href="#june-24-2012" id="id28">1.3.16 (June 24, 2012)</a></p></li> -<li><p><a class="reference internal" href="#april-28-2012" id="id29">1.3.15 (April 28, 2012)</a></p></li> -<li><p><a class="reference internal" href="#february-25-2012" id="id30">1.3.14 (February 25, 2012)</a></p></li> -<li><p><a class="reference internal" href="#december-24-2011" id="id31">1.3.13 (December 24, 2011)</a></p></li> -<li><p><a class="reference internal" href="#march-8-2010" id="id32">1.3.12 (March 8, 2010)</a></p></li> -<li><p><a class="reference internal" href="#february-21-2010" id="id33">1.3.11 (February 21, 2010)</a></p></li> -<li><p><a class="reference internal" href="#february-10-2010" id="id34">1.3.10 (February 10, 2010)</a></p></li> -<li><p><a class="reference internal" href="#february-4-2010" id="id35">1.3.9 (February 4, 2010)</a></p></li> -<li><p><a class="reference internal" href="#january-21-2010" id="id36">1.3.8 (January 21, 2010)</a></p></li> -<li><p><a class="reference internal" href="#september-17-2009" id="id37">1.3.7 (September 17, 2009)</a></p></li> -<li><p><a class="reference internal" href="#july-25-2009" id="id38">1.3.6 (July 25, 2009)</a></p></li> -<li><p><a class="reference internal" href="#january-26-2009" id="id39">1.3.5 (January 26, 2009)</a></p></li> -<li><p><a class="reference internal" href="#january-13-2009" id="id40">1.3.4 (January 13, 2009)</a></p></li> -<li><p><a class="reference internal" href="#december-9-2008" id="id41">1.3.3 (December 9, 2008)</a></p></li> -<li><p><a class="reference internal" href="#november-29-2008" id="id42">1.3.2 (November 29, 2008)</a></p></li> -<li><p><a class="reference internal" href="#november-17-2008" id="id43">1.3.1 (November 17, 2008)</a></p></li> -<li><p><a class="reference internal" href="#november-9-2008" id="id44">1.3 (November 9, 2008)</a></p></li> -<li><p><a class="reference internal" href="#april-29-2008" id="id45">1.2 (April 29, 2008)</a></p></li> -<li><p><a class="reference internal" href="#released-april-4-2004" id="id46">1.1 (Released April 4, 2004)</a></p></li> -<li><p><a class="reference internal" href="#released-in-may-2003" id="id47">1.0 (Released in May, 2003)</a></p></li> +<li><p><a class="reference internal" href="#id1" id="id3">1.3.43 (??? ???, 202?)</a></p></li> +<li><p><a class="reference internal" href="#september-23-2023" id="id4">1.3.42 (September 23, 2023)</a></p></li> +<li><p><a class="reference internal" href="#august-12-2023" id="id5">1.3.41 (August 12, 2023)</a></p></li> +<li><p><a class="reference internal" href="#january-14-2023" id="id6">1.3.40 (January 14, 2023)</a></p></li> +<li><p><a class="reference internal" href="#december-26-2022" id="id7">1.3.39 (December 26, 2022)</a></p></li> +<li><p><a class="reference internal" href="#march-26-2022" id="id8">1.3.38 (March 26, 2022)</a></p></li> +<li><p><a class="reference internal" href="#december-12-2021" id="id9">1.3.37 (December 12, 2021)</a></p></li> +<li><p><a class="reference internal" href="#december-26-2020" id="id10">1.3.36 (December 26, 2020)</a></p></li> +<li><p><a class="reference internal" href="#february-23-2020" id="id11">1.3.35 (February 23, 2020)</a></p></li> +<li><p><a class="reference internal" href="#december-24-2019" id="id12">1.3.34 (December 24, 2019)</a></p></li> +<li><p><a class="reference internal" href="#july-20-2019" id="id13">1.3.33 (July 20, 2019)</a></p></li> +<li><p><a class="reference internal" href="#june-15-2019" id="id14">1.3.32 (June 15, 2019)</a></p></li> +<li><p><a class="reference internal" href="#november-17-2018" id="id15">1.3.31 (November 17, 2018)</a></p></li> +<li><p><a class="reference internal" href="#june-23-2018" id="id16">1.3.30 (June 23, 2018)</a></p></li> +<li><p><a class="reference internal" href="#april-29-2018" id="id17">1.3.29 (April 29, 2018)</a></p></li> +<li><p><a class="reference internal" href="#january-20-2018" id="id18">1.3.28 (January 20, 2018)</a></p></li> +<li><p><a class="reference internal" href="#december-9-2017" id="id19">1.3.27 (December 9, 2017)</a></p></li> +<li><p><a class="reference internal" href="#july-4-2017" id="id20">1.3.26 (July 4, 2017)</a></p></li> +<li><p><a class="reference internal" href="#september-5-2016" id="id21">1.3.25 (September 5, 2016)</a></p></li> +<li><p><a class="reference internal" href="#may-30-2016" id="id22">1.3.24 (May 30, 2016)</a></p></li> +<li><p><a class="reference internal" href="#november-7-2015" id="id23">1.3.23 (November 7, 2015)</a></p></li> +<li><p><a class="reference internal" href="#october-4-2015" id="id24">1.3.22 (October 4, 2015)</a></p></li> +<li><p><a class="reference internal" href="#february-28-2015" id="id25">1.3.21 (February 28, 2015)</a></p></li> +<li><p><a class="reference internal" href="#august-16-2014" id="id26">1.3.20 (August 16, 2014)</a></p></li> +<li><p><a class="reference internal" href="#december-31-2013" id="id27">1.3.19 (December 31, 2013)</a></p></li> +<li><p><a class="reference internal" href="#march-10-2013" id="id28">1.3.18 (March 10, 2013)</a></p></li> +<li><p><a class="reference internal" href="#october-13-2012" id="id29">1.3.17 (October 13, 2012)</a></p></li> +<li><p><a class="reference internal" href="#june-24-2012" id="id30">1.3.16 (June 24, 2012)</a></p></li> +<li><p><a class="reference internal" href="#april-28-2012" id="id31">1.3.15 (April 28, 2012)</a></p></li> +<li><p><a class="reference internal" href="#february-25-2012" id="id32">1.3.14 (February 25, 2012)</a></p></li> +<li><p><a class="reference internal" href="#december-24-2011" id="id33">1.3.13 (December 24, 2011)</a></p></li> +<li><p><a class="reference internal" href="#march-8-2010" id="id34">1.3.12 (March 8, 2010)</a></p></li> +<li><p><a class="reference internal" href="#february-21-2010" id="id35">1.3.11 (February 21, 2010)</a></p></li> +<li><p><a class="reference internal" href="#february-10-2010" id="id36">1.3.10 (February 10, 2010)</a></p></li> +<li><p><a class="reference internal" href="#february-4-2010" id="id37">1.3.9 (February 4, 2010)</a></p></li> +<li><p><a class="reference internal" href="#january-21-2010" id="id38">1.3.8 (January 21, 2010)</a></p></li> +<li><p><a class="reference internal" href="#september-17-2009" id="id39">1.3.7 (September 17, 2009)</a></p></li> +<li><p><a class="reference internal" href="#july-25-2009" id="id40">1.3.6 (July 25, 2009)</a></p></li> +<li><p><a class="reference internal" href="#january-26-2009" id="id41">1.3.5 (January 26, 2009)</a></p></li> +<li><p><a class="reference internal" href="#january-13-2009" id="id42">1.3.4 (January 13, 2009)</a></p></li> +<li><p><a class="reference internal" href="#december-9-2008" id="id43">1.3.3 (December 9, 2008)</a></p></li> +<li><p><a class="reference internal" href="#november-29-2008" id="id44">1.3.2 (November 29, 2008)</a></p></li> +<li><p><a class="reference internal" href="#november-17-2008" id="id45">1.3.1 (November 17, 2008)</a></p></li> +<li><p><a class="reference internal" href="#november-9-2008" id="id46">1.3 (November 9, 2008)</a></p></li> +<li><p><a class="reference internal" href="#april-29-2008" id="id47">1.2 (April 29, 2008)</a></p></li> +<li><p><a class="reference internal" href="#released-april-4-2004" id="id48">1.1 (Released April 4, 2004)</a></p></li> +<li><p><a class="reference internal" href="#released-in-may-2003" id="id49">1.0 (Released in May, 2003)</a></p></li> +</ul> +</div> +<div class="section" id="id1"> +<h1><a class="toc-backref" href="#id3">1.3.43 (??? ???, 202?)</a></h1> +<p>Special Issues:</p> +<ul class="simple"> +<li><p>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 22 +years already (and contributed to ImageMagick and GraphicsMagick +combined for 27 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.</p></li> +</ul> +<p>Security Fixes:</p> +<ul class="simple"> +<li><p>GraphicsMagick is participating in Google's oss-fuzz project since +February 4 2018 due to the contributions and assistance of Alex +Gaynor and Paul Kehrer. 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.</p></li> +<li><p>GraphicsMagick has been participating in Synopsys's Coverity program +for free software projects since 2015. There has been a continuing +objective to keep outstanding defects at 0, or very close to 0. +Information about the Coverity status may be found at +<a class="reference external" href="https://scan.coverity.com/projects/graphicsmagick">https://scan.coverity.com/projects/graphicsmagick</a>.</p></li> +</ul> +<p>Bug fixes:</p> +<ul class="simple"> +<li><p>JBIG: Add support for 'width', 'height', and 'pixels', resource +limits. Your mileage may vary.</p></li> +<li><p>WPG: Many fixes based on oss-fuzz testing.</p></li> +<li><p>Ghostscript: When invoking Ghostscript, re-direct Ghostscript stdout +to stderr to avoid output corruption when GM stdout is redirected to +a file.</p></li> +</ul> +<p>New Features:</p> +<ul class="simple"> +<li><p>File write limit: Add support for a per-file write limit (-limit +write or MAGICK_LIMIT_WRITE). This imposes a limit on the number of +uncompressed bytes written. The behavior when the limit is hit is +similar to an unexpected write error, as if the disk is full.</p></li> +<li><p>BMP: Support BI_PNG compression (PNG inside BMP).</p></li> +<li><p>BMP: Support reading 64 bits-per-pixel.</p></li> +<li><p>BMP: Support reading 48 bits-per-pixel.</p></li> +<li><p>HEIF: Call heif_init() and heif_deinit() if they are available.</p></li> +<li><p>TIFF: Remove miniswhite/minisblack prohibitions when using Group3 +and Group4 compression in order to allow using inverted photometric +from the standard.</p></li> +</ul> +<p>API Updates:</p> +<ul class="simple"> +<li><p>ExpandFilenames(): Fix memory leak of existing allocations if +realloc() fails.</p></li> +</ul> +<p>Windows Delegate Updates/Additions:</p> +<ul class="simple"> +<li><p>None.</p></li> +</ul> +<p>Build Changes:</p> +<ul class="simple"> +<li><p>Since it seems that OSDN has mostly died, Hepapod is now used to +provide a redundant https-capable Hg service and may provide +services that SourceForge does not offer. Hg checkouts may now be +made from "<a class="reference external" href="https://foss.heptapod.net/graphicsmagick/graphicsmagick">https://foss.heptapod.net/graphicsmagick/graphicsmagick</a>".</p></li> +<li><p>Autotools-based build: When libraries dependend upon are implemented +in C++ (e.g. JXL, libheif dependencies) the only portable way to +assure correct operation is to link using the C++ compiler. This +particularly applies for static builds. Therefore, an effort is +made to link using the C++ compiler when deemed necessary. The +method used to use the C++ compiler as the linker is still in flux.</p></li> +<li><p>Autotools-based build: pkg-config provided data is now used to the +maximal extent possible. However, if pkg-config fails to provide +useful data, then the previously existing tests will still prevail. +Document that <cite>PKG_CONFIG='pkg-config --static' ./configure</cite> should +reveal the private library dependencies needed for a fully-static +build to succeed.</p></li> +<li><p>Autotools-based build: Base decision on if OpenMP is supported on +the '_OPENMP' pre-processor define.</p></li> +<li><p>Autotools-based build: No longer search for (and use) libtrio by +default. The user now needs to request using it.</p></li> +<li><p>oss-fuzz build: The fuzzing/oss-fuzz-build.sh is re-written in order +to support almost all possible dependency libraries. For example, +JXL and HEIF (with HEIC and AVIF reader support) are now included in +oss-fuzz testing.</p></li> +</ul> +<p>Behavior Changes:</p> +<ul class="simple"> +<li><p>None</p></li> </ul> </div> <div class="section" id="september-23-2023"> -<h1><a class="toc-backref" href="#id2">1.3.42 (September 23, 2023)</a></h1> +<h1><a class="toc-backref" href="#id4">1.3.42 (September 23, 2023)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>GraphicsMagick really does need some additional productive @@ -177,7 +271,7 @@ </ul> </div> <div class="section" id="august-12-2023"> -<h1><a class="toc-backref" href="#id3">1.3.41 (August 12, 2023)</a></h1> +<h1><a class="toc-backref" href="#id5">1.3.41 (August 12, 2023)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>GraphicsMagick really does need some additional productive @@ -282,7 +376,7 @@ </ul> </div> <div class="section" id="january-14-2023"> -<h1><a class="toc-backref" href="#id4">1.3.40 (January 14, 2023)</a></h1> +<h1><a class="toc-backref" href="#id6">1.3.40 (January 14, 2023)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>GraphicsMagick really does need some additional productive @@ -354,7 +448,7 @@ </ul> </div> <div class="section" id="december-26-2022"> -<h1><a class="toc-backref" href="#id5">1.3.39 (December 26, 2022)</a></h1> +<h1><a class="toc-backref" href="#id7">1.3.39 (December 26, 2022)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>GraphicsMagick really does need some additional productive @@ -484,7 +578,7 @@ </ul> </div> <div class="section" id="march-26-2022"> -<h1><a class="toc-backref" href="#id6">1.3.38 (March 26, 2022)</a></h1> +<h1><a class="toc-backref" href="#id8">1.3.38 (March 26, 2022)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>The FTP site ftp.graphicsmagick.org is now shut down due to a lack @@ -585,7 +679,7 @@ </ul> </div> <div class="section" id="december-12-2021"> -<h1><a class="toc-backref" href="#id7">1.3.37 (December 12, 2021)</a></h1> +<h1><a class="toc-backref" href="#id9">1.3.37 (December 12, 2021)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>The FTP site ftp.graphicsmagick.org is now shut down due to a lack @@ -720,7 +814,7 @@ </ul> </div> <div class="section" id="december-26-2020"> -<h1><a class="toc-backref" href="#id8">1.3.36 (December 26, 2020)</a></h1> +<h1><a class="toc-backref" href="#id10">1.3.36 (December 26, 2020)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>None</p></li> @@ -881,7 +975,7 @@ </ul> </div> <div class="section" id="february-23-2020"> -<h1><a class="toc-backref" href="#id9">1.3.35 (February 23, 2020)</a></h1> +<h1><a class="toc-backref" href="#id11">1.3.35 (February 23, 2020)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>It has been discovered that the 'ICU' library (a perhaps 30MB C++ @@ -991,7 +1085,7 @@ </ul> </div> <div class="section" id="december-24-2019"> -<h1><a class="toc-backref" href="#id10">1.3.34 (December 24, 2019)</a></h1> +<h1><a class="toc-backref" href="#id12">1.3.34 (December 24, 2019)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>It has been discovered that the 'ICU' library (a perhaps 30MB C++ @@ -1108,7 +1202,7 @@ </ul> </div> <div class="section" id="july-20-2019"> -<h1><a class="toc-backref" href="#id11">1.3.33 (July 20, 2019)</a></h1> +<h1><a class="toc-backref" href="#id13">1.3.33 (July 20, 2019)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>It has been discovered that the 'ICU' library (a perhaps 30MB C++ @@ -1192,7 +1286,7 @@ </ul> </div> <div class="section" id="june-15-2019"> -<h1><a class="toc-backref" href="#id12">1.3.32 (June 15, 2019)</a></h1> +<h1><a class="toc-backref" href="#id14">1.3.32 (June 15, 2019)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>It has been discovered that the 'ICU' library (a perhaps 30MB C++ @@ -1402,7 +1496,7 @@ </ul> </div> <div class="section" id="november-17-2018"> -<h1><a class="toc-backref" href="#id13">1.3.31 (November 17, 2018)</a></h1> +<h1><a class="toc-backref" href="#id15">1.3.31 (November 17, 2018)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>Firmware and operating system updates to address the Spectre @@ -1494,7 +1588,7 @@ </ul> </div> <div class="section" id="june-23-2018"> -<h1><a class="toc-backref" href="#id14">1.3.30 (June 23, 2018)</a></h1> +<h1><a class="toc-backref" href="#id16">1.3.30 (June 23, 2018)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>None</p></li> @@ -1573,7 +1667,7 @@ </ul> </div> <div class="section" id="april-29-2018"> -<h1><a class="toc-backref" href="#id15">1.3.29 (April 29, 2018)</a></h1> +<h1><a class="toc-backref" href="#id17">1.3.29 (April 29, 2018)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>None</p></li> @@ -1667,7 +1761,7 @@ </ul> </div>