summaryrefslogtreecommitdiff
path: root/ANNOUNCE
blob: 551aa275c87c8f772b883b991df5ce5706a31723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

Libpng 1.5.10beta01 - February 21, 2012

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.

Files available for download:

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

   1.5.10beta01.tar.xz (LZMA-compressed, recommended)
   1.5.10beta01.tar.gz
   1.5.10beta01.tar.bz2

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

   lp1510b01.7z  (LZMA-compressed, recommended)
   lp1510b01.zip

Other information:

   1.5.10beta01-README.txt
   1.5.10beta01-LICENSE.txt

Changes since the last public release (1.5.9):

Version 1.5.10beta01 [February 21, 2012]
  Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
  Always put the CMAKE_LIBRARY in "lib" (removed special WIN32 case).
  Removed empty vstudio/pngstest directory (Clifford Yapp).
  Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from
    pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c;
    now that png_ptr->buffer is inaccessible to applications, the special
    handling is no longer useful.
  Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).

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

Glenn R-P