From 41bd90400373ebb2f74aec7c3af8086c5749d520 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 2 Mar 2012 14:44:32 -0600 Subject: [PATCH] [libpng12] Update ANNOUNCE about pnggccrd.c change --- ANNOUNCE | 5 ++++- libpng.3 | 4 ++-- png.h | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 51cd7692..5d55a591 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -55,10 +55,13 @@ version 1.2.48beta01 [Febuary 27, 2012] causing out-of-bounds read in png_set_sCAL() because of failure to copy the string terminators (Franke Busse). -version 1.2.48rc01 [March 2, 2012] +version 1.2.48rc01 [March 3, 2012] Removed the png_free() of unused png_ptr->current_text from pngread.c. Added libpng license text to pnggccrd.c and pngvcrd.c (requested by Chrome). +version 1.2.48rc02 [March 2, 2012] + Removed all of the assembler code from pnggccrd.c and just "return 2;". + (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement to subscribe) or to glennrp at users.sourceforge.net diff --git a/libpng.3 b/libpng.3 index c1d6b3ef..da87c6cf 100644 --- a/libpng.3 +++ b/libpng.3 @@ -4321,7 +4321,7 @@ the first widely used release: 1.2.47 13 10247 12.so.0.47[.0] 1.0.57 10 10057 10.so.0.57[.0] 1.2.48beta01 13 10248 12.so.0.48[.0] - 1.2.48rc01 13 10248 12.so.0.48[.0] + 1.2.48rc01-02 13 10248 12.so.0.48[.0] Henceforth the source version will match the shared-library minor and patch numbers; the shared-library major version number will be @@ -4331,7 +4331,7 @@ for applications, is an unsigned integer of the form xyyzz corresponding to the source version x.y.z (leading zeros in y and z). Beta versions were given the previous public release number plus a letter, until version 1.0.6j; from then on they were given the upcoming public -release number plus "betaNN" or "rcN". +release number plus "betaNN" or "rcNN". .SH "SEE ALSO" .IR libpngpf(3) ", " png(5) diff --git a/png.h b/png.h index ce4cddf6..641b2654 100644 --- a/png.h +++ b/png.h @@ -276,7 +276,7 @@ * 1.2.47 13 10247 12.so.0.47[.0] * 1.0.57 10 10057 10.so.0.57[.0] * 1.2.48beta01 13 10248 12.so.0.48[.0] - * 1.2.48rc01 13 10248 12.so.0.48[.0] + * 1.2.48rc01-02 13 10248 12.so.0.48[.0] * * Henceforth the source version will match the shared-library major * and minor numbers; the shared-library major version number will be