diff -ru4NwbB libpng-1.2.30/example.c libpng-1.2.31rc01/example.c --- libpng-1.2.30/example.c 2008-08-15 09:14:43.106149277 -0500 +++ libpng-1.2.31rc01/example.c 2008-08-18 21:25:23.261489864 -0500 @@ -1,9 +1,9 @@ #if 0 /* in case someone actually tries to compile this */ /* example.c - an example of using libpng - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * This file has been placed in the public domain by the authors. * Maintained 1998-2008 Glenn Randers-Pehrson * Maintained 1996, 1997 Andreas Dilger) * Written 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) diff -ru4NwbB libpng-1.2.30/png.c libpng-1.2.31rc01/png.c --- libpng-1.2.30/png.c 2008-08-15 09:14:43.112851987 -0500 +++ libpng-1.2.31rc01/png.c 2008-08-18 21:25:23.267895643 -0500 @@ -1,8 +1,8 @@ /* png.c - location for general purpose libpng functions * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/png.h libpng-1.2.31rc01/png.h --- libpng-1.2.30/png.h 2008-08-15 09:14:43.090369603 -0500 +++ libpng-1.2.31rc01/png.h 2008-08-18 21:25:23.245463003 -0500 @@ -197,8 +197,9 @@ * 1.0.38rc01-08 10 10038 10.so.0.38[.0] * 1.2.30rc01-08 13 10230 12.so.0.30[.0] * 1.0.38 10 10038 10.so.0.38[.0] * 1.2.30 13 10230 12.so.0.30[.0] + * 1.2.31rc01 13 10231 12.so.0.31[.0] * * Henceforth the source version will match the shared-library major * and minor numbers; the shared-library major version number will be * used for changes in backward compatibility, as it is intended. The diff -ru4NwbB libpng-1.2.30/pngerror.c libpng-1.2.31rc01/pngerror.c --- libpng-1.2.30/pngerror.c 2008-08-15 09:14:43.118197127 -0500 +++ libpng-1.2.31rc01/pngerror.c 2008-08-18 21:25:23.273200630 -0500 @@ -1,8 +1,8 @@ /* pngerror.c - stub functions for i/o and memory allocation * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngget.c libpng-1.2.31rc01/pngget.c --- libpng-1.2.30/pngget.c 2008-08-15 09:14:43.129779098 -0500 +++ libpng-1.2.31rc01/pngget.c 2008-08-18 21:25:23.284645953 -0500 @@ -1,8 +1,8 @@ /* pngget.c - retrieval of values from info struct * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngmem.c libpng-1.2.31rc01/pngmem.c --- libpng-1.2.30/pngmem.c 2008-08-15 09:14:43.135628764 -0500 +++ libpng-1.2.31rc01/pngmem.c 2008-08-18 21:25:23.290860507 -0500 @@ -1,8 +1,8 @@ /* pngmem.c - stub functions for memory allocation * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngpread.c libpng-1.2.31rc01/pngpread.c --- libpng-1.2.30/pngpread.c 2008-08-15 09:14:43.143235273 -0500 +++ libpng-1.2.31rc01/pngpread.c 2008-08-18 21:25:23.298451956 -0500 @@ -1,8 +1,8 @@ /* pngpread.c - read a png file in push mode * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngread.c libpng-1.2.31rc01/pngread.c --- libpng-1.2.30/pngread.c 2008-08-15 09:14:43.151085258 -0500 +++ libpng-1.2.31rc01/pngread.c 2008-08-18 21:25:23.306354152 -0500 @@ -1,8 +1,8 @@ /* pngread.c - read a PNG file * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngrio.c libpng-1.2.31rc01/pngrio.c --- libpng-1.2.30/pngrio.c 2008-08-15 09:14:43.156377598 -0500 +++ libpng-1.2.31rc01/pngrio.c 2008-08-18 21:25:23.311427842 -0500 @@ -1,8 +1,8 @@ /* pngrio.c - functions for data input * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngrtran.c libpng-1.2.31rc01/pngrtran.c --- libpng-1.2.30/pngrtran.c 2008-08-15 09:14:43.169824067 -0500 +++ libpng-1.2.31rc01/pngrtran.c 2008-08-18 21:25:23.324742710 -0500 @@ -1,8 +1,8 @@ /* pngrtran.c - transforms the data in a row for PNG readers * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngrutil.c libpng-1.2.31rc01/pngrutil.c --- libpng-1.2.30/pngrutil.c 2008-08-15 09:14:43.181512697 -0500 +++ libpng-1.2.31rc01/pngrutil.c 2008-08-18 21:25:23.336358793 -0500 @@ -1,8 +1,8 @@ /* pngrutil.c - utilities to read a PNG file * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.31 [August 19, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) @@ -902,10 +902,8 @@ png_set_cHRM_fixed(png_ptr, info_ptr, int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, int_y_green, int_x_blue, int_y_blue); #endif - if (png_crc_finish(png_ptr, 0)) - return; } #endif #if defined(PNG_READ_sRGB_SUPPORTED) diff -ru4NwbB libpng-1.2.30/pngset.c libpng-1.2.31rc01/pngset.c --- libpng-1.2.30/pngset.c 2008-08-15 09:14:43.189133146 -0500 +++ libpng-1.2.31rc01/pngset.c 2008-08-18 21:25:23.344218877 -0500 @@ -1,8 +1,8 @@ /* pngset.c - storage of image information into info struct * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngtest.c libpng-1.2.31rc01/pngtest.c --- libpng-1.2.30/pngtest.c 2008-08-15 09:14:43.197291536 -0500 +++ libpng-1.2.31rc01/pngtest.c 2008-08-18 21:25:23.352968817 -0500 @@ -1,8 +1,8 @@ /* pngtest.c - a simple test program to test libpng * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngtrans.c libpng-1.2.31rc01/pngtrans.c --- libpng-1.2.30/pngtrans.c 2008-08-15 09:14:43.203929333 -0500 +++ libpng-1.2.31rc01/pngtrans.c 2008-08-18 21:25:23.359373319 -0500 @@ -1,8 +1,8 @@ /* pngtrans.c - transforms the data in a row (used by both readers and writers) * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngwio.c libpng-1.2.31rc01/pngwio.c --- libpng-1.2.30/pngwio.c 2008-08-15 09:14:43.213390293 -0500 +++ libpng-1.2.31rc01/pngwio.c 2008-08-18 21:25:23.368934590 -0500 @@ -1,8 +1,8 @@ /* pngwio.c - functions for data output * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngwrite.c libpng-1.2.31rc01/pngwrite.c --- libpng-1.2.30/pngwrite.c 2008-08-15 09:14:43.220975474 -0500 +++ libpng-1.2.31rc01/pngwrite.c 2008-08-18 21:25:23.376672524 -0500 @@ -1,8 +1,8 @@ /* pngwrite.c - general routines to write a PNG file * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.) diff -ru4NwbB libpng-1.2.30/pngwutil.c libpng-1.2.31rc01/pngwutil.c --- libpng-1.2.30/pngwutil.c 2008-08-15 09:14:43.237428850 -0500 +++ libpng-1.2.31rc01/pngwutil.c 2008-08-18 21:25:23.393426894 -0500 @@ -1,8 +1,8 @@ /* pngwutil.c - utilities to write a PNG file * - * Last changed in libpng 1.2.30 [August 19, 2008] + * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 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.)