Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: third_party/libpng/ANNOUNCE

Issue 2033063003: Check libpng directly into third_party/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: public.bzl Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Libpng 1.6.22rc01 - May 14, 2016
2
3 This is not intended to be a public release. It will be replaced
4 within a few weeks by a public version or by another test version.
5
6 Files available for download:
7
8 Source files with LF line endings (for Unix/Linux) and with a
9 "configure" script
10
11 1.6.22rc01.tar.xz (LZMA-compressed, recommended)
12 1.6.22rc01.tar.gz
13
14 Source files with CRLF line endings (for Windows), without the
15 "configure" script
16
17 lp1622r01.7z (LZMA-compressed, recommended)
18 lp1622r01.zip
19
20 Other information:
21
22 1.6.22rc01-README.txt
23 1.6.22rc01-LICENSE.txt
24 libpng-1.6.22rc01-*.asc (armored detached GPG signatures)
25
26 Changes since the last public release (1.6.21):
27
28 Version 1.6.22beta01 [January 23, 2016]
29 Changed PNG_USE_MKSTEMP to __COVERITY__ to select alternate
30 "tmpfile()" implementation in contrib/libtests/pngstest.c
31 Fixed NO_STDIO build of pngunknown.c to skip calling png_init_io()
32 if there is no stdio.h support.
33 Added a png_image_write_to_memory() API and a number of assist macros
34 to allow an application that uses the simplified API write to bypass
35 stdio and write directly to memory.
36 Added some warnings (png.h) and some check code to detect *possible*
37 overflow in the ROW_STRIDE and simplified image SIZE macros. This
38 disallows image width/height/format that *might* overflow. This is
39 a quiet API change that limits in-memory image size (uncompressed) to
40 less than 4GByte and image row size (stride) to less than 2GByte.
41 Revised workaround for false-positive Coverity issue in pngvalid.c.
42
43 Version 1.6.22beta02 [February 8, 2016]
44 Only use exit(77) in configure builds.
45 Corrected error in PNG_IMAGE_PNG_SIZE_MAX. This new macro underreported
46 the palette size because it failed to take into account that the memory
47 palette has to be expanded to full RGB when it is written to PNG.
48 Updated CMakeLists.txt, added supporting scripts/gen*.cmake.in
49 and test.cmake.in (Roger Leigh).
50 Relaxed limit checks on gamma values in pngrtran.c. As suggested in
51 the comments gamma values outside the range currently permitted
52 by png_set_alpha_mode are useful for HDR data encoding. These values
53 are already permitted by png_set_gamma so it is reasonable caution to
54 extend the png_set_alpha_mode range as HDR imaging systems are starting
55 to emerge.
56
57 Version 1.6.22beta03 [March 9, 2016]
58 Added a common-law trademark notice and export control information
59 to the LICENSE file, png.h, and the man page.
60 Restored "& 0xff" in png_save_uint_16() and png_save_uint_32() that
61 were accidentally removed from libpng-1.6.17.
62 Changed PNG_INFO_cHNK and PNG_FREE_cHNK from 0xnnnn to 0xnnnnU in png.h
63 (Robert C. Seacord).
64 Removed dubious "#if INT_MAX" test from png.h that was added to
65 libpng-1.6.19beta02 (John Bowler).
66 Add ${INCLUDES} in scripts/genout.cmake.in (Bug report by Nixon Kwok).
67 Updated LICENSE to say files in the contrib directory are not
68 necessarily under the libpng license, and that some makefiles have
69 other copyright owners.
70 Added INTEL-SSE2 support (Mike Klein and Matt Sarett, Google, Inc.).
71 Made contrib/libtests/timepng more robust. The code no longer gives
72 up/fails on invalid PNG data, it just skips it (with error messages).
73 The code no longer fails on PNG files with data beyond IEND. Options
74 exist to use png_read_png (reading the whole image, not by row) and, in
75 that case, to apply any of the supported transforms. This makes for
76 more realistic testing; the decoded data actually gets used in a
77 meaningful fashion (John Bowler).
78 Fixed some misleading indentation (Krishnaraj Bhat).
79
80 Version 1.6.22beta04 [April 5, 2016]
81 Force GCC compilation to C89 if needed (Dagobert Michelsen).
82 SSE filter speed improvements for bpp=3:
83 memcpy-free implementations of load3() / store3().
84 call load3() only when needed at the end of a scanline.
85
86 Version 1.6.22beta05 [April 27, 2016]
87 Added PNG_FAST_FILTERS macro (defined as
88 PNG_FILTER_NONE|PNG_FILTER_SUB|PNG_FILTER_UP).
89 Various fixes for contrib/libtests/timepng.c
90 Moved INTEL-SSE code from pngpriv.h into contrib/intel/intel_sse.patch.
91 Fixed typo (missing underscore) in #define PNG_READ_16_TO_8_SUPPORTED
92 (Bug report by Y.Ohashik).
93
94 Version 1.6.22beta06 [May 5, 2016]
95 Rebased contrib/intel_sse.patch.
96 Quieted two Coverity issues in contrib/libtests/timepng.c.
97 Fixed issues with scripts/genout.cmake.in (David Capello, Nixon Kwok):
98 Added support to use multiple directories in ZLIBINCDIR variable,
99 Fixed CMAKE_C_FLAGS with multiple values when genout is compiled on MSVC,
100 Fixed pnglibconf.c compilation on OS X including the sysroot path.
101
102 Version 1.6.22rcp1 [May 14, 2016]
103 No changes.
104
105 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
106 (subscription required; visit
107 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
108 to subscribe)
109 or to glennrp at users.sourceforge.net
110
111 Glenn R-P
OLDNEW
« public.bzl ('K') | « public.bzl ('k') | third_party/libpng/CHANGES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698