Skip to content

Commit

Permalink
Bump version to 1.6.36.git and update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ctruta committed Jul 28, 2018
1 parent fb6312a commit d4fb621
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 72 deletions.
10 changes: 7 additions & 3 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Libpng 1.6.36.git

This is a development version, not intended to be a public release.
It will be replaced by a public release, or by another development
version, at a later time.

Libpng 1.6.35 - July 15, 2018

This is a public release of libpng, intended for use in production code.
Expand All @@ -19,7 +25,7 @@ Other information:
libpng-1.6.35-README.txt
libpng-1.6.35-LICENSE.txt

Changes since the last public release (1.6.34):
Changes since the previous public release (1.6.34):

Restored 21 of the contrib/pngsuite/i*.png, which do not cause test
failures. Placed the remainder in contrib/pngsuite/interlaced/i*.png.
Expand All @@ -44,5 +50,3 @@ Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe).

Glenn R-P
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6063,9 +6063,10 @@ Version 1.6.35 [July 15, 2018]
Added missing parentheses to a macro definition
(suggested by "irwir" in GitHub issue #216)

Version 1.6.36
[TODO]

Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe).

Glenn R-P
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# CMakeLists.txt

# Copyright (C) 2018 Cosmin Truta
# Copyright (C) 2007,2009-2018 Glenn Randers-Pehrson
# Written by Christian Ehrlicher, 2007
# Revised by Roger Lowman, 2009-2010
Expand Down Expand Up @@ -36,7 +37,7 @@ enable_testing()

set(PNGLIB_MAJOR 1)
set(PNGLIB_MINOR 6)
set(PNGLIB_RELEASE 35)
set(PNGLIB_RELEASE 36)
set(PNGLIB_NAME libpng${PNGLIB_MAJOR}${PNGLIB_MINOR})
set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_RELEASE})

Expand Down Expand Up @@ -868,7 +869,7 @@ endif(NOT WIN32 OR CYGWIN OR MINGW)
# SET UP LINKS
if(PNG_SHARED)
set_target_properties(png PROPERTIES
# VERSION 16.${PNGLIB_RELEASE}.1.6.35
# VERSION 16.${PNGLIB_RELEASE}.1.6.36.git
VERSION 16.${PNGLIB_RELEASE}.0
SOVERSION 16
CLEAN_DIRECT_OUTPUT 1)
Expand Down
6 changes: 2 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ this sentence.

This code is released under the libpng license.

Copyright (c) 2018 Cosmin Truta.

libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
derived from libpng-1.0.6, and are distributed according to the same
Expand Down Expand Up @@ -127,7 +129,3 @@ controls or International Traffic in Arms Regulations (ITAR) because
it is open source, publicly available software, that does not contain
any encryption software. See the EAR, paragraphs 734.3(b)(3) and
734.7(b).

Glenn Randers-Pehrson
glennrp at users.sourceforge.net
July 15, 2018
23 changes: 13 additions & 10 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
README for libpng version 1.6.35 - July 15, 2018 (shared library 16.0)
See the note about version numbers near the top of png.h
README for libpng version 1.6.36.git.

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

Libpng comes in several distribution formats. Get libpng-*.tar.gz or
Expand Down Expand Up @@ -210,13 +210,16 @@ Files in this distribution:

Good luck, and happy coding.

-Glenn Randers-Pehrson (current maintainer, since 1998)
Internet: glennrp at users.sourceforge.net
* Cosmin Truta (current maintainer, since 2018)
Email: cosmin at users.sourceforge.net

-Andreas Eric Dilger (former maintainer, 1996-1997)
Internet: adilger at enel.ucalgary.ca
Web: http://www-mddsp.enel.ucalgary.ca/People/adilger/
* Glenn Randers-Pehrson (former maintainer, 1998-2018)
Email: glennrp at users.sourceforge.net

-Guy Eric Schalnat (original author and former maintainer, 1995-1996)
(formerly of Group 42, Inc)
Internet: gschal at infinet.com
* Andreas Eric Dilger (former maintainer, 1996-1997)
Email: adilger at enel.ucalgary.ca
Web: http://www-mddsp.enel.ucalgary.ca/People/adilger/

* Guy Eric Schalnat (original author and former maintainer, 1995-1996)
(formerly of Group 42, Inc)
Email: gschal at infinet.com
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# configure.ac

# Copyright (c) 2018 Cosmin Truta
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
# Last changed in libpng 1.6.25 [September 1, 2016]

# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
Expand All @@ -25,7 +25,7 @@ AC_PREREQ([2.68])

dnl Version number stuff here:

AC_INIT([libpng],[1.6.35],[[email protected]])
AC_INIT([libpng],[1.6.36.git],[[email protected]])
AC_CONFIG_MACRO_DIR([scripts])

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

PNGLIB_VERSION=1.6.35
PNGLIB_VERSION=1.6.36.git
PNGLIB_MAJOR=1
PNGLIB_MINOR=6
PNGLIB_RELEASE=35
PNGLIB_RELEASE=36

dnl End of version number stuff

Expand Down
14 changes: 8 additions & 6 deletions png.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

/* png.c - location for general purpose libpng functions
*
* Last changed in libpng 1.6.35 [July 15, 2018]
* Copyright (c) 2018 Cosmin Truta
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* Copyright (c) 1996-1997 Andreas Dilger
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
Expand All @@ -14,7 +14,7 @@
#include "pngpriv.h"

/* Generate a compiler error if there is an old png.h in the search path. */
typedef png_libpng_version_1_6_35 Your_png_h_is_not_version_1_6_35;
typedef png_libpng_version_1_6_36_git Your_png_h_is_not_version_1_6_36_git;

#ifdef __GNUC__
/* The version tests may need to be added to, but the problem warning has
Expand Down Expand Up @@ -816,14 +816,16 @@ png_get_copyright(png_const_structrp png_ptr)
#else
# ifdef __STDC__
return PNG_STRING_NEWLINE \
"libpng version 1.6.35 - July 15, 2018" PNG_STRING_NEWLINE \
"libpng version 1.6.36.git" PNG_STRING_NEWLINE \
"Copyright (c) 2018 Cosmin Truta" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \
PNG_STRING_NEWLINE \
"Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
"Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \
PNG_STRING_NEWLINE;
# else
return "libpng version 1.6.35 - July 15, 2018\
return "libpng version 1.6.36.git\
Copyright (c) 2018 Cosmin Truta\
Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";
Expand Down
29 changes: 17 additions & 12 deletions png.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

/* png.h - header file for PNG reference library
*
* libpng version 1.6.35, July 15, 2018
* libpng version 1.6.36.git
*
* Copyright (c) 2018 Cosmin Truta
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* Copyright (c) 1996-1997 Andreas Dilger
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
*
* This code is released under the libpng license (See LICENSE, below)
* This code is released under the libpng license. (See LICENSE, below.)
*
* Authors and maintainers:
* libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
Expand All @@ -25,6 +26,8 @@
*
* This code is released under the libpng license.
*
* Copyright (c) 2018 Cosmin Truta.
*
* libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
* derived from libpng-1.0.6, and are distributed according to the same
Expand Down Expand Up @@ -207,11 +210,13 @@
* 1.0.7rc1-2 1 10007 2.1.0.7rc1-2 (binary compatible)
* 1.0.7 1 10007 (still compatible)
* ...
* 1.0.19 10 10019 10.so.0.19[.0]
* 1.0.69 10 10069 10.so.0.69[.0]
* ...
* 1.2.59 13 10259 12.so.0.59[.0]
* ...
* 1.2.59 13 10257 12.so.0.59[.0]
* 1.4.20 14 10420 14.so.0.20[.0]
* ...
* 1.5.30 15 10527 15.so.15.30[.0]
* 1.5.30 15 10530 15.so.15.30[.0]
* ...
* 1.6.35 16 10635 16.so.16.35[.0]
*
Expand Down Expand Up @@ -309,16 +314,16 @@
*/

/* Version information for png.h - this should match the version in png.c */
#define PNG_LIBPNG_VER_STRING "1.6.35"
#define PNG_HEADER_VERSION_STRING " libpng version 1.6.35 - July 15, 2018\n"
#define PNG_LIBPNG_VER_STRING "1.6.36.git"
#define PNG_HEADER_VERSION_STRING " libpng version 1.6.36.git\n"

#define PNG_LIBPNG_VER_SONUM 16
#define PNG_LIBPNG_VER_DLLNUM 16

/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
#define PNG_LIBPNG_VER_MAJOR 1
#define PNG_LIBPNG_VER_MINOR 6
#define PNG_LIBPNG_VER_RELEASE 35
#define PNG_LIBPNG_VER_RELEASE 36

/* This should match the numeric part of the final component of
* PNG_LIBPNG_VER_STRING, omitting any leading zero:
Expand Down Expand Up @@ -349,7 +354,7 @@
* version 1.0.0 was mis-numbered 100 instead of 10000). From
* version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
*/
#define PNG_LIBPNG_VER 10635 /* 1.6.35 */
#define PNG_LIBPNG_VER 10636 /* 1.6.36 */

/* Library configuration: these options cannot be changed after
* the library has been built.
Expand Down Expand Up @@ -459,7 +464,7 @@ extern "C" {
/* This triggers a compiler error in png.c, if png.c and png.h
* do not agree upon the version number.
*/
typedef char* png_libpng_version_1_6_35;
typedef char* png_libpng_version_1_6_36_git;

/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
*
Expand Down
7 changes: 4 additions & 3 deletions pngconf.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.6.35, July 15, 2018
* libpng version 1.6.36.git
*
* Copyright (c) 2018 Cosmin Truta
* Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* Copyright (c) 1996-1997 Andreas Dilger
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
Expand Down
8 changes: 4 additions & 4 deletions pngtest.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

/* pngtest.c - a simple test program to test libpng
*
* Last changed in libpng 1.6.35 [July 15, 2018]
* Copyright (c) 2018 Cosmin Truta
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* Copyright (c) 1996-1997 Andreas Dilger
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
Expand Down Expand Up @@ -2153,4 +2153,4 @@ main(void)
#endif

/* Generate a compiler error if there is an old png.h in the search path. */
typedef png_libpng_version_1_6_35 Your_png_h_is_not_version_1_6_35;
typedef png_libpng_version_1_6_36_git Your_png_h_is_not_version_1_6_36_git;
18 changes: 9 additions & 9 deletions scripts/README.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Makefiles for libpng version 1.6.35 - July 15, 2018
Makefiles for libpng

pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile
(gcc, creates libpng16.so.16.1.6.35)
(gcc, creates libpng16.so.16.1.6.*)
makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on
(gcc, creates libpng16.so.16.1.6.35)
(gcc, creates libpng16.so.16.1.6.*)
makefile.gcc => Generic makefile (gcc, creates static libpng.a)
makefile.knr => Archaic UNIX Makefile that converts files with
ansi2knr (Requires ansi2knr.c from
Expand Down Expand Up @@ -34,13 +34,13 @@ pnglibconf.h.prebuilt => Stores configuration settings
makefile.openbsd => OpenBSD makefile
makefile.os2 => OS/2 Makefile (gcc and emx, requires libpng.def)
makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
makefile.sggcc => Silicon Graphics (gcc,
creates libpng16.so.16.1.6.35)
makefile.sggcc => Silicon Graphics makefile
(gcc, creates libpng16.so.16.1.6.*)
makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
makefile.solaris => Solaris 2.X makefile (gcc,
creates libpng16.so.16.1.6.35)
makefile.so9 => Solaris 9 makefile (gcc,
creates libpng16.so.16.1.6.35)
makefile.solaris => Solaris 2.X makefile
(gcc, creates libpng16.so.16.1.6.*)
makefile.so9 => Solaris 9 makefile
(gcc, creates libpng16.so.16.1.6.*)
makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
makefile.sunos => Sun makefile
makefile.32sunu => Sun Ultra 32-bit makefile
Expand Down
1 change: 0 additions & 1 deletion scripts/def.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ PNG_DFN "OS2 DESCRIPTION "PNG image compression library""
PNG_DFN "OS2 CODE PRELOAD MOVEABLE DISCARDABLE"
PNG_DFN ""
PNG_DFN "EXPORTS"
PNG_DFN ";Version 1.6.35"

#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
PNG_DFN "@" SYMBOL_PREFIX "@@" name "@"
Expand Down
2 changes: 1 addition & 1 deletion scripts/libpng-config-head.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Modeled after libxml-config.

version=1.6.35
version=1.6.36.git
prefix=""
libdir=""
libs=""
Expand Down
2 changes: 1 addition & 1 deletion scripts/libpng.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ includedir=@includedir@/libpng16

Name: libpng
Description: Loads and saves PNG files
Version: 1.6.35
Version: 1.6.36.git
Libs: -L${libdir} -lpng16
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion scripts/makefile.cegcc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

VERMAJ = 1
VERMIN = 6
VERMIC = 35
VERMIC = 36
VER = $(VERMAJ).$(VERMIN).$(VERMIC)
NAME = libpng
PACKAGE = $(NAME)-$(VER)
Expand Down
2 changes: 1 addition & 1 deletion scripts/makefile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
RELEASE = 35
RELEASE = 36

# Shared library names:
LIBSO=$(LIBNAME).so
Expand Down
2 changes: 1 addition & 1 deletion scripts/makefile.linux-opt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
RELEASE = 35
RELEASE = 36

# Shared library names:
LIBSO=$(LIBNAME).so
Expand Down
Loading

0 comments on commit d4fb621

Please sign in to comment.