GraphicsMagick: 2 new changesets
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.1716.1673710775.1384.graphicsmagick-commit@lists.sourceforge.net> |
changeset 5cd8d6d70073 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=5cd8d6d70073 summary: JXL: Pluralize channel changeset 23ea7987ac05 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=23ea7987ac05 summary: Updates for 1.3.40 release diffstat: ChangeLog | 6 ++++++ NEWS.txt | 14 +++++++++++--- VisualMagick/installer/inc/version.isx | 4 ++-- coders/jxl.c | 2 +- magick/version.h | 8 ++++---- version.sh | 2 +- www/Changelog.html | 7 +++++++ www/Changes.html | 2 +- www/Changes.rst | 2 +- www/Hg.html | 4 ++-- www/Hg.rst | 4 ++-- www/NEWS.html | 13 +++++++++---- www/index.html | 2 +- www/index.rst | 2 +- 14 files changed, 49 insertions(+), 23 deletions(-) diffs (253 lines): diff -r 24c27ef0e8eb -r 23ea7987ac05 ChangeLog --- a/ChangeLog Fri Jan 13 11:05:47 2023 -0600 +++ b/ChangeLog Sat Jan 14 09:39:20 2023 -0600 @@ -1,3 +1,9 @@ +2023-01-14 Bob Friesenhahn <[email protected]> + + * version.sh: Updated for 1.3.40 release. + + * NEWS.txt: Updated the news. + 2023-01-13 Bob Friesenhahn <[email protected]> * coders/jxl.c (ReadJXLImage): Cache and trace extra channel info. diff -r 24c27ef0e8eb -r 23ea7987ac05 NEWS.txt --- a/NEWS.txt Fri Jan 13 11:05:47 2023 -0600 +++ b/NEWS.txt Sat Jan 14 09:39:20 2023 -0600 @@ -6,7 +6,7 @@ GraphicsMagick News =================== -This file was last updated to reflect changes up to January 7, 2023 +This file was last updated to reflect changes up to January 14, 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,8 +19,8 @@ .. contents:: :local: -1.3.40 (XXXXXX XX, 2023) -========================== +1.3.40 (January 14, 2023) +========================= Special Issues: @@ -56,11 +56,19 @@ * PCD: Handle writing image with a dimension of 1. +* PNG: When writing, use lower-case raw profile identifiers (e.g. 'Raw + profile type xmp') because exiftool expects that. + * SUN: The sense of monochrome images was inverted. Fix scanline size calculation. +* WPG: Fix 20-year old bug in WPG header reading. + New Features: +* JXL: Decode and log extra channel information. This information is + not yet used. + * PCX and DCX: Support writing uncompressed format (use -compress none for no compression). diff -r 24c27ef0e8eb -r 23ea7987ac05 VisualMagick/installer/inc/version.isx --- a/VisualMagick/installer/inc/version.isx Fri Jan 13 11:05:47 2023 -0600 +++ b/VisualMagick/installer/inc/version.isx Sat Jan 14 09:39:20 2023 -0600 @@ -10,5 +10,5 @@ #define public MagickPackageName "GraphicsMagick" #define public MagickPackageVersion "1.4" -#define public MagickPackageVersionAddendum ".020230113" -#define public MagickPackageReleaseDate "snapshot-20230113" +#define public MagickPackageVersionAddendum ".020230114" +#define public MagickPackageReleaseDate "snapshot-20230114" diff -r 24c27ef0e8eb -r 23ea7987ac05 coders/jxl.c --- a/coders/jxl.c Fri Jan 13 11:05:47 2023 -0600 +++ b/coders/jxl.c Sat Jan 14 09:39:20 2023 -0600 @@ -1230,7 +1230,7 @@ basic_info.num_color_channels = characteristics.grayscale ? 1 : 3; (void) LogMagickEvent(CoderEvent,GetMagickModule(), - "Using %u channel%s", basic_info.num_color_channels, + "Using %u color channel%s", basic_info.num_color_channels, basic_info.num_color_channels > 1 ? "s" : ""); if (!characteristics.opaque) diff -r 24c27ef0e8eb -r 23ea7987ac05 magick/version.h --- a/magick/version.h Fri Jan 13 11:05:47 2023 -0600 +++ b/magick/version.h Sat Jan 14 09:39:20 2023 -0600 @@ -35,11 +35,11 @@ */ #define MagickPackageName "GraphicsMagick" #define MagickCopyright "Copyright (C) 2002-2023 GraphicsMagick Group.\nAdditional copyrights and licenses apply to this software.\nSee http://www.GraphicsMagick.org/www/Copyright.html for details." -#define MagickLibVersion 0x272401 +#define MagickLibVersion 0x272402 #define MagickLibVersionText "1.4" -#define MagickLibVersionNumber 27,24,1 -#define MagickChangeDate "20230113" -#define MagickReleaseDate "snapshot-20230113" +#define MagickLibVersionNumber 27,24,2 +#define MagickChangeDate "20230114" +#define MagickReleaseDate "snapshot-20230114" /* The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines diff -r 24c27ef0e8eb -r 23ea7987ac05 version.sh --- a/version.sh Fri Jan 13 11:05:47 2023 -0600 +++ b/version.sh Sat Jan 14 09:39:20 2023 -0600 @@ -87,7 +87,7 @@ # Magick library versioning # MAGICK_LIBRARY_CURRENT=27 -MAGICK_LIBRARY_REVISION=1 +MAGICK_LIBRARY_REVISION=2 MAGICK_LIBRARY_AGE=24 # diff -r 24c27ef0e8eb -r 23ea7987ac05 www/Changelog.html --- a/www/Changelog.html Fri Jan 13 11:05:47 2023 -0600 +++ b/www/Changelog.html Sat Jan 14 09:39:20 2023 -0600 @@ -37,6 +37,13 @@ </div> <div class="document"> +<p>2023-01-14 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>version.sh: Updated for 1.3.40 release.</p></li> +<li><p>NEWS.txt: Updated the news.</p></li> +</ul> +</blockquote> <p>2023-01-13 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"> diff -r 24c27ef0e8eb -r 23ea7987ac05 www/Changes.html --- a/www/Changes.html Fri Jan 13 11:05:47 2023 -0600 +++ b/www/Changes.html Sat Jan 14 09:39:20 2023 -0600 @@ -45,7 +45,7 @@ <p>The following are the <span class="docutils literal">GraphicsMagick</span> change logs since 2001:</p> <blockquote> <ul class="simple"> -<li><p><a class="reference external" href="Changelog.html">2023</a> (TBD)</p></li> +<li><p><a class="reference external" href="Changelog.html">2023</a> (1.3.40 released)</p></li> <li><p><a class="reference external" href="ChangeLog-2022.html">2022</a> (1.3.38, 1.3.39 released)</p></li> <li><p><a class="reference external" href="ChangeLog-2021.html">2021</a> (1.3.37 released)</p></li> <li><p><a class="reference external" href="ChangeLog-2020.html">2020</a> (1.3.35, 1.3.36 released)</p></li> diff -r 24c27ef0e8eb -r 23ea7987ac05 www/Changes.rst --- a/www/Changes.rst Fri Jan 13 11:05:47 2023 -0600 +++ b/www/Changes.rst Sat Jan 14 09:39:20 2023 -0600 @@ -47,7 +47,7 @@ The following are the ``GraphicsMagick`` change logs since 2001: - * 2023_ (TBD) + * 2023_ (1.3.40 released) * 2022_ (1.3.38, 1.3.39 released) diff -r 24c27ef0e8eb -r 23ea7987ac05 www/Hg.html --- a/www/Hg.html Fri Jan 13 11:05:47 2023 -0600 +++ b/www/Hg.html Sat Jan 14 09:39:20 2023 -0600 @@ -107,8 +107,8 @@ <p>By default the cloned directory is populated with files from the <cite>default</cite> (i.e. head) branch of the code, which is where active development happens.</p> -<p>If you require a specific release of GraphicsMagick (e.g. 1.3.36), you may select it like:</p> -<pre class="literal-block">hg update -r GraphicsMagick-1_3_36</pre> +<p>If you require a specific release of GraphicsMagick (e.g. 1.3.40), you may select it like:</p> +<pre class="literal-block">hg update -r GraphicsMagick-1_3_40</pre> <p>or if you require a specific branch of GraphicsMagick (e.g. 1.3), you may use:</p> <pre class="literal-block">hg update -r GraphicsMagick-1_3</pre> <p>or you may request the files which were current on a specific date:</p> diff -r 24c27ef0e8eb -r 23ea7987ac05 www/Hg.rst --- a/www/Hg.rst Fri Jan 13 11:05:47 2023 -0600 +++ b/www/Hg.rst Sat Jan 14 09:39:20 2023 -0600 @@ -86,9 +86,9 @@ `default` (i.e. head) branch of the code, which is where active development happens. -If you require a specific release of GraphicsMagick (e.g. 1.3.36), you may select it like:: +If you require a specific release of GraphicsMagick (e.g. 1.3.40), you may select it like:: - hg update -r GraphicsMagick-1_3_36 + hg update -r GraphicsMagick-1_3_40 or if you require a specific branch of GraphicsMagick (e.g. 1.3), you may use:: diff -r 24c27ef0e8eb -r 23ea7987ac05 www/NEWS.html --- a/www/NEWS.html Fri Jan 13 11:05:47 2023 -0600 +++ b/www/NEWS.html Sat Jan 14 09:39: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 January 7, 2023</p> +<p>This file was last updated to reflect changes up to January 14, 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,7 +50,7 @@ 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="#xxxxxx-xx-2023" id="id2">1.3.40 (XXXXXX XX, 2023)</a></p></li> +<li><p><a class="reference internal" href="#january-14-2023" id="id2">1.3.40 (January 14, 2023)</a></p></li> <li><p><a class="reference internal" href="#december-26-2022" id="id3">1.3.39 (December 26, 2022)</a></p></li> <li><p><a class="reference internal" href="#march-26-2022" id="id4">1.3.38 (March 26, 2022)</a></p></li> <li><p><a class="reference internal" href="#december-12-2021" id="id5">1.3.37 (December 12, 2021)</a></p></li> @@ -96,8 +96,8 @@ <li><p><a class="reference internal" href="#released-in-may-2003" id="id45">1.0 (Released in May, 2003)</a></p></li> </ul> </div> -<div class="section" id="xxxxxx-xx-2023"> -<h1><a class="toc-backref" href="#id2">1.3.40 (XXXXXX XX, 2023)</a></h1> +<div class="section" id="january-14-2023"> +<h1><a class="toc-backref" href="#id2">1.3.40 (January 14, 2023)</a></h1> <p>Special Issues:</p> <ul class="simple"> <li><p>GraphicsMagick really does need some additional productive @@ -130,11 +130,16 @@ <li><p>GetMagickGeometry(): Fix a scaling issue where dimensions could be scaled down to zero.</p></li> <li><p>PCD: Handle writing image with a dimension of 1.</p></li> +<li><p>PNG: When writing, use lower-case raw profile identifiers (e.g. 'Raw +profile type xmp') because exiftool expects that.</p></li> <li><p>SUN: The sense of monochrome images was inverted. Fix scanline size calculation.</p></li> +<li><p>WPG: Fix 20-year old bug in WPG header reading.</p></li> </ul> <p>New Features:</p> <ul class="simple"> +<li><p>JXL: Decode and log extra channel information. This information is +not yet used.</p></li> <li><p>PCX and DCX: Support writing uncompressed format (use -compress none for no compression).</p></li> <li><p>Added IM1, IM8, and IM24 magick aliases for the Sun Raster format diff -r 24c27ef0e8eb -r 23ea7987ac05 www/index.html --- a/www/index.html Fri Jan 13 11:05:47 2023 -0600 +++ b/www/index.html Sat Jan 14 09:39:20 2023 -0600 @@ -49,7 +49,7 @@ </colgroup> <tbody> <tr><td><p>Current Release</p></td> -<td><p>1.3.39 (Released December 26, 2022) <a class="reference external" href="https://sourceforge.net/projects/graphicsmagick/files/">download release</a></p></td> +<td><p>1.3.40 (Released January 14, 2023) <a class="reference external" href="https://sourceforge.net/projects/graphicsmagick/files/">download release</a></p></td> </tr> <tr><td><p>Development Snapshots</p></td> <td><p>(Updated frequently) <a class="reference external" href="https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick-snapshots/">download development snapshots</a></p></td> diff -r 24c27ef0e8eb -r 23ea7987ac05 www/index.rst --- a/www/index.rst Fri Jan 13 11:05:47 2023 -0600 +++ b/www/index.rst Sat Jan 14 09:39:20 2023 -0600 @@ -28,7 +28,7 @@ .. _programming : programming.html =========================== ======================================================== -Current Release 1.3.39 (Released December 26, 2022) `download release`__ +Current Release 1.3.40 (Released January 14, 2023) `download release`__ Development Snapshots (Updated frequently) `download development snapshots`__ Mercurial Repository (Updated frequently) `visit Mercurial repository`__ =========================== ========================================================