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

102 lines
4.1 KiB
Plaintext
Raw Normal View History

1998-04-21 15:03:57 -05:00
2007-08-18 05:34:04 -05:00
Libpng 1.2.19 - August 18, 2007
1998-04-21 15:03:57 -05:00
2007-08-18 05:34:04 -05:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 15:03:57 -05:00
2006-02-22 09:19:25 -06:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2007-08-18 05:34:04 -05:00
libpng-1.2.19.tar.gz
libpng-1.2.19.tar.bz2
2006-03-31 05:29:33 -06:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2007-08-18 05:34:04 -05:00
libpng-1.2.19-no-config.tar.gz
libpng-1.2.19-no-config.tar.bz2
2006-02-22 09:19:25 -06:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2007-08-18 05:34:04 -05:00
lpng1219.zip
lpng1219.tar.bz2
2006-02-22 09:19:25 -06:00
Project files
2007-08-18 05:34:04 -05:00
libpng-1.2.19-project-netware.zip
libpng-1.2.19-project-wince.zip
2006-02-22 09:19:25 -06:00
Other information:
2007-08-18 05:34:04 -05:00
libpng-1.2.19-README.txt
libpng-1.2.19-KNOWNBUGS.txt
libpng-1.2.19-LICENSE.txt
libpng-1.2.19-Y2K-compliance.txt
2007-05-09 14:08:41 -05:00
2007-05-18 13:40:59 -05:00
Changes since the last public release (1.2.18):
2007-05-15 18:52:42 -05:00
2007-08-18 05:34:04 -05:00
version 1.2.19 [August 18, 2007]
2007-05-18 13:40:59 -05:00
Changed "const static" to "static PNG_CONST" everywhere, mostly undoing
change of libpng-1.2.17beta2. Changed other "const" to "PNG_CONST"
2007-05-19 00:36:49 -05:00
Fixed png_do_expand() to only use the appropriate bits of tRNS value.
2007-08-18 05:34:04 -05:00
Fixed png_handle_tRNS() to only use the appropriate bits of tRNS value.
2007-05-19 22:12:32 -05:00
Add some "png_byte" typecasts in png_check_keyword().
Write new_key instead of key in zTXt chunk.
2007-05-21 13:27:47 -05:00
Add png_snprintf() function and use it in place of sprint() for improved
defense against buffer overflows.
2007-08-18 05:34:04 -05:00
Changed handling of some unused parameters, to avoid compiler warnings.
2007-05-21 13:27:47 -05:00
Removed some PNG_CONST in pngwutil.c to avoid compiler warnings.
2007-05-22 04:58:45 -05:00
Added some #ifdef PNG_MMX_CODE_SUPPORTED where needed in pngvcrd.c
2007-08-18 05:34:04 -05:00
Squelched png_squelch_warnings() in pnggccrd.c; Use "__attribute__((used))"
instead.
2007-05-22 16:40:41 -05:00
Removed __MMX__ from test in pngconf.h.
2007-05-23 13:02:40 -05:00
Updated makefile.sgcc and makefile.solaris; added makefile.solaris-x86.
2007-05-28 08:45:13 -05:00
Return 0 from png_get_sPLT() and png_get_unknown_chunks() if png_ptr is NULL;
changed three remaining instances of png_strcpy() to png_strncpy() (David
Hill).
2007-06-15 10:13:25 -05:00
Make test for NULL row_buf at the beginning of png_do_read_transformations
unconditional.
Prefer PNG_USE_PNGVCRD when _MSC_VER is defined in pngconf.h
2007-06-16 19:48:49 -05:00
Revised pnggccrd.c.
2007-06-18 20:53:52 -05:00
Updated contrib/gregbook.
2007-06-19 19:05:48 -05:00
Changed '#include "pnggccrd.c"' to 'include "$srcdir/pnggccrd.c"'
2007-06-18 20:53:52 -05:00
in configure.ac
2007-06-19 19:05:48 -05:00
Revised many of the makefiles, to set -DPNG_NO_MMX_CODE where needed
and to not use -O3 unless -DPNG_NO_MMX_CODE is also set.
2007-06-22 21:40:24 -05:00
Copied optimized C code from pnggccrd.c to pngrutil.c, removed dependency
on pnggccrd.o from many makefiles.
Added sl and dylib to list of extensions be installed by Makefile.am
2007-06-28 16:04:25 -05:00
Fixed testing PNG_RGB_TO_GRAY_ERR & PNG_RGB_TO_GRAY_WARN in pngrtran.c
2007-08-18 05:34:04 -05:00
Revised pngvcrd.c.
2007-06-28 20:01:55 -05:00
Rebuilt Makefile.in and configure using libtool-1.5.24.
2007-06-30 05:26:07 -05:00
Added "test" target to Makefile.in and Makefile.am
2007-07-03 16:28:18 -05:00
Added info about pngrutil/pnggccrd/pngvcrd to png_get_header_version()
2007-08-18 05:34:04 -05:00
Added PNG_NO_WRITE_FILTER and PNG_NO_WARNING macros.
2007-07-14 14:43:24 -05:00
Added contrib/pngminim to demonstrate building minimal encoder and decoder
2007-07-16 21:44:06 -05:00
Changed "png_free(str)" to "png_free(png_ptr,str)" in pngrutil.c WinCE
code (Yves Piguet). This bug was introduced in libpng-1.2.14.
Updated scripts/CMakeLists.txt
2007-07-17 22:18:54 -05:00
Fixed incorrect stride and number of bytes copied (was 4 instead of
6 bytes) in the cleanup loop of pnggccrd.c and pngvcrd.c for handling
the end of 48-bit interlaced rows (Glenn R-P).
2007-07-18 20:05:37 -05:00
Added png_warning() in pngrutil.c for short iCCP, iTXt, sPLT, or zTXT chunks.
Revised pngtest.c so warnings are displayed regardless of PNG_NO_STDIO.
2007-07-31 12:43:32 -05:00
Disable PNG_MMX_CODE_SUPPORTED when PNG_ASSEMBLER_CODE_SUPPORTED is off.
Added information about disabling the MMX code in libpng documentation.
2007-08-04 07:41:40 -05:00
Removed some "#if 0" blocks.
Made a global struct local in pngvcrd.c to make it thread safe.
2007-08-09 21:45:43 -05:00
Change default to PNG_NO_GLOBAL_ARRAYS for MSVC.
2007-08-10 15:49:26 -05:00
Revise handling of png_strtod in recent versions of WINCE
2007-08-18 05:34:04 -05:00
Issue a png_error() if application attempts to transform a row tht
has not been initialized.
2007-08-15 07:10:27 -05:00
2006-02-20 22:09:05 -06:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
1998-04-21 15:03:57 -05:00
1998-12-29 11:47:59 -06:00
Glenn R-P