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

87 lines
2.6 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2006-04-21 02:29:31 +00:00
Libpng 1.2.10rc3 - April 21, 2006
1998-04-21 20:03:57 +00:00
2006-04-15 11:37:45 +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
2006-04-21 02:29:31 +00:00
1.2.10rc3.tar.gz
1.2.10rc3.tar.bz2
2006-03-31 11:29:33 +00:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2006-04-21 02:29:31 +00:00
1.2.10rc3-no-config.tar.gz
1.2.10rc3-no-config.tar.bz2
2006-02-22 15:19:25 +00:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2006-04-21 02:29:31 +00:00
lp1210r03.zip
lp1210r03.tar.bz2
2006-02-22 15:19:25 +00:00
Project files
2006-04-21 02:29:31 +00:00
1.2.10rc3-project-netware.zip
1.2.10rc3-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
2006-04-21 02:29:31 +00:00
1.2.10rc3-README.txt
1.2.10rc3-KNOWNBUGS.txt
1.2.10rc3-LICENSE.txt
1.2.10rc3-Y2K-compliance.txt
2006-04-15 11:37:45 +00: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 11:29:33 +00:00
2006-04-15 19:14:42 +00:00
version 1.2.10beta2 [April 15, 2006]
2006-04-15 23:23:04 +00: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 19:14:42 +00:00
2006-04-16 17:16:14 +00:00
version 1.2.10beta4 [April 16, 2006]
Change PNG_BUILDING_LIBPNG to PNG_CONFIGURE_LIBPNG in config/Makefile*.
2006-04-17 19:33:23 +00:00
version 1.2.10beta5 [April 16, 2006]
2006-04-17 00:45:31 +00:00
Added a configure check for compiling assembler code in pnggccrd.c
2006-04-17 19:33:23 +00: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 10:31:20 +00:00
version 1.2.10beta7 [April 18, 2006]
Change "exec_prefix=$prefix" to "exec_prefix=$(prefix)" in makefiles.
2006-04-19 18:15:20 +00:00
version 1.2.10rc1 [April 19, 2006]
2006-04-19 10:00:04 +00: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-21 02:29:31 +00:00
version 1.2.10rc2 [April 20, 2006]
2006-04-19 18:15:20 +00:00
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-04-21 02:29:31 +00:00
version 1.2.10rc3 [April 21, 2006]
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.
Revised makefiles and configure to avoid making links to libpng.so.*
2006-02-21 04:09:05 +00: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 20:03:57 +00:00
1998-12-29 17:47:59 +00:00
Glenn R-P