GraphicsMagick: BMP: Fix compilation warning in log statement
GraphicsMagick Commits <[email protected]> Thu, 28 Sep 2023 13:53:20 -0500
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.4686.1695927208.1961.graphicsmagick-commit@lists.sourceforge.net> |
changeset bb0790772c50 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=bb0790772c50 summary: BMP: Fix compilation warning in log statement diffstat: ChangeLog | 7 ++++++- VisualMagick/installer/inc/version.isx | 4 ++-- coders/bmp.c | 2 +- magick/version.h | 4 ++-- www/Changelog.html | 20 ++++++++++++++++++++ www/Changes.html | 2 +- www/Changes.rst | 2 +- 7 files changed, 33 insertions(+), 8 deletions(-) diffs (107 lines): diff -r 4e105ca1c1fc -r bb0790772c50 ChangeLog --- a/ChangeLog Thu Sep 28 00:44:07 2023 +0200 +++ b/ChangeLog Thu Sep 28 13:53:18 2023 -0500 @@ -1,6 +1,11 @@ +2023-09-28 Bob Friesenhahn <[email protected]> + + * coders/bmp.c (StoreAlienBlob): Fix compilation warning in log + statement. + 2023-09-28 Fojtik Jaroslav <[email protected]> - * PerlMagick/t/png/input_PNG.bmp Add a BMP sample with BI_PNG + * PerlMagick/t/png/input_PNG.bmp: Add a BMP sample with BI_PNG compression. 2023-09-27 Fojtik Jaroslav <[email protected]> diff -r 4e105ca1c1fc -r bb0790772c50 VisualMagick/installer/inc/version.isx --- a/VisualMagick/installer/inc/version.isx Thu Sep 28 00:44:07 2023 +0200 +++ b/VisualMagick/installer/inc/version.isx Thu Sep 28 13:53:18 2023 -0500 @@ -10,5 +10,5 @@ #define public MagickPackageName "GraphicsMagick" #define public MagickPackageVersion "1.4" -#define public MagickPackageVersionAddendum ".020230923" -#define public MagickPackageReleaseDate "snapshot-20230923" +#define public MagickPackageVersionAddendum ".020230928" +#define public MagickPackageReleaseDate "snapshot-20230928" diff -r 4e105ca1c1fc -r bb0790772c50 coders/bmp.c --- a/coders/bmp.c Thu Sep 28 00:44:07 2023 +0200 +++ b/coders/bmp.c Thu Sep 28 13:53:18 2023 -0500 @@ -1957,7 +1957,7 @@ if(jpeg_image_info == (ImageInfo *) NULL) ThrowWriterException(ResourceLimitError,MemoryAllocationFailed, image); if(image->logging) - (void) LogMagickEvent(CoderEvent,GetMagickModule(), pFormatDesc->Desc); + (void) LogMagickEvent(CoderEvent,GetMagickModule(), "%s", pFormatDesc->Desc); jpeg_image = CloneImage(image,0,0,MagickTrue,&image->exception); diff -r 4e105ca1c1fc -r bb0790772c50 magick/version.h --- a/magick/version.h Thu Sep 28 00:44:07 2023 +0200 +++ b/magick/version.h Thu Sep 28 13:53:18 2023 -0500 @@ -38,8 +38,8 @@ #define MagickLibVersion 0x272404 #define MagickLibVersionText "1.4" #define MagickLibVersionNumber 27,24,4 -#define MagickChangeDate "20230923" -#define MagickReleaseDate "snapshot-20230923" +#define MagickChangeDate "20230928" +#define MagickReleaseDate "snapshot-20230928" /* The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines diff -r 4e105ca1c1fc -r bb0790772c50 www/Changelog.html --- a/www/Changelog.html Thu Sep 28 00:44:07 2023 +0200 +++ b/www/Changelog.html Thu Sep 28 13:53:18 2023 -0500 @@ -37,6 +37,26 @@ </div> <div class="document"> +<p>2023-09-28 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>coders/bmp.c (StoreAlienBlob): Fix compilation warning in log +statement.</p></li> +</ul> +</blockquote> +<p>2023-09-28 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40yandex.com">JaFojtik<span>@</span>yandex<span>.</span>com</a>></p> +<blockquote> +<ul class="simple"> +<li><p>PerlMagick/t/png/input_PNG.bmp: Add a BMP sample with BI_PNG +compression.</p></li> +</ul> +</blockquote> +<p>2023-09-27 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40yandex.com">JaFojtik<span>@</span>yandex<span>.</span>com</a>></p> +<blockquote> +<ul class="simple"> +<li><p>coders/bmp.c: Writer for BI_PNG compression.</p></li> +</ul> +</blockquote> <p>2023-09-23 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 4e105ca1c1fc -r bb0790772c50 www/Changes.html --- a/www/Changes.html Thu Sep 28 00:44:07 2023 +0200 +++ b/www/Changes.html Thu Sep 28 13:53:18 2023 -0500 @@ -45,7 +45,7 @@ <p>The following are the <span class="docutils literal">GraphicsMagick</span> change logs since 2001:</p> <blockquote> <ul class="simple"> -<li><p><a class="reference external" href="Changelog.html">2023</a> (1.3.40, 1.3.41 released)</p></li> +<li><p><a class="reference external" href="Changelog.html">2023</a> (1.3.40, 1.3.41, 1.3.42 released)</p></li> <li><p><a class="reference external" href="ChangeLog-2022.html">2022</a> (1.3.38, 1.3.39 released)</p></li> <li><p><a class="reference external" href="ChangeLog-2021.html">2021</a> (1.3.37 released)</p></li> <li><p><a class="reference external" href="ChangeLog-2020.html">2020</a> (1.3.35, 1.3.36 released)</p></li> diff -r 4e105ca1c1fc -r bb0790772c50 www/Changes.rst --- a/www/Changes.rst Thu Sep 28 00:44:07 2023 +0200 +++ b/www/Changes.rst Thu Sep 28 13:53:18 2023 -0500 @@ -47,7 +47,7 @@ The following are the ``GraphicsMagick`` change logs since 2001: - * 2023_ (1.3.40, 1.3.41 released) + * 2023_ (1.3.40, 1.3.41, 1.3.42 released) * 2022_ (1.3.38, 1.3.39 released)