blob: 4e3859714b3bac7db2584c40c85f62058738558d [file] [log] [blame]
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05001
Glenn Randers-Pehrson6c2e9192010-03-03 05:37:04 -06002Libpng 1.5.0beta11 - March 3, 2010
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05003
Glenn Randers-Pehrsond5d63602006-04-15 06:37:45 -05004This is not intended to be a public release. It will be replaced
5within a few weeks by a public version or by another test version.
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05006
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -06007Files available for download:
8
9Source files with LF line endings (for Unix/Linux) and with a
10"configure" script
11
Glenn Randers-Pehrson6c2e9192010-03-03 05:37:04 -060012 1.5.0beta11.tar.xz (LZMA-compressed, recommended)
13 1.5.0beta11.tar.gz
14 1.5.0beta11.tar.bz2
Glenn Randers-Pehrson3a512032006-03-31 05:29:33 -060015
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060016Source files with CRLF line endings (for Windows), without the
17"configure" script
18
Glenn Randers-Pehrson6c2e9192010-03-03 05:37:04 -060019 lp150b11.zip
20 lp150b11.7z
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060021
22Other information:
23
Glenn Randers-Pehrson6c2e9192010-03-03 05:37:04 -060024 1.5.0beta11-README.txt
25 1.5.0beta11-LICENSE.txt
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060026
Glenn Randers-Pehrson288ea702010-02-12 21:20:37 -060027Changes since the last public release (1.4.1):
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050028
Glenn Randers-Pehrson288ea702010-02-12 21:20:37 -060029version 1.5.0beta01 [February 7, 2010]
30 Moved declaration of png_struct into private pngstruct.h and png_info
31 into pnginfo.h
Glenn Randers-Pehrsonc40df892010-02-07 19:49:07 -060032
Glenn Randers-Pehrson288ea702010-02-12 21:20:37 -060033version 1.5.0beta02 [February 7, 2010]
Glenn Randers-Pehrsone00ed362010-02-07 22:42:58 -060034 Reverted to original png_push_save_buffer() code.
Glenn Randers-Pehrson6ba90882009-12-25 14:26:13 -060035
Glenn Randers-Pehrson288ea702010-02-12 21:20:37 -060036version 1.5.0beta03 [February 8, 2010]
37 Return allocated "old_buffer" in png_push_save_buffer() before
38 calling png_error().
39 Updated configure script to use SO number 15.
Glenn Randers-Pehrson3c6df192010-02-08 15:40:53 -060040
Glenn Randers-Pehrson288ea702010-02-12 21:20:37 -060041version 1.5.0beta04 [February 9, 2010]
42 Removed malformed "incomplete struct declaration" of png_info from png.h
43
Glenn Randers-Pehrson7a5be532010-02-14 07:16:19 -060044version 1.5.0beta05 [February 12, 2010]
Glenn Randers-Pehrson288ea702010-02-12 21:20:37 -060045 Removed PNG_DEPSTRUCT markup in pngstruct.h and pnginfo.h, and undid the
46 linewrapping that it entailed.
47 Revised comments in pngstruct.h and pnginfo.h and added pointers to
48 the libpng license.
49 Changed PNG_INTERNAL to PNG_EXPOSE_INTERNAL_STRUCTURES
Glenn Randers-Pehrson42f93fb2010-02-09 01:58:47 -060050 Removed the cbuilder5 project, which has not been updated to 1.4.0.
Glenn Randers-Pehrsondb5f4302010-02-08 23:31:41 -060051
Glenn Randers-Pehrson7a5be532010-02-14 07:16:19 -060052version 1.4.1beta12 and 1.5.0beta06 [February 14, 2010]
Glenn Randers-Pehrson63ee8962010-02-14 07:47:39 -060053 Fixed type declaration of png_get_chunk_malloc_max() in pngget.c (Daisuke
Glenn Randers-Pehrson7a5be532010-02-14 07:16:19 -060054 Nishikawa)
55
Glenn Randers-Pehrson69e238b2010-02-19 12:57:41 -060056version 1.5.0beta07 [omitted]
57
58version 1.5.0beta08 [February 19, 2010]
Glenn Randers-Pehrson946199e2010-02-19 07:57:34 -060059 Changed #ifdef PNG_NO_STDIO_SUPPORTED to #ifdef PNG_NO_CONSOLE_IO_SUPPORTED
60 wherever png_snprintf() is used to construct error and warning messages.
61 Noted in scripts/makefile.mingw that it expects to be run under MSYS.
62 Removed obsolete unused MMX-querying support from contrib/gregbook
Glenn Randers-Pehrsonf98726a2010-02-19 09:54:53 -060063 Added exported png_longjmp() function.
Glenn Randers-Pehrson64af5392010-02-19 12:48:10 -060064 Removed the AIX redefinition of jmpbuf in png.h
65 Added -D_ALLSOURCE in configure.ac, makefile.aix, and CMakeLists.txt
66 when building on AIX.
Glenn Randers-Pehrson9e966ca2010-02-14 07:20:59 -060067
Glenn Randers-Pehrsona24fc2e2010-02-19 14:11:03 -060068version 1.5.0beta09 [February 19, 2010]
69 Removed -D_ALLSOURCE from configure.ac, makefile.aix, and CMakeLists.txt.
70 Changed the name of png_ptr->jmpbuf in pngstruct.h
71
Glenn Randers-Pehrson6c2e9192010-03-03 05:37:04 -060072version 1.5.0beta10 [February 25, 2010]
Glenn Randers-Pehrson4531ded2010-02-21 23:07:13 -060073 Removed unused gzio.c from contrib/pngminim gather and makefile scripts
Glenn Randers-Pehrson6c2e9192010-03-03 05:37:04 -060074 Removed replacement error handlers from contrib/gregbook. Because of
75 the new png_longjmp() function they are no longer needed.
76
77version 1.5.0beta11 [March 3, 2010]
78 Removed checking for already-included setjmp.h from pngconf.h
Glenn Randers-Pehrson4531ded2010-02-21 23:07:13 -060079
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060080Send comments/corrections/commendations to png-mng-implement at lists.sf.net
Glenn Randers-Pehrsonbeb572e2006-08-19 13:59:24 -050081(subscription required; visit
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060082https://lists.sourceforge.net/lists/listinfo/png-mng-implement
83to subscribe) or to glennrp at users.sourceforge.net
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050084
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -060085Glenn R-P