Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLATFORM-9707 #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Gifsicle NEWS
=============

## Version 1.95 – 19.Feb.2024

* Fix some bugs.


## Version 1.94 – 23.Jun.2023

* Fix some bugs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gifdiff.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- mode: nroff -*-
.ds V 1.94
.ds V 1.95
.ds E " \-\-
.if t .ds E \(em
.de Op
Expand Down
2 changes: 1 addition & 1 deletion gifsicle.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" -*- mode: nroff -*-
.AM
.ds V 1.94
.ds V 1.95
.ds E " \-\-
.if t .ds E \(em
.de Op
Expand Down
2 changes: 1 addition & 1 deletion gifview.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- mode: nroff -*-
.ds V 1.94
.ds V 1.95
.ds E " \-\-
.if t .ds E \(em
.de Op
Expand Down
2 changes: 1 addition & 1 deletion include/lcdf/clp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, [email protected]
* Copyright (c) 1997-2024 Eddie Kohler, [email protected]
*
* CLP is free software. It is distributed under the GNU General Public
* License, Version 2, or, alternatively and at your discretion, under the
Expand Down
2 changes: 1 addition & 1 deletion include/lcdfgif/gifx.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extern "C" {
#endif

/* gifx.h - Functions to turn GIFs in memory into X Pixmaps.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of the LCDF GIF library.

The LCDF GIF library is free software*. It is distributed under the GNU
Expand Down
2 changes: 1 addition & 1 deletion src/clp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, [email protected]
* Copyright (c) 1997-2024 Eddie Kohler, [email protected]
*
* CLP is free software. It is distributed under the GNU General Public
* License, Version 2, or, alternatively and at your discretion, under the
Expand Down
4 changes: 2 additions & 2 deletions src/gifdiff.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* gifdiff.c - Gifdiff compares GIF images for identical appearance.
Copyright (C) 1998-2023 Eddie Kohler, [email protected]
Copyright (C) 1998-2024 Eddie Kohler, [email protected]
This file is part of gifdiff, in the gifsicle package.

Gifdiff is free software. It is distributed under the GNU Public License,
Expand Down Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion src/gifread.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* gifread.c - Functions to read GIFs.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of the LCDF GIF library.

The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
4 changes: 2 additions & 2 deletions src/gifsicle.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- c-basic-offset: 2 -*- */
/* gifsicle.c - gifsicle's main loop.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of gifsicle.

Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down Expand Up @@ -2140,7 +2140,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");
Expand Down
2 changes: 1 addition & 1 deletion src/gifunopt.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* gifunopt.c - Unoptimization function for the GIF library.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of the LCDF GIF library.

The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
4 changes: 2 additions & 2 deletions src/gifview.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* gifview.c - gifview's main loop.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of gifview, in the gifsicle package.

Gifview is free software. It is distributed under the GNU Public License,
Expand Down Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion src/gifwrite.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- mode: c; c-basic-offset: 2 -*- */
/* gifwrite.c - Functions to write GIFs.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of the LCDF GIF library.

The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
2 changes: 1 addition & 1 deletion src/gifx.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* gifx.c - Functions to turn GIFs in memory into X Pixmaps.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of the LCDF GIF library.

The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
2 changes: 1 addition & 1 deletion src/quantize.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* quantize.c - Histograms and quantization for gifsicle.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of gifsicle.

Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/support.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* support.c - Support functions for gifsicle.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of gifsicle.

Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/ungifwrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://www.hasc.com>.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of the LCDF GIF library.

The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
6 changes: 3 additions & 3 deletions src/win32cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 '\\'
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/xform.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* xform.c - Image transformation functions for gifsicle.
Copyright (C) 1997-2023 Eddie Kohler, [email protected]
Copyright (C) 1997-2024 Eddie Kohler, [email protected]
This file is part of gifsicle.

Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
Loading