GraphicsMagick: NEWS.txt: Update the news.
GraphicsMagick Commits <[email protected]> Mon, 12 Aug 2024 07:59:05 -0500
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.11720.1723467555.8001.graphicsmagick-commit@lists.sourceforge.net> |
changeset c5b67e55a7a5 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=c5b67e55a7a5 summary: NEWS.txt: Update the news. diffstat: ChangeLog | 4 ++++ NEWS.txt | 9 +++++++++ VisualMagick/installer/inc/version.isx | 4 ++-- magick/version.h | 4 ++-- www/ChangeLog.html | 6 ++++++ www/NEWS.html | 9 +++++++++ 6 files changed, 32 insertions(+), 4 deletions(-) diffs (90 lines): diff -r 314108fbb930 -r c5b67e55a7a5 ChangeLog --- a/ChangeLog Sat Aug 10 16:20:29 2024 -0500 +++ b/ChangeLog Mon Aug 12 07:58:43 2024 -0500 @@ -1,3 +1,7 @@ +2024-08-12 Bob Friesenhahn <[email protected]> + + * NEWS.txt: Update the news. + 2024-08-10 Bob Friesenhahn <[email protected]> * magick/image.c (GetImageInfo): Change the default for ImageInfo diff -r 314108fbb930 -r c5b67e55a7a5 NEWS.txt --- a/NEWS.txt Sat Aug 10 16:20:29 2024 -0500 +++ b/NEWS.txt Mon Aug 12 07:58:43 2024 -0500 @@ -131,6 +131,15 @@ * Wand API PixelSetQuantumColor(): The color argument is now a const pointer. +Behavior Changes: + +* The graphical progress indication in the X11 sub-apps 'animate' and + 'display' is disabled due to discovering a tremendous performance + impact while rendering text under Ubuntu 22.04 LTS. The underlying + cause of the performance impact is not yet known. A text-based + progress output to the program's console is available via + `-monitor`. + Windows Delegate Updates/Additions: * Zip support is obtained from existing zlib contrib/minizip source code. diff -r 314108fbb930 -r c5b67e55a7a5 VisualMagick/installer/inc/version.isx --- a/VisualMagick/installer/inc/version.isx Sat Aug 10 16:20:29 2024 -0500 +++ b/VisualMagick/installer/inc/version.isx Mon Aug 12 07:58:43 2024 -0500 @@ -10,5 +10,5 @@ #define public MagickPackageName "GraphicsMagick" #define public MagickPackageVersion "1.4" -#define public MagickPackageVersionAddendum ".020240810" -#define public MagickPackageReleaseDate "snapshot-20240810" +#define public MagickPackageVersionAddendum ".020240812" +#define public MagickPackageReleaseDate "snapshot-20240812" diff -r 314108fbb930 -r c5b67e55a7a5 magick/version.h --- a/magick/version.h Sat Aug 10 16:20:29 2024 -0500 +++ b/magick/version.h Mon Aug 12 07:58:43 2024 -0500 @@ -38,8 +38,8 @@ #define MagickLibVersion 0x282500 #define MagickLibVersionText "1.4" #define MagickLibVersionNumber 28,25,0 -#define MagickChangeDate "20240810" -#define MagickReleaseDate "snapshot-20240810" +#define MagickChangeDate "20240812" +#define MagickReleaseDate "snapshot-20240812" /* The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines diff -r 314108fbb930 -r c5b67e55a7a5 www/ChangeLog.html --- a/www/ChangeLog.html Sat Aug 10 16:20:29 2024 -0500 +++ b/www/ChangeLog.html Mon Aug 12 07:58:43 2024 -0500 @@ -38,6 +38,12 @@ <main id="graphicsmagick-changelog"> <h1 class="title">GraphicsMagick ChangeLog</h1> +<p>2024-08-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> +<blockquote> +<ul class="simple"> +<li><p>NEWS.txt: Update the news.</p></li> +</ul> +</blockquote> <p>2024-08-10 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 314108fbb930 -r c5b67e55a7a5 www/NEWS.html --- a/www/NEWS.html Sat Aug 10 16:20:29 2024 -0500 +++ b/www/NEWS.html Mon Aug 12 07:58:43 2024 -0500 @@ -190,6 +190,15 @@ <li><p>Wand API PixelSetQuantumColor(): The color argument is now a const pointer.</p></li> </ul> +<p>Behavior Changes:</p> +<ul class="simple"> +<li><p>The graphical progress indication in the X11 sub-apps 'animate' and +'display' is disabled due to discovering a tremendous performance +impact while rendering text under Ubuntu 22.04 LTS. The underlying +cause of the performance impact is not yet known. A text-based +progress output to the program's console is available via +<cite>-monitor</cite>.</p></li> +</ul> <p>Windows Delegate Updates/Additions:</p> <ul class="simple"> <li><p>Zip support is obtained from existing zlib contrib/minizip source code.</p></li>