Skip to content

Commit 61b3a6f

Browse files
committed
Bump version to 1.6.56.git
1 parent c3e3049 commit 61b3a6f

File tree

13 files changed

+44
-34
lines changed

13 files changed

+44
-34
lines changed

ANNOUNCE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libpng 1.6.56.git
2+
=================
3+
4+
This is a development version, not intended to be a public release.
5+
It will be replaced by a public release, or by another development
6+
version, at a later time.
7+
8+
19
libpng 1.6.55 - February 9, 2026
210
================================
311

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6337,6 +6337,8 @@ Version 1.6.55 [February 9, 2026]
63376337
Resolved an oss-fuzz build issue involving nalloc.
63386338
(Contributed by Philippe Antoine.)
63396339

6340+
Version 1.6.56 [TODO]
6341+
63406342
Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
63416343
Subscription is required; visit
63426344
<https://lists.sourceforge.net/lists/listinfo/png-mng-implement>

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ cmake_minimum_required(VERSION 3.14...4.2)
1818

1919
set(PNGLIB_MAJOR 1)
2020
set(PNGLIB_MINOR 6)
21-
set(PNGLIB_REVISION 55)
22-
set(PNGLIB_SUBREVISION 0)
23-
#set(PNGLIB_SUBREVISION "git")
21+
set(PNGLIB_REVISION 56)
22+
#set(PNGLIB_SUBREVISION 0)
23+
set(PNGLIB_SUBREVISION "git")
2424
set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_REVISION})
2525
set(PNGLIB_ABI_VERSION ${PNGLIB_MAJOR}${PNGLIB_MINOR})
2626
set(PNGLIB_SHARED_VERSION ${PNGLIB_ABI_VERSION}.${PNGLIB_REVISION}.${PNGLIB_SUBREVISION})

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
README for libpng version 1.6.55
2-
================================
1+
README for libpng version 1.6.56.git
2+
====================================
33

44
See the note about version numbers near the top of `png.h`.
55
See `INSTALL` for instructions on how to install libpng.

configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for libpng 1.6.55.
3+
# Generated by GNU Autoconf 2.72 for libpng 1.6.56.git.
44
#
55
# Report bugs to <png-mng-implement@lists.sourceforge.net>.
66
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='libpng'
616616
PACKAGE_TARNAME='libpng'
617-
PACKAGE_VERSION='1.6.55'
618-
PACKAGE_STRING='libpng 1.6.55'
617+
PACKAGE_VERSION='1.6.56.git'
618+
PACKAGE_STRING='libpng 1.6.56.git'
619619
PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net'
620620
PACKAGE_URL=''
621621

@@ -1424,7 +1424,7 @@ if test "$ac_init_help" = "long"; then
14241424
# Omit some internal or obsolete options to make the list less imposing.
14251425
# This message is too long to be a string in the A/UX 3.1 sh.
14261426
cat <<_ACEOF
1427-
'configure' configures libpng 1.6.55 to adapt to many kinds of systems.
1427+
'configure' configures libpng 1.6.56.git to adapt to many kinds of systems.
14281428

14291429
Usage: $0 [OPTION]... [VAR=VALUE]...
14301430

@@ -1495,7 +1495,7 @@ fi
14951495

14961496
if test -n "$ac_init_help"; then
14971497
case $ac_init_help in
1498-
short | recursive ) echo "Configuration of libpng 1.6.55:";;
1498+
short | recursive ) echo "Configuration of libpng 1.6.56.git:";;
14991499
esac
15001500
cat <<\_ACEOF
15011501

@@ -1698,7 +1698,7 @@ fi
16981698
test -n "$ac_init_help" && exit $ac_status
16991699
if $ac_init_version; then
17001700
cat <<\_ACEOF
1701-
libpng configure 1.6.55
1701+
libpng configure 1.6.56.git
17021702
generated by GNU Autoconf 2.72
17031703

17041704
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1961,7 +1961,7 @@ cat >config.log <<_ACEOF
19611961
This file contains any messages produced by compilers while
19621962
running configure, to aid debugging if configure makes a mistake.
19631963

1964-
It was created by libpng $as_me 1.6.55, which was
1964+
It was created by libpng $as_me 1.6.56.git, which was
19651965
generated by GNU Autoconf 2.72. Invocation command line was
19661966

19671967
$ $0$ac_configure_args_raw
@@ -3446,7 +3446,7 @@ fi
34463446

34473447
# Define the identity of the package.
34483448
PACKAGE='libpng'
3449-
VERSION='1.6.55'
3449+
VERSION='1.6.56.git'
34503450

34513451

34523452
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3665,10 +3665,10 @@ fi
36653665

36663666

36673667

3668-
PNGLIB_VERSION=1.6.55
3668+
PNGLIB_VERSION=1.6.56.git
36693669
PNGLIB_MAJOR=1
36703670
PNGLIB_MINOR=6
3671-
PNGLIB_RELEASE=55
3671+
PNGLIB_RELEASE=56
36723672

36733673

36743674

@@ -16406,7 +16406,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1640616406
# report actual input values of CONFIG_FILES etc. instead of their
1640716407
# values after options handling.
1640816408
ac_log="
16409-
This file was extended by libpng $as_me 1.6.55, which was
16409+
This file was extended by libpng $as_me 1.6.56.git, which was
1641016410
generated by GNU Autoconf 2.72. Invocation command line was
1641116411

1641216412
CONFIG_FILES = $CONFIG_FILES
@@ -16474,7 +16474,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1647416474
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1647516475
ac_cs_config='$ac_cs_config_escaped'
1647616476
ac_cs_version="\\
16477-
libpng config.status 1.6.55
16477+
libpng config.status 1.6.56.git
1647816478
configured by $0, generated by GNU Autoconf 2.72,
1647916479
with options \\"\$ac_cs_config\\"
1648016480

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AC_PREREQ([2.68])
2525

2626
dnl Version number stuff here:
2727

28-
AC_INIT([libpng],[1.6.55],[png-mng-implement@lists.sourceforge.net])
28+
AC_INIT([libpng],[1.6.56.git],[png-mng-implement@lists.sourceforge.net])
2929
AC_CONFIG_MACRO_DIR([scripts/autoconf])
3030

3131
# libpng does not follow GNU file name conventions (hence 'foreign')
@@ -46,10 +46,10 @@ dnl automake, so the following is not necessary (and is not defined anyway):
4646
dnl AM_PREREQ([1.11.2])
4747
dnl stop configure from automagically running automake
4848

49-
PNGLIB_VERSION=1.6.55
49+
PNGLIB_VERSION=1.6.56.git
5050
PNGLIB_MAJOR=1
5151
PNGLIB_MINOR=6
52-
PNGLIB_RELEASE=55
52+
PNGLIB_RELEASE=56
5353

5454
dnl End of version number stuff
5555

png.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "pngpriv.h"
1414

1515
/* Generate a compiler error if there is an old png.h in the search path. */
16-
typedef png_libpng_version_1_6_55 Your_png_h_is_not_version_1_6_55;
16+
typedef png_libpng_version_1_6_56_git Your_png_h_is_not_version_1_6_56_git;
1717

1818
/* Sanity check the chunks definitions - PNG_KNOWN_CHUNKS from pngpriv.h and the
1919
* corresponding macro definitions. This causes a compile time failure if
@@ -820,7 +820,7 @@ png_get_copyright(png_const_structrp png_ptr)
820820
return PNG_STRING_COPYRIGHT
821821
#else
822822
return PNG_STRING_NEWLINE \
823-
"libpng version 1.6.55" PNG_STRING_NEWLINE \
823+
"libpng version 1.6.56.git" PNG_STRING_NEWLINE \
824824
"Copyright (c) 2018-2026 Cosmin Truta" PNG_STRING_NEWLINE \
825825
"Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \
826826
PNG_STRING_NEWLINE \

png.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* png.h - header file for PNG reference library
22
*
3-
* libpng version 1.6.55
3+
* libpng version 1.6.56.git
44
*
55
* Copyright (c) 2018-2026 Cosmin Truta
66
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -274,7 +274,7 @@
274274
*/
275275

276276
/* Version information for png.h - this should match the version in png.c */
277-
#define PNG_LIBPNG_VER_STRING "1.6.55"
277+
#define PNG_LIBPNG_VER_STRING "1.6.56.git"
278278
#define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n"
279279

280280
/* The versions of shared library builds should stay in sync, going forward */
@@ -285,12 +285,12 @@
285285
/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
286286
#define PNG_LIBPNG_VER_MAJOR 1
287287
#define PNG_LIBPNG_VER_MINOR 6
288-
#define PNG_LIBPNG_VER_RELEASE 55
288+
#define PNG_LIBPNG_VER_RELEASE 56
289289

290290
/* This should be zero for a public release, or non-zero for a
291291
* development version.
292292
*/
293-
#define PNG_LIBPNG_VER_BUILD 0
293+
#define PNG_LIBPNG_VER_BUILD 1
294294

295295
/* Release Status */
296296
#define PNG_LIBPNG_BUILD_ALPHA 1
@@ -307,7 +307,7 @@
307307
#define PNG_LIBPNG_BUILD_SPECIAL 32 /* Cannot be OR'ed with
308308
PNG_LIBPNG_BUILD_PRIVATE */
309309

310-
#define PNG_LIBPNG_BUILD_BASE_TYPE PNG_LIBPNG_BUILD_STABLE
310+
#define PNG_LIBPNG_BUILD_BASE_TYPE PNG_LIBPNG_BUILD_BETA
311311

312312
/* Careful here. At one time, Guy wanted to use 082, but that
313313
* would be octal. We must not include leading zeros.
@@ -316,7 +316,7 @@
316316
* From version 1.0.1 it is:
317317
* XXYYZZ, where XX=major, YY=minor, ZZ=release
318318
*/
319-
#define PNG_LIBPNG_VER 10655 /* 1.6.55 */
319+
#define PNG_LIBPNG_VER 10656 /* 1.6.56.git */
320320

321321
/* Library configuration: these options cannot be changed after
322322
* the library has been built.
@@ -426,7 +426,7 @@ extern "C" {
426426
/* This triggers a compiler error in png.c, if png.c and png.h
427427
* do not agree upon the version number.
428428
*/
429-
typedef char *png_libpng_version_1_6_55;
429+
typedef char *png_libpng_version_1_6_56_git;
430430

431431
/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
432432
*

pngconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* pngconf.h - machine-configurable file for libpng
22
*
3-
* libpng version 1.6.55
3+
* libpng version 1.6.56.git
44
*
55
* Copyright (c) 2018-2026 Cosmin Truta
66
* Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson

pngtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define STDERR stdout
5151

5252
/* Generate a compiler error if there is an old png.h in the search path. */
53-
typedef png_libpng_version_1_6_55 Your_png_h_is_not_version_1_6_55;
53+
typedef png_libpng_version_1_6_56_git Your_png_h_is_not_version_1_6_56_git;
5454

5555
/* Ensure that all version numbers in png.h are consistent with one another. */
5656
#if (PNG_LIBPNG_VER != PNG_LIBPNG_VER_MAJOR * 10000 + \

0 commit comments

Comments
 (0)