This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/ANNOUNCE

88 lines
2.8 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2007-05-24 11:06:08 +00:00
Libpng 1.2.19beta10 - May 24, 2007
1998-04-21 20:03:57 +00:00
2007-05-18 18:40:59 +00:00
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.
1998-04-21 20:03:57 +00:00
2006-02-22 15:19:25 +00:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2007-05-24 11:06:08 +00:00
libpng-1.2.19beta10.tar.gz
libpng-1.2.19beta10.tar.bz2
2006-03-31 11:29:33 +00:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2007-05-24 11:06:08 +00:00
libpng-1.2.19beta10-no-config.tar.gz
libpng-1.2.19beta10-no-config.tar.bz2
2006-02-22 15:19:25 +00:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2007-05-24 11:06:08 +00:00
lp1219b10.zip
lp1219b10.tar.bz2
2006-02-22 15:19:25 +00:00
Project files
2007-05-24 11:06:08 +00:00
libpng-1.2.19beta10-project-netware.zip
libpng-1.2.19beta10-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
2007-05-24 11:06:08 +00:00
libpng-1.2.19beta10-README.txt
libpng-1.2.19beta10-KNOWNBUGS.txt
libpng-1.2.19beta10-LICENSE.txt
libpng-1.2.19beta10-Y2K-compliance.txt
2007-05-09 19:08:41 +00:00
2007-05-18 18:40:59 +00:00
Changes since the last public release (1.2.18):
2007-05-15 23:52:42 +00:00
2007-05-18 18:40:59 +00:00
version 1.2.19beta1 [May 18, 2007]
Changed "const static" to "static PNG_CONST" everywhere, mostly undoing
change of libpng-1.2.17beta2. Changed other "const" to "PNG_CONST"
2007-05-09 19:08:41 +00:00
2007-05-20 03:12:32 +00:00
version 1.2.19beta2 [May 18, 2007]
2007-05-19 05:36:49 +00:00
Fixed png_do_expand() to only use the appropriate bits of tRNS value.
2007-05-21 18:27:47 +00:00
version 1.2.19beta3 [May 20, 2007]
2007-05-20 03:12:32 +00:00
Add some "png_byte" typecasts in png_check_keyword().
Write new_key instead of key in zTXt chunk.
2007-05-21 18:27:47 +00:00
version 1.2.19beta4 [May 21, 2007]
Add png_snprintf() function and use it in place of sprint() for improved
defense against buffer overflows.
version 1.2.19beta5 [May 21, 2007]
Fixed png_handle_tRNS() to only use the appropriate bits of tRNS value.
Changed handling of more unused parameters, to avoid compiler warnings.
Removed some PNG_CONST in pngwutil.c to avoid compiler warnings.
2007-05-22 09:58:45 +00:00
version 1.2.19beta6 [May 22, 2007]
Added some #ifdef PNG_MMX_CODE_SUPPORTED where needed in pngvcrd.c
Added a special "_MSC_VER" case that defines png_snprintf to _snprintf
2007-05-22 13:28:05 +00:00
version 1.2.19beta7 [May 22, 2007]
Squelched png_squelch_warnings() in pnggccrd.c and added an
#ifdef PNG_MMX_CODE_SUPPORTED block around the declarations that caused
the warnings that png_squelch_warnings was squelching.
2007-05-22 21:40:41 +00:00
version 1.2.19beta8 [May 22, 2007]
Removed __MMX__ from test in pngconf.h.
2007-05-23 18:02:40 +00:00
version 1.2.19beta9 [May 23, 2007]
Made png_squelch_warnings() available via PNG_SQUELCH_WARNINGS macro.
Revised png_squelch_warnings() so it might work.
Updated makefile.sgcc and makefile.solaris; added makefile.solaris-x86.
2007-05-24 11:06:08 +00:00
version 1.2.19beta10 [May 24, 2007]
Resquelched png_squelch_warnings(), use "__attribute__((used))" instead.
2006-02-21 04:09:05 +00:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2007-05-18 18:40:59 +00:00
2006-02-21 04:09:05 +00:00
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
1998-04-21 20:03:57 +00:00
1998-12-29 17:47:59 +00:00
Glenn R-P