GraphicsMagick: NEWS.txt - Update the news.

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.36565.1660224689.1510.graphicsmagick-commit@lists.sourceforge.net>
changeset 5de8e986e4c4 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=5de8e986e4c4
summary: NEWS.txt - Update the news.

diffstat:

 ChangeLog                              |   7 ++++++-
 NEWS.txt                               |  14 +++++++++++++-
 VisualMagick/installer/inc/version.isx |   4 ++--
 magick/version.h                       |   4 ++--
 www/Changelog.html                     |  10 ++++++++++
 www/NEWS.html                          |  10 +++++++++-
 6 files changed, 42 insertions(+), 7 deletions(-)

diffs (119 lines):

diff -r 0c762d64a474 -r 5de8e986e4c4 ChangeLog
--- a/ChangeLog	Wed Aug 10 18:36:36 2022 +0200
+++ b/ChangeLog	Thu Aug 11 08:31:14 2022 -0500
@@ -1,6 +1,11 @@
+2022-08-11  Bob Friesenhahn  <[email protected]>
+
+	* NEWS.txt: Updated the news.
+
 2022-08-10    Fojtik Jaroslav  <[email protected]>
+
         * VisualMagick/configure/stdafx.h Added define WIN32_LEAN_AND_MEAN
-	* VisualMagick/configure/configure.exe New rebuild.
+        * VisualMagick/configure/configure.exe New rebuild.
 
 2022-08-08  Bob Friesenhahn  <[email protected]>
 
diff -r 0c762d64a474 -r 5de8e986e4c4 NEWS.txt
--- a/NEWS.txt	Wed Aug 10 18:36:36 2022 +0200
+++ b/NEWS.txt	Thu Aug 11 08:31:14 2022 -0500
@@ -6,7 +6,7 @@
 GraphicsMagick News
 ===================
 
-This file was last updated to reflect changes up to June 25, 2022
+This file was last updated to reflect changes up to August 11, 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
@@ -65,6 +65,18 @@
 
 * EPT: Assure that 'bounds' structure is initialized.
 
+* configure.ac: Fix Bashism in maintainer-mode check.
+
+* TGA: Remove a defective validation of comment length, which blocked
+  reading some sample TGA files from the "Encyclopedia Of Graphics
+  File Formats" book.
+
+* WebP: Add configure.ac updates to check for libsharpyuv so that
+  builds with development version work again.
+
+* Visual Studio Build (VisualMagick): Fix project file generation.
+  Improve portability of code for configure.exe.
+
 New Features:
 
 * AVIF: Support reading AVIF via libheif if it supports decoding AVIF (still no writer support).
diff -r 0c762d64a474 -r 5de8e986e4c4 VisualMagick/installer/inc/version.isx
--- a/VisualMagick/installer/inc/version.isx	Wed Aug 10 18:36:36 2022 +0200
+++ b/VisualMagick/installer/inc/version.isx	Thu Aug 11 08:31:14 2022 -0500
@@ -10,5 +10,5 @@
 
 #define public MagickPackageName "GraphicsMagick"
 #define public MagickPackageVersion "1.4"
-#define public MagickPackageVersionAddendum ".020220808"
-#define public MagickPackageReleaseDate "snapshot-20220808"
+#define public MagickPackageVersionAddendum ".020220811"
+#define public MagickPackageReleaseDate "snapshot-20220811"
diff -r 0c762d64a474 -r 5de8e986e4c4 magick/version.h
--- a/magick/version.h	Wed Aug 10 18:36:36 2022 +0200
+++ b/magick/version.h	Thu Aug 11 08:31:14 2022 -0500
@@ -38,8 +38,8 @@
 #define MagickLibVersion  0x272400
 #define MagickLibVersionText  "1.4"
 #define MagickLibVersionNumber 27,24,0
-#define MagickChangeDate   "20220808"
-#define MagickReleaseDate  "snapshot-20220808"
+#define MagickChangeDate   "20220811"
+#define MagickReleaseDate  "snapshot-20220811"
 
 /*
   The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines
diff -r 0c762d64a474 -r 5de8e986e4c4 www/Changelog.html
--- a/www/Changelog.html	Wed Aug 10 18:36:36 2022 +0200
+++ b/www/Changelog.html	Thu Aug 11 08:31:14 2022 -0500
@@ -35,6 +35,16 @@
 <div class="document">
 
 
+<p>2022-08-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
+<blockquote>
+<ul class="simple">
+<li>NEWS.txt: Updated the news.</li>
+</ul>
+</blockquote>
+<p>2022-08-10    Fojtik Jaroslav  &lt;<a class="reference external" href="mailto:JaFojtik&#37;&#52;&#48;yandex&#46;com">JaFojtik<span>&#64;</span>yandex<span>&#46;</span>com</a>&gt;</p>
+<blockquote>
+* VisualMagick/configure/stdafx.h Added define WIN32_LEAN_AND_MEAN
+* VisualMagick/configure/configure.exe New rebuild.</blockquote>
 <p>2022-08-08  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
 <blockquote>
 * fuzzing/oss-fuzz-build.sh (MAGICK_LIBS): Add libsharpyuv.a to
diff -r 0c762d64a474 -r 5de8e986e4c4 www/NEWS.html
--- a/www/NEWS.html	Wed Aug 10 18:36:36 2022 +0200
+++ b/www/NEWS.html	Thu Aug 11 08:31:14 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 June 25, 2022</p>
+<p>This file was last updated to reflect changes up to August 11, 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>
@@ -130,6 +130,14 @@
 <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>
+<li>configure.ac: Fix Bashism in maintainer-mode check.</li>
+<li>TGA: Remove a defective validation of comment length, which blocked
+reading some sample TGA files from the &quot;Encyclopedia Of Graphics
+File Formats&quot; book.</li>
+<li>WebP: Add configure.ac updates to check for libsharpyuv so that
+builds with development version work again.</li>
+<li>Visual Studio Build (VisualMagick): Fix project file generation.
+Improve portability of code for configure.exe.</li>
 </ul>
 <p>New Features:</p>
 <ul class="simple">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.