mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng14] Fix typos in libpng.3 synopses (Eric S. Raymond).
This commit is contained in:
parent
9eb7463c75
commit
2bc6b71e16
16
ANNOUNCE
16
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
|
||||
|
5
CHANGES
5
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).
|
||||
|
18
libpng.3
18
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user