GraphicsMagick: Update generated files

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.38381.1672587382.1567.graphicsmagick-commit@lists.sourceforge.net>
changeset 758a0568bfc3 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=758a0568bfc3
summary: Update generated files

diffstat:

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

diffs (104 lines):

diff -r 85c004da4dd6 -r 758a0568bfc3 NEWS.txt
--- a/NEWS.txt	Sun Jan 01 16:15:19 2023 +0100
+++ b/NEWS.txt	Sun Jan 01 09:36:12 2023 -0600
@@ -56,8 +56,8 @@
 
 New Features:
 
-* PCX and DCX: Support writing uncompressed format (use -compress rle
-  for RLE compression).
+* PCX and DCX: Support writing uncompressed format (use -compress none
+  for no compression).
 
 API Updates:
 
@@ -75,9 +75,6 @@
   image which was just added.  Use GetFirstImageInList() when the
   pointer to the first image in the list is needed.
 
-* PCX and DCX writers now write uncompressed files by default
-  (use -compress rle for RLE compression).
-
 
 1.3.39 (December 26, 2022)
 ==========================
diff -r 85c004da4dd6 -r 758a0568bfc3 VisualMagick/installer/inc/version.isx
--- a/VisualMagick/installer/inc/version.isx	Sun Jan 01 16:15:19 2023 +0100
+++ b/VisualMagick/installer/inc/version.isx	Sun Jan 01 09:36:12 2023 -0600
@@ -10,5 +10,5 @@
 
 #define public MagickPackageName "GraphicsMagick"
 #define public MagickPackageVersion "1.4"
-#define public MagickPackageVersionAddendum ".020221230"
-#define public MagickPackageReleaseDate "snapshot-20221230"
+#define public MagickPackageVersionAddendum ".020230101"
+#define public MagickPackageReleaseDate "snapshot-20230101"
diff -r 85c004da4dd6 -r 758a0568bfc3 magick/version.h
--- a/magick/version.h	Sun Jan 01 16:15:19 2023 +0100
+++ b/magick/version.h	Sun Jan 01 09:36:12 2023 -0600
@@ -38,8 +38,8 @@
 #define MagickLibVersion  0x272401
 #define MagickLibVersionText  "1.4"
 #define MagickLibVersionNumber 27,24,1
-#define MagickChangeDate   "20221230"
-#define MagickReleaseDate  "snapshot-20221230"
+#define MagickChangeDate   "20230101"
+#define MagickReleaseDate  "snapshot-20230101"
 
 /*
   The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines
diff -r 85c004da4dd6 -r 758a0568bfc3 www/Changelog.html
--- a/www/Changelog.html	Sun Jan 01 16:15:19 2023 +0100
+++ b/www/Changelog.html	Sun Jan 01 09:36:12 2023 -0600
@@ -37,6 +37,19 @@
 </div>
 
 <div class="document">
+<p>2023-01-01 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">
+<li><p>jp2/* Update lib jasper to 2.0.0.</p></li>
+</ul>
+</blockquote>
+<p>2022-12-30  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">
+<li><p>coders/pcx.c (WritePCXImage): Meke default RLE compression.
+Uncompressed PCX is more rare.</p></li>
+</ul>
+</blockquote>
 <p>2022-12-30  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">
@@ -87,7 +100,7 @@
 <li><p>NEWS.txt: Updated the news.</p></li>
 </ul>
 </blockquote>
-<p>2022-12-25 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>
+<p>2022-12-26 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">
 <li><p>jp2/src/appl/jasper.c: Link problem with jasper utility fixed.</p></li>
diff -r 85c004da4dd6 -r 758a0568bfc3 www/NEWS.html
--- a/www/NEWS.html	Sun Jan 01 16:15:19 2023 +0100
+++ b/www/NEWS.html	Sun Jan 01 09:36:12 2023 -0600
@@ -132,8 +132,8 @@
 </ul>
 <p>New Features:</p>
 <ul class="simple">
-<li><p>PCX and DCX: Support writing uncompressed format (use -compress rle
-for RLE compression).</p></li>
+<li><p>PCX and DCX: Support writing uncompressed format (use -compress none
+for no compression).</p></li>
 </ul>
 <p>API Updates:</p>
 <ul class="simple">
@@ -148,8 +148,6 @@
 <li><p>AppendImageToList() now updates the image list pointer to be the
 image which was just added.  Use GetFirstImageInList() when the
 pointer to the first image in the list is needed.</p></li>
-<li><p>PCX and DCX writers now write uncompressed files by default
-(use -compress rle for RLE compression).</p></li>
 </ul>
 </div>
 <div class="section" id="december-26-2022">
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.