summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-02-29 18:31:41 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-02-29 18:31:41 -0600
commit2bc6b71e16e5414161d8b62e9a9a71aab7a94811 (patch)
tree2e09b6890665808255da87f127e37f206f676f69
parent9eb7463c75b47598489d0dac8d14b1a6ccfd2c14 (diff)
downloadlibpng-2bc6b71e16e5414161d8b62e9a9a71aab7a94811.tar.gz
[libpng14] Fix typos in libpng.3 synopses (Eric S. Raymond).
-rw-r--r--ANNOUNCE16
-rw-r--r--CHANGES5
-rw-r--r--libpng.318
3 files changed, 18 insertions, 21 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index f4cf5053b..fecf19299 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,5 +1,5 @@
-Libpng 1.4.20beta01 - January 3, 2016
+Libpng 1.4.20beta01 - March 1, 2016
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.
@@ -24,18 +24,10 @@ Other information:
1.4.20beta01-LICENSE.txt
libpng-1.4.20beta01-*.asc (armored detached GPG signatures)
-Changes since the last public release (1.4.18):
+Changes since the last public release (1.4.19):
-version 1.4.19beta01 [December 11, 2015]
- Fixed an out-of-range read in png_check_keyword() (Bug report from
- Qixue Xiao, CVE-2015-8540).
-
-version 1.4.19rc01 [December 14, 2015]
- Corrected copyright dates in source files.
- Moved png_check_keyword() from pngwutil.c to pngset.c
-
-version 1.4.19 [December 17, 2015]
- No changes
+version 1.4.20beta01 [March 1, 2016]
+ Fix typos in libpng.3 synopses (Eric S. Raymond).
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit
diff --git a/CHANGES b/CHANGES
index f82e82108..400b809ff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3030,9 +3030,12 @@ version 1.4.19rc01 [December 14, 2015]
Corrected copyright dates in source files.
Moved png_check_keyword() from pngwutil.c to pngset.c
-version 1.4.19 [January 3, 2016]
+version 1.4.19 [March 1, 2016]
No changes.
+version 1.4.20beta01 [March 1, 2016]
+ Fix typos in libpng.3 synopses (Eric S. Raymond).
+
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
diff --git a/libpng.3 b/libpng.3
index fd1621206..b07893c1f 100644
--- a/libpng.3
+++ b/libpng.3
@@ -1,4 +1,4 @@
-.TH LIBPNG 3 "January 3, 2016"
+.TH LIBPNG 3 "March 1, 2016"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.4.20beta01
.SH SYNOPSIS
@@ -133,7 +133,9 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.4.20beta01
\fBpng_uint_32 png_get_PLTE (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_colorp \fP\fI*palette\fP\fB, int \fI*num_palette\fP\fB);\fP
-\fBpng_byte png_get_rgb_to_gray_status (png_const_structp png_ptr) png_uint_32 png_get_rowbytes (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
+\fBpng_byte png_get_rgb_to_gray_status (png_const_structp \fIpng_ptr\fP\fB);\fP
+
+\fBpng_uint_32 png_get_rowbytes (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
\fBpng_bytepp png_get_rows (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
@@ -442,7 +444,7 @@ Following is a copy of the libpng-manual.txt file that accompanies libpng.
.SH LIBPNG.TXT
libpng.txt - A description on how to use and modify libpng
- libpng version 1.4.20beta01 - January 3, 2016
+ libpng version 1.4.20beta01 - March 1, 2016
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2014 Glenn Randers-Pehrson
@@ -453,7 +455,7 @@ libpng.txt - A description on how to use and modify libpng
Based on:
- libpng versions 0.97, January 1998, through 1.4.20beta01 - January 3, 2016
+ libpng versions 0.97, January 1998, through 1.4.20beta01 - March 1, 2016
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2014 Glenn Randers-Pehrson
@@ -3837,7 +3839,7 @@ the first widely used release:
...
1.0.19 10 10019 10.so.0.19[.0]
...
- 1.4.18 14 10419 14.so.14.19[.0]
+ 1.4.20 14 10420 14.so.14.20[.0]
Henceforth the source version will match the shared-library minor
and patch numbers; the shared-library major version number will be
@@ -3893,7 +3895,7 @@ possible without all of you.
Thanks to Frank J. T. Wojcik for helping with the documentation.
-Libpng version 1.4.20beta01 - January 3, 2016:
+Libpng version 1.4.20beta01 - March 1, 2016:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
@@ -3918,7 +3920,7 @@ this sentence.
This code is released under the libpng license.
-libpng versions 1.0.7, July 1, 2000, through 1.4.20beta01, January 3, 2016, are
+libpng versions 1.0.7, July 1, 2000, through 1.4.20beta01, March 1, 2016, are
Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson, are
derived from libpng-1.0.6, and are distributed according to the same
disclaimer and license as libpng-1.0.6 with the following individuals
@@ -4015,7 +4017,7 @@ the additional disclaimers inserted at version 1.0.7.
Glenn Randers-Pehrson
glennrp at users.sourceforge.net
-January 3, 2016
+March 1, 2016
.\" end of man page