John Bowler
10303740d1
[libpng15] Updated scripts/makefile.msys, options.awk, and vers.dfn
2013-02-05 07:30:11 -06:00
John Bowler
572ba70905
[libpng15] Fix typo in Makefile.am, fix scripts/pnglibconf.mak and makefile.std
2013-02-04 22:21:53 -06:00
John Bowler
bc6abe8af8
[libpng15] Made a probably general fix for the preprocessing used to generate
...
source files. This change might make the check for a special C preprocessor
unnecessary, and it also eliminates the requirement for sed in the
configure build process. NOTE: this is incomplete, a change must also
be made to pnglibconf.mak
2013-02-04 21:53:41 -06:00
Glenn Randers-Pehrson
3051d453ef
[libpng15] Bump version to 1.5.15beta02
2013-02-04 20:36:30 -06:00
Glenn Randers-Pehrson
11be27ed2c
[libpng15] Imported from libpng-1.5.15beta01.tar
v1.5.15beta01
2013-02-04 20:21:37 -06:00
Glenn Randers-Pehrson
041f4465d0
[libpng15] Added documentation of new png_get_palette_max() function.
2013-02-04 19:58:58 -06:00
John Bowler
c9f2269857
[libpng15] Enabled renaming of the extern (but not DLL exported) ARM filter
...
functions. Also enabled inclusion of pngpriv.h in non-C files by preventing
C/C++ specific definitions if PNG_VERSION_INFO_ONLY is defined.
2013-02-04 17:49:11 -06:00
Glenn Randers-Pehrson
6636826302
[libpng15] Bump version to 1.5.15beta01
2013-01-23 21:26:43 -06:00
Glenn Randers-Pehrson
8799d78361
[libpng15] Imported from libpng-1.5.14.tar
v1.5.14
2013-01-23 21:06:35 -06:00
Glenn Randers-Pehrson
54491e8535
[libpng15] Removed an obsolete line from the manual.
2013-01-23 21:05:27 -06:00
Glenn Randers-Pehrson
40a8cd052a
[libpng15] Imported from libpng-1.5.14rc03.tar
v1.5.14rc03
2013-01-17 23:34:18 -06:00
Glenn Randers-Pehrson
77a0a2ea11
[libpng15] Check validity of "nentries" parameter of png_set_sPLT().
...
and check validity of "num_text" parameter of png_set_text_2().
2013-01-17 16:15:46 -06:00
Glenn Randers-Pehrson
798d3de5f6
[libpng15] Check validity of "nentries" parameter of png_set_sPLT().
2013-01-17 15:16:02 -06:00
Glenn Randers-Pehrson
5b4aa7841b
[libpng15] Bump version to 1.5.14rc03
2013-01-17 14:15:55 -06:00
John Bowler
bec9ca9b8a
[libpng15] Revised test for validity of "num_unknowns" to eliminate compiler
...
warnings.
2013-01-17 13:09:32 -06:00
Glenn Randers-Pehrson
77a817bfc2
[libpng15] Change info_ptr->unknown_chunks_num to type png_uint_32
...
and test against INT_MAX instead of UINT_MAX in pngset.c
2013-01-17 10:52:48 -06:00
Glenn Randers-Pehrson
5b9fe98c5f
[libpng15] Imported from libpng-1.5.14rc01.tar
v1.5.14rc01
2013-01-16 21:29:52 -06:00
Glenn Randers-Pehrson
d91f8b0fe8
[libpng15] Bump version to 1.5.14beta09
2013-01-10 12:31:29 -06:00
Glenn Randers-Pehrson
1a3d6e3cf3
[libpng15] Check validity of "num_unknowns" parameter
...
of png_set_unknown_chunks().
2013-01-10 09:24:03 -06:00
Glenn Randers-Pehrson
c4b099396a
[libpng15] Bump version to 1.5.14beta08
2013-01-06 20:12:39 -06:00
John Bowler
6d35722f70
[libpng15] Updated pngvalid.c from libpng16
2013-01-06 17:57:40 -06:00
John Bowler
84dc479108
[libpng15] De-configured build fixes to make a range of deconfiguration options
...
(such as switching off read or write support) work in more cases. Also
upgraded pngtest and pngvalid to the libpng 1.6 versions (with some
modifications) which provide more extensive testing. Replaced pngtest.png
because pngtest writes the ancillary chunks in a different order.
2013-01-06 12:38:39 -06:00
Glenn Randers-Pehrson
8e4a89f0f9
[libpng15] Changed AM_CONFIG_HEADER(config.h) to AC_CONFIG_HEADERS([config.h])
...
in configure.ac
2013-01-03 13:44:04 -06:00
Glenn Randers-Pehrson
3d3c517bc4
[libpng15] Bump version to 1.5.14beta07
2013-01-01 09:10:30 -06:00
Glenn Randers-Pehrson
c11abedafe
[libpng15] Update copyright year to 2013 in newly-changed files.
2013-01-01 07:26:47 -06:00
John Bowler
a743b5ae08
[libpng15] Fixed 'make distcheck' on SUN OS - libpng.so was not being removed
2012-12-27 10:05:03 -06:00
Glenn Randers-Pehrson
649f94515a
[libpng15] Discontinued distributing libpng-1.5.14-1.5.13-diff.txt and similar.
2012-12-23 21:22:44 -06:00
Glenn Randers-Pehrson
ea36195983
[libpng15] Bump version to 1.5.14beta06
2012-12-22 18:51:48 -06:00
Glenn Randers-Pehrson
dbd687d64f
[libpng15] Reformatted latest CHANGES/ANNOUNCE entry to 80 character lines.
2012-12-22 17:14:07 -06:00
John Bowler
0a7508fd9b
[libpng15] Fixed Windows build issues, enabled ARM compilation. Various warnings
...
issued by earlier versions of GCC fixed for Cygwin and Min/GW (which both use old GCCs.)
ARM support is enabled by default in zlib.props (unsupported by Microsoft) and
ARM compilation is made possible by deleting the check for x86. The test programs
cannot be run because they are not signed.
2012-12-20 22:33:13 -06:00
Glenn Randers-Pehrson
4a641ce19c
[libpng15] Bump version to 1.5.14beta05
2012-12-19 16:34:03 -06:00
Glenn Randers-Pehrson
5e6764a39a
[libpng15] ANNOUNCE that the git repository location at SourceForge has changed.
2012-12-18 22:00:56 -06:00
Glenn Randers-Pehrson
c0858ea57f
[libpng15] Fixed typo in contrib/pngminim/encoder/README
2012-12-18 14:55:48 -06:00
Glenn Randers-Pehrson
5976cbbe6d
[libpng15] Disassembled the version number in scripts/options.awk (necessary
...
for building on SunOs)
2012-12-18 09:09:43 -06:00
Glenn Randers-Pehrson
eb4b51674f
[libpng15] Cleaned up whitespace in the synopsis portion of the manpage.
2012-12-17 20:25:26 -06:00
Glenn Randers-Pehrson
94decfcca7
[libpng15] Bump version to 1.5.14beta04
2012-12-15 11:50:18 -06:00
Glenn Randers-Pehrson
a2669c39c3
[libpng15] Fixed a minor bug in types to malloc and major bug in handling
...
compressed iTXt. Compressed iTXt could not be handled. Change was made
earlier but omitted from libpng-1.5.14beta02 distributions.
2012-12-15 11:09:44 -06:00
Glenn Randers-Pehrson
c53980584e
[libpng15] Bump version to 1.5.14beta03
2012-12-15 09:14:39 -06:00
Glenn Randers-Pehrson
7515f2e5e6
[libpng15] Bump version to 1.5.14beta03
2012-12-15 09:02:54 -06:00
Glenn Randers-Pehrson
5255518620
[libpng15] Imported from libpng-1.5.14beta02.tar
v1.5.14beta02
2012-12-15 00:02:46 -06:00
John Bowler
ab43bdaa84
[libpng15] Fixed cases of unquoted DESTDIR in Makefile.am
2012-12-15 00:01:32 -06:00
John Bowler
508a744251
[libpng15] Improve commentary in ARM-NEON code.
2012-12-14 23:46:56 -06:00
John Bowler
62cfc893e0
[libpng15] Rearranged building of ARM NEON optimizations. The ARM specific code
...
is split out entirely to the arm subdirectory and changes to configure.ac and
Makefile.am to add new stuff are reduced. Now material code changes,
although for build test purposes, --enable-arm-neon now builds on non-ARM
systems.
Rebuilt Makefile.in, configure, etc., with autoconf-2.69 and automake-1.2.5.
2012-12-14 22:05:08 -06:00
John Bowler
9b66cbcf2f
[libpng15] Fixed a minor bug in types to malloc and major bug in handling
...
compressed iTXt. Compressed iTXt could not be handled.
2012-12-14 21:59:20 -06:00
Glenn Randers-Pehrson
58514a2eba
[libpng15] Updated "last changed" comments in recently-changed files.
2012-12-10 09:15:28 -06:00
Glenn Randers-Pehrson
494a0040f4
[libpng15] Use "FALL THROUGH" comments consistently (all caps)
2012-12-09 20:39:31 -06:00
Glenn Randers-Pehrson
5aca696114
[libpng15] Add a "FALL THROUGH" comment in a "case:" statement in pngwrite.c
2012-12-09 20:38:53 -06:00
Glenn Randers-Pehrson
b0673cb50f
[libpng16] Ignore, with a warning, out-of-range value of num_trans in
...
png_set_tRNS().
2012-12-09 20:28:26 -06:00
Glenn Randers-Pehrson
a8488b78dc
[libpng15] Check for png_ptr==NULL earlier in png_zalloc().
2012-12-09 20:27:28 -06:00
Glenn Randers-Pehrson
abc54c090b
[libpng15] Fixed latest CHANGES entry: DZ_SOLO -> DNO_GZIP
2012-11-30 15:47:22 -06:00