Bump internal versioning to libpng-1.4.0beta57

This commit is contained in:
Glenn Randers-Pehrson glennrp@comcast.net
2009-05-02 15:12:50 -05:00
parent 1d0240500c
commit 92d9534c1a
62 changed files with 129 additions and 3223 deletions

10
CHANGES
View File

@@ -1,4 +1,5 @@
/*
#if 0
changes(){ /*
CHANGES - changes for libpng
version 0.2
@@ -2106,12 +2107,14 @@ version 1.4.0beta55 [April 15, 2009]
Simplified error handling in pngread.c and pngwrite.c by putting
the new png_read_cleanup() and png_write_cleanup() functions inline.
version 1.4.0beta56 [April 20, 2009]
version 1.4.0beta56 [April 25, 2009]
Renamed "user_chunk_data" to "my_user_chunk_data" in pngtest.c to suppress
"shadowed declaration" warning from gcc-4.3.3.
Renamed "gamma" to "png_gamma" in pngset.c to avoid "shadowed declaration"
warning about a global "gamma" variable in math.h on some platforms.
version 1.4.0beta57 [April 25, 2009]
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.
@@ -2122,4 +2125,5 @@ to subscribe)
or to glennrp at users.sourceforge.net
Glenn R-P
*/
*/ }
#endif