diff --git a/ANNOUNCE b/ANNOUNCE index 66c01b47f..b3e9effb0 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.5.4beta03 - June 15, 2011 +Libpng 1.5.4beta03 - June 14, 2011 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. diff --git a/libpng.3 b/libpng.3 index cd9516f28..712a447dc 100644 --- a/libpng.3 +++ b/libpng.3 @@ -540,6 +540,10 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.5.4beta03 \fI\fB +\fBvoid png_set_chop_16 (png_structp \fIpng_ptr\fP\fB);\fP + +\fI\fB + \fBvoid png_set_cHRM (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, double \fP\fIwhite_x\fP\fB, double \fP\fIwhite_y\fP\fB, double \fP\fIred_x\fP\fB, double \fP\fIred_y\fP\fB, double \fP\fIgreen_x\fP\fB, double \fP\fIgreen_y\fP\fB, double \fP\fIblue_x\fP\fB, double \fIblue_y\fP\fB);\fP \fI\fB @@ -672,10 +676,6 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.5.4beta03 \fI\fB -\fBvoid png_set_strip_16 (png_structp \fIpng_ptr\fP\fB);\fP - -\fI\fB - \fBvoid png_set_chunk_malloc_max (png_structp \fP\fIpng_ptr\fP\fB, png_alloc_size_t \fIuser_chunk_cache_max\fP\fB);\fP \fI\fB diff --git a/png.h b/png.h index b8a399495..1dff500e7 100644 --- a/png.h +++ b/png.h @@ -598,7 +598,7 @@ typedef png_sPLT_t FAR * FAR * png_sPLT_tpp; * and whether that contents is compressed or not. The "key" field * points to a regular zero-terminated C string. The "text", "lang", and * "lang_key" fields can be regular C strings, empty strings, or NULL pointers. - * However, the * structure returned by png_get_text() will always contain + * However, the structure returned by png_get_text() will always contain * regular zero-terminated C strings (possibly empty), never NULL pointers, * so they can be safely used in printf() and other string-handling functions. */ diff --git a/pngset.c b/pngset.c index 5fe984120..1c85f7518 100644 --- a/pngset.c +++ b/pngset.c @@ -1,7 +1,7 @@ /* pngset.c - storage of image information into info struct * - * Last changed in libpng 1.5.1 [February 3, 2011] + * Last changed in libpng 1.5.4 [(PENDING RELEASE)] * Copyright (c) 1998-2011 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.)