GraphicsMagick: Rename www/Changelog.html to www/ChangeLog.html

GraphicsMagick Commits <[email protected]> Sun, 28 Jan 2024 11:00:06 -0600
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.6855.1706461221.16032.graphicsmagick-commit@lists.sourceforge.net>
changeset 1044b5dc7618 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=1044b5dc7618
summary: Rename www/Changelog.html to www/ChangeLog.html

diffstat:

 www/ChangeLog.html |  239 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 www/Changelog.html |  199 --------------------------------------------
 2 files changed, 239 insertions(+), 199 deletions(-)

diffs (446 lines):

diff -r 034ad7f538c4 -r 1044b5dc7618 www/ChangeLog.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ChangeLog.html	Sun Jan 28 11:00:04 2024 -0600
@@ -0,0 +1,239 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta content="en" name="language">
+	<title>GraphicsMagick ChangeLog</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<link media="screen" href="docutils-articles.css" type="text/css" rel="stylesheet">
+
+</head>
+
+<body>
+
+<div class="banner">
+<img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
+<span class="title">GraphicsMagick</span>
+<form action="http://www.google.com/search">
+  <input type="hidden" name="domains" value="www.graphicsmagick.org" />
+  <input type="hidden" name="sitesearch" value="www.graphicsmagick.org" />
+<span class="nowrap"><input type="text" name="q" size="25" maxlength="255" />&nbsp;<input type="submit" name="sa" value="Search" /></span>
+</form>
+</div>
+
+
+<div class="navmenu">
+<ul>
+  <li><a href="index.html">Home</a></li>
+  <li><a href="project.html">Project</a></li>
+  <li><a href="download.html">Download</a></li>
+  <li><a href="README.html">Install</a></li>
+  <li><a href="Hg.html">Source</a></li>
+  <li><a href="NEWS.html">News</a> </li>
+  <li><a href="utilities.html">Utilities</a></li>
+  <li><a href="programming.html">Programming</a></li>
+  <li><a href="reference.html">Reference</a></li>
+</ul>
+</div>
+
+<div class="document" id="graphicsmagick-changelog">
+<h1 class="title">GraphicsMagick ChangeLog</h1>
+<p>2024-01-28  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><p>NEWS.txt: Update the news as of January 28, 2024.</p></li>
+<li><p>scripts/changelog2rst.sh: Assure that generated ChangeLogs have a title.</p></li>
+<li><p>ChangeLog*: Tidy the ChangeLog syntax.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-28  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/tiff.c: Fractional arrays needs either double[] or float[]
+depending on TIFFFieldSetGetSize(fip).</p></li>
+</ul>
+</blockquote>
+<p>2024-01-27  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><p>coders/tiff.c (AddIFDExifFields): Avoid signed/unsigned comparison warnings.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-27  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/tiff.c: EXIF GPS IFD tags are copied now.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-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>tiff/libtiff/tif_dir.c: Apply Su Laus leak fix from:
+<a class="reference external" href="https://gitlab.com/libtiff/libtiff/-/commit/376916d25f39bab69a3ed16963fd3f186870942c">https://gitlab.com/libtiff/libtiff/-/commit/376916d25f39bab69a3ed16963fd3f186870942c</a></p></li>
+</ul>
+</blockquote>
+<p>2024-01-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>coders/tiff.c: Refactor types to magick_uint16_t and
+magick_uint32_t.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-25  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><p>coders/tiff.c (WriteTIFFImage): TIFFFreeDirectory() statements
+necessary to avoid memory leak in libtiff versions lacking merge
+request 563 &quot;Avoiding memory leaks when using
+TIFFCreateDirectory()&quot;.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-24  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><p>coders/jxl.c: Directly include jxl/version.h rather than
+depending on it being implicitly included by other jxl headers.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-24  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/tiff.c: Copy uint32_t and uint8_t EXIF arrays into a tiff.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-23  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><p>www/Hg.rst: Change from defunct OSDN to Heptpod.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-23  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/tiff.c: Copy uint16_t EXIF arrays into a tiff.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-20  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/tiff.c: Do not copy TIFFTAG_XRESOLUTION &amp; TIFFTAG_YRESOLUTION
+that are already handled by gm functionality.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-21  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><p>utilities/tests/common.sh, common.shi.in: Apply tight read and
+write file size limits during testing.</p></li>
+<li><p>utilities/tests/hald-clut.tap (levels): Make messaging about
+levels more distinct during Hald CLUT testing.</p></li>
+<li><p>fuzzing/utils.cc: Set a write resource limit during oss-fuzz
+testing.</p></li>
+<li><p>magick/blob.c (ReadBlobByte): EOF detection requires reading
+past the end of the file, so allow for that.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-20  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><p>Copyright.txt, scripts/html_fragments.py, ChangeLog.2023: Rotate
+ChangeLog and update copyright statements for 2024.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-20  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/tiff.c: Place string terminator for more code safety.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-19  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/tiff.c: Temporary fix that supresses leak in tiff writer.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-17  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><p>magick/symbols.h, wand/wand_symbols.h: Update Gm-prefixed
+symbols.</p></li>
+<li><p>coders/bmp.c: Eliminate 'TForeignFormatDesc' and 'StoreDescPNG'
+which were accidentally writeable globals.</p></li>
+<li><p>Fix spelling errors in code and documentation.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-13  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/tiff.c: Prevent sign expansion and bogus contents in upper 2
+bytes for TIFF_SHORT.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-12  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/tiff.c: Fixed TIFF_RATIONAL extraction from EXIF.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-11  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/tiff.c: Fix for multiple frames. Do not import
+TIFFTAG_COMPRESSION, TIFFTAG_IMAGELENGTH, TIFFTAG_IMAGEWIDTH ...
+from EXIF.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-10  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><p>coders/tiff.c (EXPERIMENTAL_EXIF_TAGS): Change
+EXPERIMENTAL_EXIF_TAGS to a simple boolean (rather than an ifdef)
+and default it to 0.  This needs to be in place until the TIFF
+writer no longer crashes.</p></li>
+<li><p>fuzzing/oss-fuzz-build.sh: Skip missing libheif optional
+dependencies in oss-fuzz build.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-07  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/tiff.c: Fix TIFF_RATIONAL - Two LONGs: the first represents
+the numerator of a fraction, the second the denominator.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-06  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/tiff.c: Extract EXIFIFD part from EXIF profile.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-03  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/wpg.c: Make two functions &quot;EnsureNextImage()&quot; and
+&quot;LoadPaletteRec()&quot; static.</p></li>
+</ul>
+</blockquote>
+<p>2024-01-02  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>VisualMagick/tiff/LIBRARY.txt: Exclude more tiff/port files.</p></li>
+</ul>
+</blockquote>
+<p>2024-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>tiff/libtiff/tiffconf.h: Fix path to webp/types.h.</p></li>
+</ul>
+</blockquote>
+</div>
+
+
+<hr class="docutils">
+<div class="document">
+    <p><a href="Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2024<!--SPONSOR_LOGO--></p>
+</div>
+
+</div>
+</body>
+</html>
diff -r 034ad7f538c4 -r 1044b5dc7618 www/Changelog.html
--- a/www/Changelog.html	Sun Jan 28 10:11:10 2024 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,199 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta content="en" name="language">
-	<title></title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-	<link media="screen" href="docutils-articles.css" type="text/css" rel="stylesheet">
-
-</head>
-
-<body>
-
-<div class="banner">
-<img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
-<span class="title">GraphicsMagick</span>
-<form action="http://www.google.com/search">
-  <input type="hidden" name="domains" value="www.graphicsmagick.org" />
-  <input type="hidden" name="sitesearch" value="www.graphicsmagick.org" />
-<span class="nowrap"><input type="text" name="q" size="25" maxlength="255" />&nbsp;<input type="submit" name="sa" value="Search" /></span>
-</form>
-</div>
-
-
-<div class="navmenu">
-<ul>
-  <li><a href="index.html">Home</a></li>
-  <li><a href="project.html">Project</a></li>
-  <li><a href="download.html">Download</a></li>
-  <li><a href="README.html">Install</a></li>
-  <li><a href="Hg.html">Source</a></li>
-  <li><a href="NEWS.html">News</a> </li>
-  <li><a href="utilities.html">Utilities</a></li>
-  <li><a href="programming.html">Programming</a></li>
-  <li><a href="reference.html">Reference</a></li>
-</ul>
-</div>
-
-<div class="document">
-<p>2024-01-27  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><p>coders/tiff.c (AddIFDExifFields): Avoid signed/unsigned comparison warnings.</p></li>
-</ul>
-</blockquote>
-<p>2024-01-27  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>
-<p>coders/tiff.c: EXIF GPS IFD tags are copied now.</p>
-</blockquote>
-<p>2024-01-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>
-<p>tiff/libtiff/tif_dir.c: Apply Su Laus leak fix from:
-<a class="reference external" href="https://gitlab.com/libtiff/libtiff/-/commit/376916d25f39bab69a3ed16963fd3f186870942c">https://gitlab.com/libtiff/libtiff/-/commit/376916d25f39bab69a3ed16963fd3f186870942c</a></p>
-</blockquote>
-<p>2024-01-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>
-<p>coders/tiff.c: Refactor types to magick_uint16_t and
-magick_uint32_t.</p>
-</blockquote>
-<p>2024-01-25  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><p>coders/tiff.c (WriteTIFFImage): TIFFFreeDirectory() statements
-necessary to avoid memory leak in libtiff versions lacking merge
-request 563 &quot;Avoiding memory leaks when using
-TIFFCreateDirectory()&quot;.</p></li>
-</ul>
-</blockquote>
-<p>2024-01-24  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><p>coders/jxl.c: Directly include jxl/version.h rather than
-depending on it being implicitly included by other jxl headers.</p></li>
-</ul>
-</blockquote>
-<p>2024-01-24  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>
-<p>coders/tiff.c: Copy uint32_t and uint8_t EXIF arrays into a tiff.</p>
-</blockquote>
-<p>2024-01-23  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><p>www/Hg.rst: Change from defunct OSDN to Heptpod.</p></li>
-</ul>
-</blockquote>
-<div class="system-message">
-<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">&lt;string&gt;</span>, line 38)</p>
-<p>Block quote ends without a blank line; unexpected unindent.</p>
-</div>
-<p>2024-01-23  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>
-<p>coders/tiff.c: Copy uint16_t EXIF arrays into a tiff.</p>
-</blockquote>
-<p>2024-01-20  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>
-<p>coders/tiff.c: Do not copy TIFFTAG_XRESOLUTION &amp; TIFFTAG_YRESOLUTION
-that are already handled by gm functionality.</p>
-</blockquote>
-<p>2024-01-21  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><p>utilities/tests/common.sh, common.shi.in: Apply tight read and
-write file size limits during testing.</p></li>
-<li><p>utilities/tests/hald-clut.tap (levels): Make messaging about
-levels more distinct during Hald CLUT testing.</p></li>
-<li><p>fuzzing/utils.cc: Set a write resource limit during oss-fuzz
-testing.</p></li>
-<li><p>magick/blob.c (ReadBlobByte): EOF detection requires reading
-past the end of the file, so allow for that.</p></li>
-</ul>
-</blockquote>
-<p>2024-01-20  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><p>Copyright.txt, scripts/html_fragments.py, ChangeLog.2023: Rotate
-ChangeLog and update copyright statements for 2024.</p></li>
-</ul>
-</blockquote>
-<p>2024-01-20  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>
-<p>coders/tiff.c: Place string terminator for more code safety.</p>
-</blockquote>
-<p>2024-01-19  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>
-<p>coders/tiff.c: Temporary fix that supresses leak in tiff writer.</p>
-</blockquote>
-<p>2024-01-17  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><p>magick/symbols.h, wand/wand_symbols.h: Update Gm-prefixed
-symbols.</p></li>
-<li><p>coders/bmp.c: Eliminate 'TForeignFormatDesc' and 'StoreDescPNG'
-which were accidentally writeable globals.</p></li>
-<li><p>Fix spelling errors in code and documentation.</p></li>
-</ul>
-</blockquote>
-<p>2024-01-13  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>
-<p>coders/tiff.c: Prevent sign expansion and bogus contents in upper 2
-bytes for TIFF_SHORT.</p>
-</blockquote>
-<p>2024-01-12  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>
-<p>coders/tiff.c: Fixed TIFF_RATIONAL extraction from EXIF.</p>
-</blockquote>
-<p>2024-01-11  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>
-<p>coders/tiff.c: Fix for multiple frames. Do not import
-TIFFTAG_COMPRESSION, TIFFTAG_IMAGELENGTH, TIFFTAG_IMAGEWIDTH ...
-from EXIF.</p>
-</blockquote>
-<p>2024-01-10  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><p>coders/tiff.c (EXPERIMENTAL_EXIF_TAGS): Change
-EXPERIMENTAL_EXIF_TAGS to a simple boolean (rather than an ifdef)
-and default it to 0.  This needs to be in place until the TIFF
-writer no longer crashes.</p></li>
-<li><p>fuzzing/oss-fuzz-build.sh: Skip missing libheif optional
-dependencies in oss-fuzz build.</p></li>
-</ul>
-</blockquote>
-<p>2024-01-07  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>
-<p>coders/tiff.c: Fix TIFF_RATIONAL - Two LONGs: the first represents
-the numerator of a fraction, the second the denominator.</p>
-</blockquote>
-<p>2024-01-06  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>
-<p>coders/tiff.c: Extract EXIFIFD part from EXIF profile.</p>
-</blockquote>
-<p>2024-01-03  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>
-<p>coders/wpg.c: Make two functions &quot;EnsureNextImage()&quot; and
-&quot;LoadPaletteRec()&quot; static.</p>
-</blockquote>
-<p>2024-01-02  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>VisualMagick/tiff/LIBRARY.txt: Exclude more tiff/port files.</p></li>
-</ul>
-</blockquote>
-<p>2024-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>tiff/libtiff/tiffconf.h: Fix path to webp/types.h.</p></li>
-</ul>
-</blockquote>
-</div>
-
-
-<hr class="docutils">
-<div class="document">
-    <p><a href="Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2024<!--SPONSOR_LOGO--></p>
-</div>
-
-</div>
-</body>
-</html>