From 96f7f68cd8a3ed88f80654e1c4d3cb442eca0b58 Mon Sep 17 00:00:00 2001 From: Eddie Kohler Date: Mon, 19 Feb 2024 14:04:41 -0500 Subject: [PATCH] Make a new release --- NEWS.md | 5 +++++ README.md | 2 +- configure.ac | 6 +++--- gifdiff.1 | 2 +- gifsicle.1 | 2 +- gifview.1 | 2 +- include/lcdf/clp.h | 2 +- include/lcdfgif/gifx.h | 2 +- src/clp.c | 2 +- src/gifdiff.c | 4 ++-- src/gifread.c | 2 +- src/gifsicle.c | 4 ++-- src/gifunopt.c | 2 +- src/gifview.c | 4 ++-- src/gifwrite.c | 2 +- src/gifx.c | 2 +- src/quantize.c | 2 +- src/support.c | 2 +- src/ungifwrt.c | 2 +- src/win32cfg.h | 6 +++--- src/xform.c | 2 +- 21 files changed, 32 insertions(+), 27 deletions(-) diff --git a/NEWS.md b/NEWS.md index c5cc36f..4416ec3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ Gifsicle NEWS ============= +## Version 1.95 – 19.Feb.2024 + +* Fix some bugs. + + ## Version 1.94 – 23.Jun.2023 * Fix some bugs. diff --git a/README.md b/README.md index 4050fd8..45b56d4 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Please note that I do not provide support for Windows. Copyright/License ----------------- -All source code is Copyright (C) 1997-2023 Eddie Kohler. +All source code is Copyright (C) 1997-2024 Eddie Kohler. IF YOU PLAN TO USE GIFSICLE ONLY TO CREATE OR MODIFY GIF IMAGES, DON'T WORRY ABOUT THE REST OF THIS SECTION. Anyone can use Gifsicle however diff --git a/configure.ac b/configure.ac index 0f2cd85..842a39e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gifsicle], [1.94]) -AC_PREREQ(2.60) +AC_INIT([gifsicle],[1.95]) +AC_PREREQ([2.72]) AC_CONFIG_SRCDIR([src/gifsicle.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile src/Makefile]) @@ -12,7 +12,7 @@ AC_PROG_CC AC_PROG_CPP AC_C_CONST AC_C_INLINE -AC_HEADER_STDC + AC_CHECK_HEADERS([sys/select.h sys/stat.h inttypes.h unistd.h]) build_gifview=maybe diff --git a/gifdiff.1 b/gifdiff.1 index 0348f23..03b0e7e 100644 --- a/gifdiff.1 +++ b/gifdiff.1 @@ -1,5 +1,5 @@ .\" -*- mode: nroff -*- -.ds V 1.94 +.ds V 1.95 .ds E " \-\- .if t .ds E \(em .de Op diff --git a/gifsicle.1 b/gifsicle.1 index 4075804..4de5f5e 100644 --- a/gifsicle.1 +++ b/gifsicle.1 @@ -1,6 +1,6 @@ .\" -*- mode: nroff -*- .AM -.ds V 1.94 +.ds V 1.95 .ds E " \-\- .if t .ds E \(em .de Op diff --git a/gifview.1 b/gifview.1 index cde7985..6ea20ae 100644 --- a/gifview.1 +++ b/gifview.1 @@ -1,5 +1,5 @@ .\" -*- mode: nroff -*- -.ds V 1.94 +.ds V 1.95 .ds E " \-\- .if t .ds E \(em .de Op diff --git a/include/lcdf/clp.h b/include/lcdf/clp.h index f816c77..f25b53a 100644 --- a/include/lcdf/clp.h +++ b/include/lcdf/clp.h @@ -8,7 +8,7 @@ extern "C" { /* clp.h - Public interface to CLP. * This file is part of CLP, the command line parser package. * - * Copyright (c) 1997-2023 Eddie Kohler, ekohler@gmail.com + * Copyright (c) 1997-2024 Eddie Kohler, ekohler@gmail.com * * CLP is free software. It is distributed under the GNU General Public * License, Version 2, or, alternatively and at your discretion, under the diff --git a/include/lcdfgif/gifx.h b/include/lcdfgif/gifx.h index 6d4573e..fcd89dd 100644 --- a/include/lcdfgif/gifx.h +++ b/include/lcdfgif/gifx.h @@ -6,7 +6,7 @@ extern "C" { #endif /* gifx.h - Functions to turn GIFs in memory into X Pixmaps. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of the LCDF GIF library. The LCDF GIF library is free software*. It is distributed under the GNU diff --git a/src/clp.c b/src/clp.c index f83859d..8bbb5b0 100644 --- a/src/clp.c +++ b/src/clp.c @@ -2,7 +2,7 @@ /* clp.c - Complete source code for CLP. * This file is part of CLP, the command line parser package. * - * Copyright (c) 1997-2023 Eddie Kohler, ekohler@gmail.com + * Copyright (c) 1997-2024 Eddie Kohler, ekohler@gmail.com * * CLP is free software. It is distributed under the GNU General Public * License, Version 2, or, alternatively and at your discretion, under the diff --git a/src/gifdiff.c b/src/gifdiff.c index 998b9b5..46bf5e9 100644 --- a/src/gifdiff.c +++ b/src/gifdiff.c @@ -1,5 +1,5 @@ /* gifdiff.c - Gifdiff compares GIF images for identical appearance. - Copyright (C) 1998-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1998-2024 Eddie Kohler, ekohler@gmail.com This file is part of gifdiff, in the gifsicle package. Gifdiff is free software. It is distributed under the GNU Public License, @@ -560,7 +560,7 @@ main(int argc, char *argv[]) case VERSION_OPT: printf("gifdiff (LCDF Gifsicle) %s\n", VERSION); - printf("Copyright (C) 1998-2023 Eddie Kohler\n\ + printf("Copyright (C) 1998-2024 Eddie Kohler\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty, not even for merchantability or fitness for a\n\ particular purpose.\n"); diff --git a/src/gifread.c b/src/gifread.c index f45a0dc..ca98b98 100644 --- a/src/gifread.c +++ b/src/gifread.c @@ -1,5 +1,5 @@ /* gifread.c - Functions to read GIFs. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of the LCDF GIF library. The LCDF GIF library is free software. It is distributed under the GNU diff --git a/src/gifsicle.c b/src/gifsicle.c index c7836e6..444313d 100644 --- a/src/gifsicle.c +++ b/src/gifsicle.c @@ -1,6 +1,6 @@ /* -*- c-basic-offset: 2 -*- */ /* gifsicle.c - gifsicle's main loop. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of gifsicle. Gifsicle is free software. It is distributed under the GNU Public License, @@ -2126,7 +2126,7 @@ main(int argc, char *argv[]) #else printf("LCDF Gifsicle %s\n", VERSION); #endif - printf("Copyright (C) 1997-2023 Eddie Kohler\n\ + printf("Copyright (C) 1997-2024 Eddie Kohler\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty, not even for merchantability or fitness for a\n\ particular purpose.\n"); diff --git a/src/gifunopt.c b/src/gifunopt.c index 6224a46..31d6d56 100644 --- a/src/gifunopt.c +++ b/src/gifunopt.c @@ -1,5 +1,5 @@ /* gifunopt.c - Unoptimization function for the GIF library. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of the LCDF GIF library. The LCDF GIF library is free software. It is distributed under the GNU diff --git a/src/gifview.c b/src/gifview.c index e9ab257..b558fd5 100644 --- a/src/gifview.c +++ b/src/gifview.c @@ -1,5 +1,5 @@ /* gifview.c - gifview's main loop. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of gifview, in the gifsicle package. Gifview is free software. It is distributed under the GNU Public License, @@ -1356,7 +1356,7 @@ main(int argc, char *argv[]) case VERSION_OPT: printf("gifview (LCDF Gifsicle) %s\n", VERSION); - printf("Copyright (C) 1997-2023 Eddie Kohler\n\ + printf("Copyright (C) 1997-2024 Eddie Kohler\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty, not even for merchantability or fitness for a\n\ particular purpose.\n"); diff --git a/src/gifwrite.c b/src/gifwrite.c index 115f2c8..78d1f3a 100644 --- a/src/gifwrite.c +++ b/src/gifwrite.c @@ -1,6 +1,6 @@ /* -*- mode: c; c-basic-offset: 2 -*- */ /* gifwrite.c - Functions to write GIFs. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of the LCDF GIF library. The LCDF GIF library is free software. It is distributed under the GNU diff --git a/src/gifx.c b/src/gifx.c index 1e4cab2..fe38523 100644 --- a/src/gifx.c +++ b/src/gifx.c @@ -1,5 +1,5 @@ /* gifx.c - Functions to turn GIFs in memory into X Pixmaps. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of the LCDF GIF library. The LCDF GIF library is free software. It is distributed under the GNU diff --git a/src/quantize.c b/src/quantize.c index 185fc4c..aca279d 100644 --- a/src/quantize.c +++ b/src/quantize.c @@ -1,5 +1,5 @@ /* quantize.c - Histograms and quantization for gifsicle. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of gifsicle. Gifsicle is free software. It is distributed under the GNU Public License, diff --git a/src/support.c b/src/support.c index 23ed316..aa38dea 100644 --- a/src/support.c +++ b/src/support.c @@ -1,5 +1,5 @@ /* support.c - Support functions for gifsicle. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of gifsicle. Gifsicle is free software. It is distributed under the GNU Public License, diff --git a/src/ungifwrt.c b/src/ungifwrt.c index f5c65bd..1fe00c0 100644 --- a/src/ungifwrt.c +++ b/src/ungifwrt.c @@ -2,7 +2,7 @@ /* ungifwrt.c - Functions to write unGIFs -- GIFs with run-length compression, not LZW compression. Idea due to Hutchinson Avenue Software Corporation . - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of the LCDF GIF library. The LCDF GIF library is free software. It is distributed under the GNU diff --git a/src/win32cfg.h b/src/win32cfg.h index d81bdf3..1a14b11 100644 --- a/src/win32cfg.h +++ b/src/win32cfg.h @@ -107,7 +107,7 @@ #define PACKAGE_NAME "gifsicle" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gifsicle 1.94" +#define PACKAGE_STRING "gifsicle 1.95" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gifsicle" @@ -116,7 +116,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.94" +#define PACKAGE_VERSION "1.95" /* Pathname separator character ('/' on Unix). */ #define PATHNAME_SEPARATOR '\\' @@ -144,7 +144,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.94 (Windows)" +#define VERSION "1.95 (Windows)" /* Define if X is not available. */ #define X_DISPLAY_MISSING 1 diff --git a/src/xform.c b/src/xform.c index 095e5cf..2f36364 100644 --- a/src/xform.c +++ b/src/xform.c @@ -1,5 +1,5 @@ /* xform.c - Image transformation functions for gifsicle. - Copyright (C) 1997-2023 Eddie Kohler, ekohler@gmail.com + Copyright (C) 1997-2024 Eddie Kohler, ekohler@gmail.com This file is part of gifsicle. Gifsicle is free software. It is distributed under the GNU Public License,