libpng/ANNOUNCE

120 lines
4.1 KiB
Plaintext
Raw Normal View History

1998-04-21 16:03:57 -04:00
2006-06-02 06:31:20 -04:00
Libpng 1.4.0beta6 - June 2, 2006
1998-04-21 16:03:57 -04:00
2006-04-15 07:37:45 -04: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 16:03:57 -04:00
2006-02-22 10:19:25 -05:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2006-06-02 06:31:20 -04:00
1.4.0beta6.tar.gz
1.4.0beta6.tar.bz2
2006-03-31 06:29:33 -05:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2006-06-02 06:31:20 -04:00
1.4.0beta6-no-config.tar.gz
1.4.0beta6-no-config.tar.bz2
2006-02-22 10:19:25 -05:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2006-06-02 06:31:20 -04:00
lp140b06.zip
lp140b06.tar.bz2
2006-02-22 10:19:25 -05:00
Project files
2006-06-02 06:31:20 -04:00
1.4.0beta6-project-netware.zip
1.4.0beta6-project-wince.zip
2006-02-22 10:19:25 -05:00
Other information:
2006-06-02 06:31:20 -04:00
1.4.0beta6-README.txt
1.4.0beta6-KNOWNBUGS.txt
1.4.0beta6-LICENSE.txt
1.4.0beta6-Y2K-compliance.txt
2006-04-15 07:37:45 -04:00
Changes since the last public release (1.2.9):
version 1.2.10beta1 [April 15, 2006]
Renamed "config.h" to "png_conf.h" and revised Makefile.am to add
-DPNG_BUILDING_LIBPNG to compile directive, and modified pngconf.h
to include png_conf.h only when PNG_BUILDING_LIBPNG is defined.
2006-03-31 06:29:33 -05:00
2006-04-15 15:14:42 -04:00
version 1.2.10beta2 [April 15, 2006]
2006-04-15 19:23:04 -04:00
Manually updated Makefile.in and configure. Changed png_conf.h.in
back to config.h.
version 1.2.10beta3 [April 15, 2006]
Change png_conf.h back to config.h in pngconf.h.
2006-04-15 15:14:42 -04:00
2006-04-16 13:16:14 -04:00
version 1.2.10beta4 [April 16, 2006]
Change PNG_BUILDING_LIBPNG to PNG_CONFIGURE_LIBPNG in config/Makefile*.
2006-04-17 15:33:23 -04:00
version 1.2.10beta5 [April 16, 2006]
2006-04-16 20:45:31 -04:00
Added a configure check for compiling assembler code in pnggccrd.c
2006-04-17 15:33:23 -04:00
version 1.2.10beta6 [April 17, 2006]
Revised the configure check for pnggccrd.c
Moved -DPNG_CONFIGURE_LIBPNG into @LIBPNG_DEFINES@
Added @LIBPNG_DEFINES@ to arguments when building libpng.sym
2006-04-18 06:31:20 -04:00
version 1.2.10beta7 [April 18, 2006]
Change "exec_prefix=$prefix" to "exec_prefix=$(prefix)" in makefiles.
2006-04-20 08:20:46 -04:00
version 1.2.10rc1 [April 19, 2006]
2006-04-19 06:00:04 -04:00
Ensure pngconf.h doesn't define both PNG_USE_PNGGCCRD and PNG_USE_PNGVCRD
Fixed "LN_FS" typo in makefile.sco and makefile.solaris.
2006-04-20 08:20:46 -04:00
version 1.2.10rc2 [April 19, 2006]
Added a backslash between -DPNG_CONFIGURE_LIBPNG and -DPNG_NO_ASSEMBLER_CODE
in configure.ac
Made the configure warning about versioned symbols less arrogant.
2006-05-10 08:27:44 -04:00
version 1.2.10rc3 [April 20, 2006]
2006-04-20 22:31:14 -04:00
Added a note in libpng.txt that png_set_sig_bytes(8) can be used when
writing an embedded PNG without the 8-byte signature.
2006-04-20 08:20:46 -04:00
version 1.4.0beta1 [April 20, 2006]
Enabled iTXt support (changes png_struct, thus requires so-number change).
Cleaned up PNG_ASSEMBLER_CODE_SUPPORTED vs PNG_MMX_CODE_SUPPORTED
Eliminated PNG_1_0_X and PNG_1_2_X macros.
Removed deprecated functions png_read_init, png_write_init, png_info_init,
png_permit_empty_plte, png_set_gray_1_2_4_to_8, and removed the
deprecated macro PNG_MAX_UINT.
Moved "PNG_INTERNAL" parts of png.h and pngconf.h into pngintrn.h
Removed many WIN32_WCE #ifdefs (Cosmin).
Reduced dependency on C-runtime library when on Windows (Simon-Pierre)
Replaced sprintf() with png_sprintf() (Simon-Pierre)
2006-05-10 08:27:44 -04:00
version 1.4.0beta2 [April 20, 2006]
2006-04-20 22:31:14 -04:00
Revised makefiles to avoid making links to libpng.so.*
Moved some leftover MMX-related defines from pngconf.h to pngintrn.h
Updated scripts/pngos2.def, pngw32.def, and projects/wince/png32ce.def
2006-05-10 08:27:44 -04:00
Updated scripts/pngw32.def to comment out MMX functions.
2006-05-11 10:43:09 -04:00
version 1.4.0beta3 [May 10, 2006]
Updated scripts/pngw32.def to comment out MMX functions.
2006-05-10 08:27:44 -04:00
Added PNG_NO_GET_INT_32 and PNG_NO_SAVE_INT_32 macros.
Scripts/libpng.pc.in contained "configure" style version info and would
not work with makefiles.
Revised pngconf.h and added pngconf.h.in so makefiles and configure can
pass defines to libpng and applications.
2006-05-11 10:43:09 -04:00
version 1.4.0beta4 [May 11, 2006]
Revised configure.ac, Makefile.am, and many of the makefiles to write
their defines in pngconf.h.
2006-04-20 22:31:14 -04:00
2006-06-02 06:31:20 -04:00
version 1.4.0beta5 [June 2, 2006]
2006-05-15 07:44:21 -04:00
Added a missing semicolon in Makefile.am and Makefile.in
Deleted extraneous square brackets from configure.ac
2006-02-20 23:09:05 -05: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 16:03:57 -04:00
1998-12-29 12:47:59 -05:00
Glenn R-P