[libpng16] Fixed bad link to RFC2083 in png.5 (Nikola Forro).
This commit is contained in:
parent
6d4e4d0cce
commit
ee3c4e43ae
21
ANNOUNCE
21
ANNOUNCE
@ -1,4 +1,4 @@
|
|||||||
Libpng 1.6.23rc02 - June 3, 2016
|
Libpng 1.6.23rc03 - June 7, 2016
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
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.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -8,20 +8,20 @@ Files available for download:
|
|||||||
Source files with LF line endings (for Unix/Linux) and with a
|
Source files with LF line endings (for Unix/Linux) and with a
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
1.6.23rc02.tar.xz (LZMA-compressed, recommended)
|
1.6.23rc03.tar.xz (LZMA-compressed, recommended)
|
||||||
1.6.23rc02.tar.gz
|
1.6.23rc03.tar.gz
|
||||||
|
|
||||||
Source files with CRLF line endings (for Windows), without the
|
Source files with CRLF line endings (for Windows), without the
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
lp1623r02.7z (LZMA-compressed, recommended)
|
lp1623r03.7z (LZMA-compressed, recommended)
|
||||||
lp1623r02.zip
|
lp1623r03.zip
|
||||||
|
|
||||||
Other information:
|
Other information:
|
||||||
|
|
||||||
1.6.23rc02-README.txt
|
1.6.23rc03-README.txt
|
||||||
1.6.23rc02-LICENSE.txt
|
1.6.23rc03-LICENSE.txt
|
||||||
libpng-1.6.23rc02-*.asc (armored detached GPG signatures)
|
libpng-1.6.23rc03-*.asc (armored detached GPG signatures)
|
||||||
|
|
||||||
Changes since the last public release (1.6.22):
|
Changes since the last public release (1.6.22):
|
||||||
|
|
||||||
@ -41,10 +41,13 @@ Version 1.6.23rc01 [June 2, 2016]
|
|||||||
Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.
|
Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.
|
||||||
Added missing ")" in pngerror.c (Matt Sarrett).
|
Added missing ")" in pngerror.c (Matt Sarrett).
|
||||||
|
|
||||||
Version 1.6.23rc02 [June 3, 2016]
|
Version 1.6.23rc02 [June 4, 2016]
|
||||||
Fixed undefined behavior in png_push_save_buffer(). Do not call
|
Fixed undefined behavior in png_push_save_buffer(). Do not call
|
||||||
memcpy() with a null source, even if count is zero (Leon Scroggins III).
|
memcpy() with a null source, even if count is zero (Leon Scroggins III).
|
||||||
|
|
||||||
|
Version 1.6.23 [June 7, 2016]
|
||||||
|
Fixed bad link to RFC2083 in png.5 (Nikola Forro).
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
5
CHANGES
5
CHANGES
@ -5589,10 +5589,13 @@ Version 1.6.23rc01 [June 2, 2016]
|
|||||||
Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.
|
Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.
|
||||||
Added missing ")" in pngerror.c (Matt Sarrett).
|
Added missing ")" in pngerror.c (Matt Sarrett).
|
||||||
|
|
||||||
Version 1.6.23rc02 [June 3, 2016]
|
Version 1.6.23rc02 [June 4, 2016]
|
||||||
Fixed undefined behavior in png_push_save_buffer(). Do not call
|
Fixed undefined behavior in png_push_save_buffer(). Do not call
|
||||||
memcpy() with a null source, even if count is zero (Leon Scroggins III).
|
memcpy() with a null source, even if count is zero (Leon Scroggins III).
|
||||||
|
|
||||||
|
Version 1.6.23 [June 7, 2016]
|
||||||
|
Fixed bad link to RFC2083 in png.5 (Nikola Forro).
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
4
png.5
4
png.5
@ -1,4 +1,4 @@
|
|||||||
.TH PNG 5 "June 3, 2016"
|
.TH PNG 5 "June 7, 2016"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
png \- Portable Network Graphics (PNG) format
|
png \- Portable Network Graphics (PNG) format
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@ -35,7 +35,7 @@ PNG 1.0 specification, October 1996:
|
|||||||
RFC 2083
|
RFC 2083
|
||||||
.IP
|
.IP
|
||||||
.br
|
.br
|
||||||
ftp://ds.internic.net/rfc/rfc2083.txt
|
http://www.ietf.org/rfc/rfc2083.txt
|
||||||
.br
|
.br
|
||||||
or (as a W3C Recommendation) at
|
or (as a W3C Recommendation) at
|
||||||
.br
|
.br
|
||||||
|
Loading…
Reference in New Issue
Block a user