ANNOUNCE 3.4 KB
Newer Older
1

2
Libpng 1.4.0beta2 - April 21, 2006
3

4 5
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.
6

7 8 9 10 11
Files available for download:

Source files with LF line endings (for Unix/Linux) and with a
"configure" script

12 13
   1.4.0beta2.tar.gz
   1.4.0beta2.tar.bz2
14 15 16 17

Source files with LF line endings (for Unix/Linux) without the
"configure" script

18 19
   1.4.0beta2-no-config.tar.gz
   1.4.0beta2-no-config.tar.bz2
20 21 22 23

Source files with CRLF line endings (for Windows), without the
"configure" script

24 25
   lp140b02.zip
   lp140b02.tar.bz2
26 27 28

Project files

29 30
   1.4.0beta2-project-netware.zip
   1.4.0beta2-project-wince.zip
31 32 33

Other information:

34 35 36 37
   1.4.0beta2-README.txt
   1.4.0beta2-KNOWNBUGS.txt
   1.4.0beta2-LICENSE.txt
   1.4.0beta2-Y2K-compliance.txt
38 39 40 41 42 43 44

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.
45

46
version 1.2.10beta2 [April 15, 2006]
47 48 49 50 51
  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.
52

53 54 55
version 1.2.10beta4 [April 16, 2006]
  Change PNG_BUILDING_LIBPNG to PNG_CONFIGURE_LIBPNG in config/Makefile*.

56
version 1.2.10beta5 [April 16, 2006]
57 58
  Added a configure check for compiling assembler code in pnggccrd.c

59 60 61 62 63
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

64 65 66
version 1.2.10beta7 [April 18, 2006]
  Change "exec_prefix=$prefix" to "exec_prefix=$(prefix)" in makefiles.

67
version 1.2.10rc1 [April 19, 2006]
68 69 70
  Ensure pngconf.h doesn't define both PNG_USE_PNGGCCRD and PNG_USE_PNGVCRD
  Fixed "LN_FS" typo in makefile.sco and makefile.solaris.

71 72 73 74 75
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.

76 77 78 79
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.

80 81 82 83 84 85 86 87 88 89 90 91
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)

92 93 94 95 96
version 1.4.0beta2 [April 21, 2006]
  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

97 98 99 100
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
101

102
Glenn R-P