Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
[libpng15] Updated Makefile.am
Browse files Browse the repository at this point in the history
  Added information about the new limits in the manual.
  • Loading branch information
Glenn Randers-Pehrson committed Feb 25, 2012
1 parent d9c4484 commit 755c397
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 19 deletions.
7 changes: 4 additions & 3 deletions ANNOUNCE
@@ -1,5 +1,5 @@

Libpng 1.5.10beta02 - February 24, 2012
Libpng 1.5.10beta02 - February 25, 2012

This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
Expand Down Expand Up @@ -37,12 +37,13 @@ Version 1.5.10beta01 [February 24, 2012]
Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
Added PNG_SAFE_LIMITS feature to pnglibconf.dfa and code in pngconf.h
to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined.
To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED=" on the configure
To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED" on the configure
command or put "#define PNG_SAFE_LIMITS_SUPPORTED" in pnglibconf.h.
Revised the SAFE_LIMITS feature to be the same as the feature in libpng16.
Added information about the new limits in the manual.

Version 1.5.10beta02 [February 24, 2012]
Version 1.5.10beta02 [February 25, 2012]
Updated Makefile.in

Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit
Expand Down
5 changes: 3 additions & 2 deletions CHANGES
Expand Up @@ -3822,12 +3822,13 @@ Version 1.5.10beta01 [February 24, 2012]
Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
Added PNG_SAFE_LIMITS feature to pnglibconf.dfa and code in pngconf.h
to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined.
To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED=" on the configure
To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED" on the configure
command or put "#define PNG_SAFE_LIMITS_SUPPORTED" in pnglibconf.h.
Revised the SAFE_LIMITS feature to be the same as the feature in libpng16.
Added information about the new limits in the manual.

Version 1.5.10beta02 [February 24, 2012]
Version 1.5.10beta02 [February 25, 2012]
Updated Makefile.in

Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
Expand Down
6 changes: 3 additions & 3 deletions Makefile.am
Expand Up @@ -38,7 +38,7 @@ lib_LTLIBRARIES=libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = png.c pngerror.c\
pngget.c pngmem.c pngpread.c pngread.c pngrio.c pngrtran.c pngrutil.c\
pngset.c pngtrans.c pngwio.c pngwrite.c pngwtran.c pngwutil.c\
png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h pngstruct.h
png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h pngstruct.h pngusr.dfa

if PNG_ARM_NEON
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += arm/filter_neon.S
Expand Down Expand Up @@ -153,11 +153,11 @@ SYMBOL_CFLAGS = -DPNGLIB_LIBNAME='PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0'\
mv dfn3.out $@

# The .dfn file for pnglibconf.h is machine generated
pnglibconf.dfn: scripts/pnglibconf.dfa scripts/options.awk pngconf.h pngusr.dfa
pnglibconf.dfn: scripts/pnglibconf.dfa scripts/options.awk pngconf.h pngusr.dfa $(DFA_XTRA)
rm -f $@ dfn?.out
$(AWK) -f ${srcdir}/scripts/options.awk out=dfn1.out version=search\
${srcdir}/pngconf.h ${srcdir}/scripts/pnglibconf.dfa\
${srcdir}/pngusr.dfa $(DFA_XTRA) 1>&2
${srcdir}/pngusr.dfa $(DFA_XTRA) 1>&2
$(AWK) -f ${srcdir}/scripts/options.awk out=dfn2.out dfn1.out 1>&2
rm dfn1.out
mv dfn2.out $@
Expand Down
6 changes: 3 additions & 3 deletions libpng-manual.txt
@@ -1,6 +1,6 @@
libpng-manual.txt - A description on how to use and modify libpng

libpng version 1.5.10beta02 - February 24, 2012
libpng version 1.5.10beta02 - February 25, 2012
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2011 Glenn Randers-Pehrson
Expand All @@ -11,7 +11,7 @@ libpng-manual.txt - A description on how to use and modify libpng

Based on:

libpng versions 0.97, January 1998, through 1.5.10beta02 - February 24, 2012
libpng versions 0.97, January 1998, through 1.5.10beta02 - February 25, 2012
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2011 Glenn Randers-Pehrson

Expand Down Expand Up @@ -4587,7 +4587,7 @@ Other rules can be inferred by inspecting the libpng source.

XIV. Y2K Compliance in libpng

February 24, 2012
February 25, 2012

Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
Expand Down
14 changes: 7 additions & 7 deletions libpng.3
@@ -1,4 +1,4 @@
.TH LIBPNG 3 "February 24, 2012"
.TH LIBPNG 3 "February 25, 2012"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.5.10beta02
.SH SYNOPSIS
Expand Down Expand Up @@ -977,7 +977,7 @@ Following is a copy of the libpng-manual.txt file that accompanies libpng.
.SH LIBPNG.TXT
libpng-manual.txt - A description on how to use and modify libpng

libpng version 1.5.10beta02 - February 24, 2012
libpng version 1.5.10beta02 - February 25, 2012
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2011 Glenn Randers-Pehrson
Expand All @@ -988,7 +988,7 @@ libpng-manual.txt - A description on how to use and modify libpng

Based on:

libpng versions 0.97, January 1998, through 1.5.10beta02 - February 24, 2012
libpng versions 0.97, January 1998, through 1.5.10beta02 - February 25, 2012
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2011 Glenn Randers-Pehrson

Expand Down Expand Up @@ -5565,7 +5565,7 @@ Other rules can be inferred by inspecting the libpng source.

.SH XIV. Y2K Compliance in libpng

February 24, 2012
February 25, 2012

Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
Expand Down Expand Up @@ -5839,7 +5839,7 @@ possible without all of you.

Thanks to Frank J. T. Wojcik for helping with the documentation.

Libpng version 1.5.10beta02 - February 24, 2012:
Libpng version 1.5.10beta02 - February 25, 2012:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).

Expand All @@ -5862,7 +5862,7 @@ this sentence.

This code is released under the libpng license.

libpng versions 1.2.6, August 15, 2004, through 1.5.10beta02, February 24, 2012, are
libpng versions 1.2.6, August 15, 2004, through 1.5.10beta02, February 25, 2012, are
Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5
with the following individual added to the list of Contributing Authors
Expand Down Expand Up @@ -5961,7 +5961,7 @@ certification mark of the Open Source Initiative.

Glenn Randers-Pehrson
glennrp at users.sourceforge.net
February 24, 2012
February 25, 2012

.\" end of man page

2 changes: 1 addition & 1 deletion scripts/pnglibconf.h.prebuilt
Expand Up @@ -3,7 +3,7 @@

/* pnglibconf.h - library build configuration */

/* Libpng 1.5.10beta02 - February 24, 2012 */
/* Libpng 1.5.10beta02 - February 25, 2012 */

/* Copyright (c) 1998-2011 Glenn Randers-Pehrson */

Expand Down

0 comments on commit 755c397

Please sign in to comment.