ANNOUNCE 3.7 KB
Newer Older
1

2
Libpng 1.2.19beta17 - June 20, 2007
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
   libpng-1.2.19beta17.tar.gz
   libpng-1.2.19beta17.tar.bz2
14 15 16 17

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

18 19
   libpng-1.2.19beta17-no-config.tar.gz
   libpng-1.2.19beta17-no-config.tar.bz2
20 21 22 23

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

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

Project files

29 30
   libpng-1.2.19beta17-project-netware.zip
   libpng-1.2.19beta17-project-wince.zip
31 32 33

Other information:

34 35 36 37
   libpng-1.2.19beta17-README.txt
   libpng-1.2.19beta17-KNOWNBUGS.txt
   libpng-1.2.19beta17-LICENSE.txt
   libpng-1.2.19beta17-Y2K-compliance.txt
38

39
Changes since the last public release (1.2.18):
40

41 42 43
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"
44

45
version 1.2.19beta2 [May 18, 2007]
46 47
  Fixed png_do_expand() to only use the appropriate bits of tRNS value.

48
version 1.2.19beta3 [May 20, 2007]
49 50 51
  Add some "png_byte" typecasts in png_check_keyword().
  Write new_key instead of key in zTXt chunk.

52 53 54 55 56 57 58 59 60
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.

61 62 63 64
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

65 66 67 68 69
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.

70 71 72
version 1.2.19beta8 [May 22, 2007]
  Removed __MMX__ from test in pngconf.h.

73 74 75 76 77
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.

78 79 80
version 1.2.19beta10 [May 24, 2007]
  Resquelched png_squelch_warnings(), use "__attribute__((used))" instead.

81 82 83 84
version 1.2.19beta11 [May 28, 2007]
  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).
85 86
  Make test for NULL row_buf at the beginning of png_do_read_transformations
    unconditional.
87

88 89 90
version 1.2.19beta12 [May 28, 2007]
  Revised pnggccrd.c.

91
version 1.2.19beta13 [June 14, 2007]
92 93
  Prefer PNG_USE_PNGVCRD when _MSC_VER is defined in pngconf.h

94 95 96
version 1.2.19beta14 [June 16, 2007]
  Fix bug with handling of 16-bit transparency, introduced in 1.2.19beta2

97 98 99
version 1.2.19beta15 [June 17, 2007]
  Revised pnggccrd.c.

100
version 1.2.19beta16 [June 18, 2007]
101 102
  Revised pnggccrd.c again.
  Updated contrib/gregbook.
103
  Changed '#include "pnggccrd.c"' to 'include "$srcdir/pnggccrd.c"'
104 105
    in configure.ac

106 107 108 109
version 1.2.19beta17 [June 20, 2007]
  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.

110
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
111

112 113 114
(subscription required; visit 
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
115

116
Glenn R-P