GraphicsMagick: Update generated files

GraphicsMagick Commits <[email protected]> Thu, 31 Aug 2023 08:39:24 -0500
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.13112.1693489172.1374.graphicsmagick-commit@lists.sourceforge.net>
changeset 23029d060049 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=23029d060049
summary: Update generated files

diffstat:

 ChangeLog                              |   8 ++++----
 VisualMagick/installer/inc/version.isx |   4 ++--
 magick/version.h                       |   4 ++--
 www/Changelog.html                     |  21 +++++++++++++++++++++
 4 files changed, 29 insertions(+), 8 deletions(-)

diffs (81 lines):

diff -r c791057e016e -r 23029d060049 ChangeLog
--- a/ChangeLog	Thu Aug 31 15:29:33 2023 +0200
+++ b/ChangeLog	Thu Aug 31 08:39:20 2023 -0500
@@ -2,9 +2,9 @@
 
 	* coders/bmp.c BMP with 2bpp is a legal BMP variant.
 	https://en.wikipedia.org/wiki/BMP_file_format
-	Quote: "The 2-bit per pixel (2bpp) format supports 4 distinct colors and stores 
-        4 pixels per 1 byte, the left-most pixel being in the two most significant bits 
-        (Windows CE only)."
+	Quote: "The 2-bit per pixel (2bpp) format supports 4 distinct colors and stores
+	4 pixels per 1 byte, the left-most pixel being in the two most significant bits
+	(Windows CE only)."
 
 	Partial revert: BITMAPV2INFOHEADER: RGB bit field masks,
 	                BITMAPV3INFOHEADER+: RGBA
@@ -12,7 +12,7 @@
 
 2023-08-29  Fojtik Jaroslav  <[email protected]>
 
-	* coders/bmp.c First attempt to read BMP with BI_JPEG compression 
+	* coders/bmp.c First attempt to read BMP with BI_JPEG compression
 	inside.
 
 2023-08-28  Fojtik Jaroslav  <[email protected]>
diff -r c791057e016e -r 23029d060049 VisualMagick/installer/inc/version.isx
--- a/VisualMagick/installer/inc/version.isx	Thu Aug 31 15:29:33 2023 +0200
+++ b/VisualMagick/installer/inc/version.isx	Thu Aug 31 08:39:20 2023 -0500
@@ -10,5 +10,5 @@
 
 #define public MagickPackageName "GraphicsMagick"
 #define public MagickPackageVersion "1.4"
-#define public MagickPackageVersionAddendum ".020230829"
-#define public MagickPackageReleaseDate "snapshot-20230829"
+#define public MagickPackageVersionAddendum ".020230831"
+#define public MagickPackageReleaseDate "snapshot-20230831"
diff -r c791057e016e -r 23029d060049 magick/version.h
--- a/magick/version.h	Thu Aug 31 15:29:33 2023 +0200
+++ b/magick/version.h	Thu Aug 31 08:39:20 2023 -0500
@@ -38,8 +38,8 @@
 #define MagickLibVersion  0x272403
 #define MagickLibVersionText  "1.4"
 #define MagickLibVersionNumber 27,24,3
-#define MagickChangeDate   "20230829"
-#define MagickReleaseDate  "snapshot-20230829"
+#define MagickChangeDate   "20230831"
+#define MagickReleaseDate  "snapshot-20230831"
 
 /*
   The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines
diff -r c791057e016e -r 23029d060049 www/Changelog.html
--- a/www/Changelog.html	Thu Aug 31 15:29:33 2023 +0200
+++ b/www/Changelog.html	Thu Aug 31 08:39:20 2023 -0500
@@ -37,6 +37,27 @@
 </div>
 
 <div class="document">
+<p>2023-08-31  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>
+<ul>
+<li><p>coders/bmp.c BMP with 2bpp is a legal BMP variant.
+<a class="reference external" href="https://en.wikipedia.org/wiki/BMP_file_format">https://en.wikipedia.org/wiki/BMP_file_format</a>
+Quote: &quot;The 2-bit per pixel (2bpp) format supports 4 distinct colors and stores
+4 pixels per 1 byte, the left-most pixel being in the two most significant bits
+(Windows CE only).&quot;</p>
+<dl class="simple">
+<dt>Partial revert: BITMAPV2INFOHEADER: RGB bit field masks,</dt>
+<dd><p>BITMAPV3INFOHEADER+: RGBA</p>
+</dd>
+</dl>
+<div class="system-message">
+<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">&lt;string&gt;</span>, line 11)</p>
+<p>Definition list ends without a blank line; unexpected unindent.</p>
+</div>
+<p>The opacity channel handling is even more complex.</p>
+</li>
+</ul>
+</blockquote>
 <p>2023-08-29  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>
 <ul class="simple">