GraphicsMagick: 2 new changesets
GraphicsMagick Commits <[email protected]> Sat, 23 Sep 2023 16:13:43 -0500
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.2941.1695503633.1462.graphicsmagick-commit@lists.sourceforge.net> |
changeset b331410ffcbc in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=b331410ffcbc summary: Update release info in web index page. changeset d97320e45918 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=d97320e45918 summary: Update release info in web index page. diffstat: .hgtags | 34 - ChangeLog.2010 | 22 - Makefile.in | 4 +- PerlMagick/Magick.pm | 2 +- VisualMagick/installer/inc/version.isx | 6 +- aclocal.m4 | 101 +---- magick/version.h | 4 +- version.sh | 6 +- www/ChangeLog-2003.html | 8 +- www/ChangeLog-2007.html | 16 +- www/ChangeLog-2010.html | 41 +- www/ChangeLog-2013.html | 6 +- www/ChangeLog-2014.html | 4 +- www/ChangeLog-2015.html | 18 +- www/ChangeLog-2016.html | 8 +- www/ChangeLog-2017.html | 8 +- www/ChangeLog-2018.html | 33 +- www/ChangeLog-2021.html | 728 ++++++++++++++++++++------------ www/index.html | 6 +- www/index.rst | 6 +- www/magick.css | 176 ------- 21 files changed, 504 insertions(+), 733 deletions(-) diffs (truncated from 2012 to 500 lines): diff -r fa47877271c4 -r d97320e45918 .hgtags --- a/.hgtags Sat Sep 23 14:02:23 2023 -0500 +++ b/.hgtags Sat Sep 23 16:13:36 2023 -0500 @@ -74,37 +74,3 @@ 24d85185b7a3b5a5e9cc74ebf7d0e94ca60d7157 ImageMagick-5_2_6 bc8483ab69f9a2752475e122fa60dc024040b865 ImageMagick-5_2_7 c4404631fa1c5235083ddff0653ad93c10e4829b ImageMagick-5_2_5 -95b917a97d849ead1a005c15c644ab5c33dbc902 GraphicsMagick-1_3_13 -8341c19a4d23a467956a24d2d85741b5482d5bb2 GraphicsMagick-1_3_14 -89620e363b11fd030cbd66b19366fd0c12919b92 GraphicsMagick-1_3_15 -a7209a4396eeaf27ef754d1bf054200e312ef5ed GraphicsMagick-1_3_16 -2099ded8eac12576eec58e3a87e9274c92b3bf05 GraphicsMagick-1_3_17 -2099ded8eac12576eec58e3a87e9274c92b3bf05 GraphicsMagick-1_3_17 -ed420f446589977e3c25959fc58f6653261ebe48 GraphicsMagick-1_3_17 -3efefce99e25f53e76514dcee2e4676beb3ff61e GraphicsMagick-1_3_18 -09cca6cd862b128440135c9e7adcff6a9a52704b GraphicsMagick-1_3_19 -47587edd7953c81c1c85f09eafc060c983c18188 GraphicsMagick-1_3_20 -fc472f96dae726f21cb1c7699a535cb55fdfb290 GraphicsMagick-1_3_21 -0c27524abb7dc39af605c21970914df676e43ec5 GraphicsMagick-1_3_22 -4e0a7a93d9a4fae31226a706fadc12a6c275e484 GraphicsMagick-1_3_23 -8711e07cdebed0d29123d1b4c6cd68412db62188 GraphicsMagick-1_3_24 -8711e07cdebed0d29123d1b4c6cd68412db62188 GraphicsMagick-1_3_24 -41876934e7621618882f9c83e223e3252af85504 GraphicsMagick-1_3_24 -1c07f70e5dd9ade830b37d1257316cb3d47ace49 GraphicsMagick-1_3_25 -db4eb7f97eebe929d6706499049b47e32471c988 GraphicsMagick-1_3_26 -0a95925f9cd030fdf222187a1725dd825c9939dc GraphicsMagick-1_3_27 -5dc2a95b4191ab98d230ac2585cbf4810dfec45e GraphicsMagick-1_3_27a -8a9c2b403451c7a1f00e63c3003d757802465cbc GraphicsMagick-1_3_28 -249c764b62f17881876fd1d98da9271842e5ce57 GraphicsMagick-1_3_29 -40a77e57e1b83e1285fa686437304ff852163e77 GraphicsMagick-1_3_30 -233618f8fe82415451e9c40b2fb42595736f0474 GraphicsMagick-1_3_31 -3465dd1a89a5423e3f9e3f1c8f749dd30b12e403 GraphicsMagick-1_3_32 -c7e811e43123fd0feedbd459dec59b5d8df19dec GraphicsMagick-1_3_33 -6d650073850f08c2b3a99cad588407ece87b9aa4 GraphicsMagick-1_3_34 -560875f67e82edb5e8484c769167203e009befce GraphicsMagick-1_3_35 -4f73af743b85017bffcc3c760302753cdb30c17d GraphicsMagick-1_3_36 -9c83dfc1ba6daf44a104e70ad56ba2492e7a8147 GraphicsMagick-1_3_37 -828ffc28c1c62cc0a1c9544fa3601c0a7243b92d GraphicsMagick-1_3_38 -78aa636779351eded47c82bde220059c59778922 GraphicsMagick-1_3_39 -c41d8933edef6b94bc99e7d886eaef60dea1e33f GraphicsMagick-1_3_40 -56057d1925048ba92bd5c1b05b96667fe1ad83f7 GraphicsMagick-1_3_41 diff -r fa47877271c4 -r d97320e45918 ChangeLog.2010 --- a/ChangeLog.2010 Sat Sep 23 14:02:23 2023 -0500 +++ b/ChangeLog.2010 Sat Sep 23 16:13:36 2023 -0500 @@ -391,10 +391,6 @@ proceed to the next file name rather than quitting. Problem was reported by Patrick Welche. -2010-03-08 Bob Friesenhahn <[email protected]> - - * version.sh: Released GraphicsMagick 1.3.12. - 2010-03-03 Bob Friesenhahn <[email protected]> * PerlMagick/Makefile.am: Update PerlMagick/Magick.pm in the @@ -438,10 +434,6 @@ "graphicsmagick: "convert" command is broken", reported by Vladimir Stavrinov. -2010-02-21 Bob Friesenhahn <[email protected]> - - * version.sh: Released GraphicsMagick 1.3.11. - 2010-02-19 Bob Friesenhahn <[email protected]> * magick/composite.c (GetCompositionPixelIteratorCallback): @@ -471,10 +463,6 @@ character value is in the extended range. Problem reported by Arseny Solokha. Resolves SourceForge patch #2953314. -2010-02-10 Bob Friesenhahn <[email protected]> - - * version.sh: Released GraphicsMagick 1.3.10. - 2010-02-09 Bob Friesenhahn <[email protected]> * Magick++/demo/demo.cpp (main): Split demo output frames into @@ -500,10 +488,6 @@ "foo%d.jpg" rather than "foo0.jpg". Problem reported by Frans Coetzee. -2010-02-04 Bob Friesenhahn <[email protected]> - - * version.sh: Released GraphicsMagick 1.3.9. - 2010-02-03 Bob Friesenhahn <[email protected]> * doc/imdoc2man: Bare single quotes at the beginning of a line @@ -592,12 +576,6 @@ omp_get_max_threads(). Otherwise there is a crash if the number of threads is reduced from the original value. -2010-01-21 Bob Friesenhahn <[email protected]> - - * version.sh: Released GraphicsMagick 1.3.8. - - * NEWS.txt: Update for the 1.3.8 release. - 2010-01-20 Bob Friesenhahn <[email protected]> * www/benchmarks.rst: Update benchmark report to compare diff -r fa47877271c4 -r d97320e45918 Makefile.in --- a/Makefile.in Sat Sep 23 14:02:23 2023 -0500 +++ b/Makefile.in Sat Sep 23 16:13:36 2023 -0500 @@ -225,8 +225,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ diff -r fa47877271c4 -r d97320e45918 PerlMagick/Magick.pm --- a/PerlMagick/Magick.pm Sat Sep 23 14:02:23 2023 -0500 +++ b/PerlMagick/Magick.pm Sat Sep 23 16:13:36 2023 -0500 @@ -40,7 +40,7 @@ ); # This version identifier must match the package version. -($VERSION) = '1.3.42' =~ /^([\d.]+)/g; +($VERSION) = '1.4' =~ /^([\d.]+)/g; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() diff -r fa47877271c4 -r d97320e45918 VisualMagick/installer/inc/version.isx --- a/VisualMagick/installer/inc/version.isx Sat Sep 23 14:02:23 2023 -0500 +++ b/VisualMagick/installer/inc/version.isx Sat Sep 23 16:13:36 2023 -0500 @@ -9,6 +9,6 @@ #endif #define public MagickPackageName "GraphicsMagick" -#define public MagickPackageVersion "1.3.42" -#define public MagickPackageVersionAddendum "" -#define public MagickPackageReleaseDate "2023-09-23" +#define public MagickPackageVersion "1.4" +#define public MagickPackageVersionAddendum ".020230923" +#define public MagickPackageReleaseDate "snapshot-20230923" diff -r fa47877271c4 -r d97320e45918 aclocal.m4 --- a/aclocal.m4 Sat Sep 23 14:02:23 2023 -0500 +++ b/aclocal.m4 Sat Sep 23 16:13:36 2023 -0500 @@ -20,106 +20,6 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- -# -# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software -# Foundation, Inc. -# Written by Scott James Remnant, 2004. -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# serial 5 lt~obsolete.m4 - -# These exist entirely to fool aclocal when bootstrapping libtool. -# -# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), -# which have later been changed to m4_define as they aren't part of the -# exported API, or moved to Autoconf or Automake where they belong. -# -# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN -# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us -# using a macro with the same name in our local m4/libtool.m4 it'll -# pull the old libtool.m4 in (it doesn't see our shiny new m4_define -# and doesn't know about Autoconf macros at all.) -# -# So we provide this file, which has a silly filename so it's always -# included after everything else. This provides aclocal with the -# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything -# because those macros already exist, or will be overwritten later. -# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. -# -# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. -# Yes, that means every name once taken will need to remain here until -# we give up compatibility with versions before 1.7, at which point -# we need to keep only those names which we still refer to. - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) - -m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) -m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) -m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) -m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) -m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) -m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) -m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) -m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) -m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) -m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) -m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) -m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) -m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) -m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) -m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) -m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) -m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) -m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) -m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) -m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) -m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) -m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) -m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) -m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) -m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) -m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) -m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) -m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) -m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) -m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) -m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) -m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) -m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) -m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) -m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) -m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) -m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) -m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) -m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) -m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) -m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) -m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) -m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) -m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) -m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) -m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) -m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) -m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) -m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) -m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) - # Copyright (C) 2002-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1271,5 +1171,6 @@ m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) +m4_include([m4/lt~obsolete.m4]) m4_include([m4/pkg.m4]) m4_include([acinclude.m4]) diff -r fa47877271c4 -r d97320e45918 magick/version.h --- a/magick/version.h Sat Sep 23 14:02:23 2023 -0500 +++ b/magick/version.h Sat Sep 23 16:13:36 2023 -0500 @@ -36,10 +36,10 @@ #define MagickPackageName "GraphicsMagick" #define MagickCopyright "Copyright (C) 2002-2023 GraphicsMagick Group.\nAdditional copyrights and licenses apply to this software.\nSee http://www.GraphicsMagick.org/www/Copyright.html for details." #define MagickLibVersion 0x272404 -#define MagickLibVersionText "1.3.42" +#define MagickLibVersionText "1.4" #define MagickLibVersionNumber 27,24,4 #define MagickChangeDate "20230923" -#define MagickReleaseDate "2023-09-23" +#define MagickReleaseDate "snapshot-20230923" /* The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines diff -r fa47877271c4 -r d97320e45918 version.sh --- a/version.sh Sat Sep 23 14:02:23 2023 -0500 +++ b/version.sh Sat Sep 23 16:13:36 2023 -0500 @@ -17,7 +17,7 @@ # Package base version. This is is the numeric version suffix applied to # PACKAGE_NAME (e.g. "1.2"). -PACKAGE_VERSION='1.3.42' +PACKAGE_VERSION='1.4' # # Package name plus version string. @@ -27,8 +27,8 @@ # # Formal Package release date # Set to string "unreleased" if package is not a formal release. -PACKAGE_RELEASE_DATE="2023-09-23" -#PACKAGE_RELEASE_DATE="unreleased" +#PACKAGE_RELEASE_DATE="2017-12-11" +PACKAGE_RELEASE_DATE="unreleased" # # Date of last ChangeLog update diff -r fa47877271c4 -r d97320e45918 www/ChangeLog-2003.html --- a/www/ChangeLog-2003.html Sat Sep 23 14:02:23 2023 -0500 +++ b/www/ChangeLog-2003.html Sat Sep 23 16:13:36 2023 -0500 @@ -3714,12 +3714,8 @@ <li><p>magick/image.c (DestroyImage): Comment out new assertions until we are certain that there are no ill effects.</p></li> <li><p>coders/mat.c (ReadMATImage): Set image->depth to valid values.</p></li> -<li><dl class="simple"> -<dt>PerlMagick/Magick.xs: Update so that new DestroyImage assertions</dt> -<dd><p>aren't asserted.</p> -</dd> -</dl> -</li> +<li><p>PerlMagick/Magick.xs: Update so that new DestroyImage assertions +aren't asserted.</p></li> <li><p>magick/list.c (DestroyImageList): Update so that new DestroyImage assertions aren't asserted.</p></li> <li><p>coders/wpg.c (ReadWPGImage): Don't leave dangling pointer when diff -r fa47877271c4 -r d97320e45918 www/ChangeLog-2007.html --- a/www/ChangeLog-2007.html Sat Sep 23 14:02:23 2023 -0500 +++ b/www/ChangeLog-2007.html Sat Sep 23 16:13:36 2023 -0500 @@ -129,12 +129,8 @@ <p>2007-10-20 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p> <blockquote> <ul class="simple"> -<li><dl class="simple"> -<dt>mat.c: Attempt to read <cite>logic</cite> type modification</dt> -<dd><p>as monochrome image.</p> -</dd> -</dl> -</li> +<li><p>mat.c: Attempt to read <cite>logic</cite> type modification +as monochrome image.</p></li> </ul> </blockquote> <p>2007-10-07 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> @@ -856,12 +852,8 @@ <ul class="simple"> <li><p>magick/forward.h: New header file to support forward type declarations.</p></li> -<li><dl class="simple"> -<dt>coders/pnm.c (ReadPNMImage): Fix pixel scaling problem caused by</dt> -<dd><p>floating point rounding error.</p> -</dd> -</dl> -</li> +<li><p>coders/pnm.c (ReadPNMImage): Fix pixel scaling problem caused by +floating point rounding error.</p></li> </ul> </blockquote> <p>2007-07-07 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> diff -r fa47877271c4 -r d97320e45918 www/ChangeLog-2010.html --- a/www/ChangeLog-2010.html Sat Sep 23 14:02:23 2023 -0500 +++ b/www/ChangeLog-2010.html Sat Sep 23 16:13:36 2023 -0500 @@ -505,12 +505,6 @@ reported by Patrick Welche.</p></li> </ul> </blockquote> -<p>2010-03-08 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>version.sh: Released GraphicsMagick 1.3.12.</p></li> -</ul> -</blockquote> <p>2010-03-03 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"> @@ -522,13 +516,9 @@ <p>2010-03-03 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple...">glennrp<span>@</span>simple<span>.</span><span>.</span><span>.</span></a>></p> <blockquote> <ul class="simple"> -<li><dl class="simple"> -<dt>coders/png.c: restored missing "US" in PNG_USER_CHUNK_CACHE_MAX</dt> -<dd><p>at line 102. Added some (unsigned long) typecasts on print statements -to stifle warnings.</p> -</dd> -</dl> -</li> +<li><p>coders/png.c: restored missing "US" in PNG_USER_CHUNK_CACHE_MAX +at line 102. Added some (unsigned long) typecasts on print statements +to stifle warnings.</p></li> </ul> </blockquote> <p>2010-03-03 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> @@ -561,12 +551,6 @@ Vladimir Stavrinov.</p></li> </ul> </blockquote> -<p>2010-02-21 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>version.sh: Released GraphicsMagick 1.3.11.</p></li> -</ul> -</blockquote> <p>2010-02-19 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"> @@ -600,12 +584,6 @@ Arseny Solokha. Resolves SourceForge patch #2953314.</p></li> </ul> </blockquote> -<p>2010-02-10 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>version.sh: Released GraphicsMagick 1.3.10.</p></li> -</ul> -</blockquote> <p>2010-02-09 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"> @@ -632,12 +610,6 @@ Coetzee.</p></li> </ul> </blockquote> -<p>2010-02-04 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>version.sh: Released GraphicsMagick 1.3.9.</p></li> -</ul> -</blockquote> <p>2010-02-03 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"> @@ -725,13 +697,6 @@ of threads is reduced from the original value.</p></li> </ul> </blockquote> -<p>2010-01-21 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>version.sh: Released GraphicsMagick 1.3.8.</p></li> -<li><p>NEWS.txt: Update for the 1.3.8 release.</p></li> -</ul> -</blockquote> <p>2010-01-20 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 fa47877271c4 -r d97320e45918 www/ChangeLog-2013.html --- a/www/ChangeLog-2013.html Sat Sep 23 14:02:23 2023 -0500 +++ b/www/ChangeLog-2013.html Sat Sep 23 16:13:36 2023 -0500 @@ -314,8 +314,10 @@ </blockquote> <dl class="simple"> <dt>2013-08-26 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></dt> -<dd><p>* dcrawdcraw.c Updated from autor -* dcrawdcraw.c.patch</p> +<dd><ul class="simple"> +<li><p>dcrawdcraw.c Updated from autor</p></li> +<li><p>dcrawdcraw.c.patch</p></li> +</ul> </dd> </dl> <p>2013-08-25 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> diff -r fa47877271c4 -r d97320e45918 www/ChangeLog-2014.html --- a/www/ChangeLog-2014.html Sat Sep 23 14:02:23 2023 -0500 +++ b/www/ChangeLog-2014.html Sat Sep 23 16:13:36 2023 -0500 @@ -491,7 +491,9 @@ </blockquote> <p>2014-08-09 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p> <blockquote> -<p>* coders/webp.c webp cannot be compiled when HasWEBP is not set.</p> +<ul class="simple"> +<li><p>coders/webp.c webp cannot be compiled when HasWEBP is not set.</p></li> +</ul> </blockquote> <p>2014-08-08 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple.dallas.tx.us">glennrp<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> diff -r fa47877271c4 -r d97320e45918 www/ChangeLog-2015.html --- a/www/ChangeLog-2015.html Sat Sep 23 14:02:23 2023 -0500 +++ b/www/ChangeLog-2015.html Sat Sep 23 16:13:36 2023 -0500 @@ -206,8 +206,10 @@ </blockquote> <p>2015-08-30 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p> <blockquote> -<p>* magick/ImageMagick.rc Replace Imagemagick.ico by GraphicsMagick.ico</p> -<p>* magick/Imagemagick.ico is no longer needed and not referenced anywhere.</p> +<ul class="simple"> +<li><p>magick/ImageMagick.rc Replace Imagemagick.ico by GraphicsMagick.ico</p></li> +<li><p>magick/Imagemagick.ico is no longer needed and not referenced anywhere.</p></li> +</ul> </blockquote> <p>2015-08-22 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> @@ -1163,7 +1165,9 @@ </blockquote> <p>2014-03-24 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p> <blockquote> -<p>* coders/wpg.c More paranoa in checking ReadBlobByte() negative return.</p> +<ul class="simple"> +<li><p>coders/wpg.c More paranoa in checking ReadBlobByte() negative return.</p></li> +</ul> </blockquote> <p>2015-03-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> @@ -1486,12 +1490,8 @@ <p>2014-02-22 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p> <blockquote> <ul class="simple"> -<li><dl class="simple"> -<dt>VisualMagickconfigureconfigure.cpp Fixed crash.</dt> -<dd><p>Renamed debug to configure_d.exe to prevent mess.</p> -</dd> -</dl> -</li>