Skip to content

Commit f1848a3

Browse files
committed
Bump version to 1.6.44.git
1 parent ed217e3 commit f1848a3

13 files changed

+50
-40
lines changed

ANNOUNCE

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libpng 1.6.44.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.43 - February 23, 2024
210
=================================
311

CHANGES

+2
Original file line numberDiff line numberDiff line change
@@ -6196,6 +6196,8 @@ Version 1.6.43 [February 23, 2024]
61966196
consistency verification and text linting.
61976197
Added version consistency verification to pngtest.c also.
61986198

6199+
Version 1.6.44 [TODO]
6200+
61996201
Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
62006202
Subscription is required; visit
62016203
https://lists.sourceforge.net/lists/listinfo/png-mng-implement

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ cmake_minimum_required(VERSION 3.6)
1919

2020
set(PNGLIB_MAJOR 1)
2121
set(PNGLIB_MINOR 6)
22-
set(PNGLIB_REVISION 43)
23-
set(PNGLIB_SUBREVISION 0)
24-
#set(PNGLIB_SUBREVISION "git")
22+
set(PNGLIB_REVISION 44)
23+
#set(PNGLIB_SUBREVISION 0)
24+
set(PNGLIB_SUBREVISION "git")
2525
set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_REVISION})
2626
set(PNGLIB_ABI_VERSION ${PNGLIB_MAJOR}${PNGLIB_MINOR})
2727
set(PNGLIB_SHARED_VERSION ${PNGLIB_ABI_VERSION}.${PNGLIB_REVISION}.${PNGLIB_SUBREVISION})

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
README for libpng version 1.6.43
2-
================================
1+
README for libpng version 1.6.44.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

+13-13
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.43.
3+
# Generated by GNU Autoconf 2.72 for libpng 1.6.44.git.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='libpng'
616616
PACKAGE_TARNAME='libpng'
617-
PACKAGE_VERSION='1.6.43'
618-
PACKAGE_STRING='libpng 1.6.43'
617+
PACKAGE_VERSION='1.6.44.git'
618+
PACKAGE_STRING='libpng 1.6.44.git'
619619
PACKAGE_BUGREPORT='[email protected]'
620620
PACKAGE_URL=''
621621

@@ -1417,7 +1417,7 @@ if test "$ac_init_help" = "long"; then
14171417
# Omit some internal or obsolete options to make the list less imposing.
14181418
# This message is too long to be a string in the A/UX 3.1 sh.
14191419
cat <<_ACEOF
1420-
'configure' configures libpng 1.6.43 to adapt to many kinds of systems.
1420+
'configure' configures libpng 1.6.44.git to adapt to many kinds of systems.
14211421
14221422
Usage: $0 [OPTION]... [VAR=VALUE]...
14231423
@@ -1488,7 +1488,7 @@ fi
14881488

14891489
if test -n "$ac_init_help"; then
14901490
case $ac_init_help in
1491-
short | recursive ) echo "Configuration of libpng 1.6.43:";;
1491+
short | recursive ) echo "Configuration of libpng 1.6.44.git:";;
14921492
esac
14931493
cat <<\_ACEOF
14941494
@@ -1685,7 +1685,7 @@ fi
16851685
test -n "$ac_init_help" && exit $ac_status
16861686
if $ac_init_version; then
16871687
cat <<\_ACEOF
1688-
libpng configure 1.6.43
1688+
libpng configure 1.6.44.git
16891689
generated by GNU Autoconf 2.72
16901690
16911691
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1948,7 +1948,7 @@ cat >config.log <<_ACEOF
19481948
This file contains any messages produced by compilers while
19491949
running configure, to aid debugging if configure makes a mistake.
19501950
1951-
It was created by libpng $as_me 1.6.43, which was
1951+
It was created by libpng $as_me 1.6.44.git, which was
19521952
generated by GNU Autoconf 2.72. Invocation command line was
19531953
19541954
$ $0$ac_configure_args_raw
@@ -3248,7 +3248,7 @@ fi
32483248

32493249
# Define the identity of the package.
32503250
PACKAGE='libpng'
3251-
VERSION='1.6.43'
3251+
VERSION='1.6.44.git'
32523252

32533253

32543254
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3381,17 +3381,17 @@ fi
33813381

33823382

33833383

3384-
PNGLIB_VERSION=1.6.43
3384+
PNGLIB_VERSION=1.6.44.git
33853385
PNGLIB_MAJOR=1
33863386
PNGLIB_MINOR=6
3387-
PNGLIB_RELEASE=43
3387+
PNGLIB_RELEASE=44
33883388

33893389

33903390

33913391
ac_config_headers="$ac_config_headers config.h"
33923392

33933393

3394-
# Check for basic programs.
3394+
# Check the basic programs.
33953395
ac_ext=c
33963396
ac_cpp='$CPP $CPPFLAGS'
33973397
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -15382,7 +15382,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1538215382
# report actual input values of CONFIG_FILES etc. instead of their
1538315383
# values after options handling.
1538415384
ac_log="
15385-
This file was extended by libpng $as_me 1.6.43, which was
15385+
This file was extended by libpng $as_me 1.6.44.git, which was
1538615386
generated by GNU Autoconf 2.72. Invocation command line was
1538715387
1538815388
CONFIG_FILES = $CONFIG_FILES
@@ -15450,7 +15450,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1545015450
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1545115451
ac_cs_config='$ac_cs_config_escaped'
1545215452
ac_cs_version="\\
15453-
libpng config.status 1.6.43
15453+
libpng config.status 1.6.44.git
1545415454
configured by $0, generated by GNU Autoconf 2.72,
1545515455
with options \\"\$ac_cs_config\\"
1545615456

configure.ac

+4-4
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.43],[[email protected]])
28+
AC_INIT([libpng],[1.6.44.git],[[email protected]])
2929
AC_CONFIG_MACRO_DIR([scripts/autoconf])
3030

3131
# libpng does not follow GNU file name conventions (hence 'foreign')
@@ -46,17 +46,17 @@ 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.43
49+
PNGLIB_VERSION=1.6.44.git
5050
PNGLIB_MAJOR=1
5151
PNGLIB_MINOR=6
52-
PNGLIB_RELEASE=43
52+
PNGLIB_RELEASE=44
5353

5454
dnl End of version number stuff
5555

5656
AC_CONFIG_SRCDIR([pngget.c])
5757
AC_CONFIG_HEADERS([config.h])
5858

59-
# Check for basic programs.
59+
# Check the basic programs.
6060
AC_LANG([C])
6161
AC_PROG_CC
6262
AM_PROG_AS

png.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "pngpriv.h"
1515

1616
/* Generate a compiler error if there is an old png.h in the search path. */
17-
typedef png_libpng_version_1_6_43 Your_png_h_is_not_version_1_6_43;
17+
typedef png_libpng_version_1_6_44_git Your_png_h_is_not_version_1_6_44_git;
1818

1919
/* Tells libpng that we have already handled the first "num_bytes" bytes
2020
* of the PNG file signature. If the PNG data is embedded into another
@@ -794,7 +794,7 @@ png_get_copyright(png_const_structrp png_ptr)
794794
return PNG_STRING_COPYRIGHT
795795
#else
796796
return PNG_STRING_NEWLINE \
797-
"libpng version 1.6.43" PNG_STRING_NEWLINE \
797+
"libpng version 1.6.44.git" PNG_STRING_NEWLINE \
798798
"Copyright (c) 2018-2024 Cosmin Truta" PNG_STRING_NEWLINE \
799799
"Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \
800800
PNG_STRING_NEWLINE \

png.h

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/* png.h - header file for PNG reference library
33
*
4-
* libpng version 1.6.43
4+
* libpng version 1.6.44.git
55
*
66
* Copyright (c) 2018-2024 Cosmin Truta
77
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -275,7 +275,7 @@
275275
*/
276276

277277
/* Version information for png.h - this should match the version in png.c */
278-
#define PNG_LIBPNG_VER_STRING "1.6.43"
278+
#define PNG_LIBPNG_VER_STRING "1.6.44.git"
279279
#define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n"
280280

281281
/* The versions of shared library builds should stay in sync, going forward */
@@ -286,18 +286,18 @@
286286
/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
287287
#define PNG_LIBPNG_VER_MAJOR 1
288288
#define PNG_LIBPNG_VER_MINOR 6
289-
#define PNG_LIBPNG_VER_RELEASE 43
289+
#define PNG_LIBPNG_VER_RELEASE 44
290290

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

296296
/* Release Status */
297-
#define PNG_LIBPNG_BUILD_ALPHA 1
298-
#define PNG_LIBPNG_BUILD_BETA 2
299-
#define PNG_LIBPNG_BUILD_RC 3
300-
#define PNG_LIBPNG_BUILD_STABLE 4
297+
#define PNG_LIBPNG_BUILD_ALPHA 1
298+
#define PNG_LIBPNG_BUILD_BETA 2
299+
#define PNG_LIBPNG_BUILD_RC 3
300+
#define PNG_LIBPNG_BUILD_STABLE 4
301301
#define PNG_LIBPNG_BUILD_RELEASE_STATUS_MASK 7
302302

303303
/* Release-Specific Flags */
@@ -308,7 +308,7 @@
308308
#define PNG_LIBPNG_BUILD_SPECIAL 32 /* Cannot be OR'ed with
309309
PNG_LIBPNG_BUILD_PRIVATE */
310310

311-
#define PNG_LIBPNG_BUILD_BASE_TYPE PNG_LIBPNG_BUILD_STABLE
311+
#define PNG_LIBPNG_BUILD_BASE_TYPE PNG_LIBPNG_BUILD_BETA
312312

313313
/* Careful here. At one time, Guy wanted to use 082, but that
314314
* would be octal. We must not include leading zeros.
@@ -317,7 +317,7 @@
317317
* From version 1.0.1 it is:
318318
* XXYYZZ, where XX=major, YY=minor, ZZ=release
319319
*/
320-
#define PNG_LIBPNG_VER 10643 /* 1.6.43 */
320+
#define PNG_LIBPNG_VER 10644 /* 1.6.44.git */
321321

322322
/* Library configuration: these options cannot be changed after
323323
* the library has been built.
@@ -427,7 +427,7 @@ extern "C" {
427427
/* This triggers a compiler error in png.c, if png.c and png.h
428428
* do not agree upon the version number.
429429
*/
430-
typedef char* png_libpng_version_1_6_43;
430+
typedef char* png_libpng_version_1_6_44_git;
431431

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

pngconf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/* pngconf.h - machine-configurable file for libpng
33
*
4-
* libpng version 1.6.43
4+
* libpng version 1.6.44.git
55
*
66
* Copyright (c) 2018-2024 Cosmin Truta
77
* Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson

pngtest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#include "png.h"
4747

4848
/* Generate a compiler error if there is an old png.h in the search path. */
49-
typedef png_libpng_version_1_6_43 Your_png_h_is_not_version_1_6_43;
49+
typedef png_libpng_version_1_6_44_git Your_png_h_is_not_version_1_6_44_git;
5050

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

scripts/libpng-config-head.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Modeled after libxml-config.
1313

14-
version=1.6.43
14+
version=1.6.44.git
1515
prefix=""
1616
libdir=""
1717
libs=""

scripts/libpng.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ includedir=@includedir@/libpng16
55

66
Name: libpng
77
Description: Loads and saves PNG files
8-
Version: 1.6.43
8+
Version: 1.6.44.git
99
Libs: -L${libdir} -lpng16
1010
Cflags: -I${includedir}

scripts/pnglibconf.h.prebuilt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* pnglibconf.h - library build configuration */
22

3-
/* libpng version 1.6.43 */
3+
/* libpng version 1.6.44.git */
44

55
/* Copyright (c) 2018-2024 Cosmin Truta */
66
/* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */

0 commit comments

Comments
 (0)