Glenn Randers-Pehrson
5ce5cb7a9a
[libpng15] Bump version to 1.5.23beta02
2015-06-01 21:10:37 -05:00
Glenn Randers-Pehrson
4925a28f6d
[libpng15] Bump version to 1.5.23beta01
2015-03-27 09:09:21 -05:00
Glenn Randers-Pehrson
4b1b9ce028
[libpng15] Imported from libpng-1.5.22.tar
2015-03-26 08:11:00 -05:00
Glenn Randers-Pehrson
76a0ff6a10
[libpng15] Bump version to 1.5.22rc05
2015-03-17 08:14:08 -05:00
Glenn Randers-Pehrson
b1ac30b94e
[libpng15] Bump version to 1.5.22rc04
2015-03-12 08:10:01 -05:00
Glenn Randers-Pehrson
79553bcc3d
[libpng15] Imported from libpng-1.5.22rc03.tar
2015-03-12 07:27:17 -05:00
Glenn Randers-Pehrson
d50ec244d2
[libpng15] Removed some comments that the configure script did not handle
...
properly from scripts/pnglibconf.dfa and pnglibconf.h.prebuilt.
Bump version to 1.5.22rc02
2015-03-05 21:07:11 -06:00
Glenn Randers-Pehrson
17b747c8a6
[libpng15] Imported from libpng-1.5.22rc01.tar
2015-03-04 11:19:19 -06:00
Glenn Randers-Pehrson
af625883d6
[libpng15] Bump version to 1.5.22beta05
2015-02-25 15:42:09 -06:00
Glenn Randers-Pehrson
193eb0b717
[libpng15] Bump version to 1.5.22beta04
2015-02-21 12:48:59 -06:00
Glenn Randers-Pehrson
61c3508c42
[libpng15] Bump version to 1.5.22beta03
2015-02-17 10:51:59 -06:00
Glenn Randers-Pehrson
c34f3658a7
[libpng15] Bump version to 1.5.22beta02
2015-01-28 19:42:01 -06:00
Glenn Randers-Pehrson
beddd7ed53
[libpng15] Bump version to 1.5.22beta01
2014-12-21 22:56:23 -06:00
Glenn Randers-Pehrson
67faef917b
[libpng15] Imported from libpng-1.5.21.tar
2014-12-21 21:52:46 -06:00
Glenn Randers-Pehrson
9c526e5a5d
[libpng15] Imported from libpng-1.5.21rc03.tar
2014-12-21 16:43:48 -06:00
Glenn Randers-Pehrson
90238dfe7a
[libpng15] Imported from libpng-1.5.21rc02.tar
2014-12-21 14:08:01 -06:00
Glenn Randers-Pehrson
fb31308aea
[libpng15] Imported from libpng-1.5.21rc01.tar
2014-12-21 09:31:27 -06:00
Glenn Randers-Pehrson
b0c2c4154a
[libpng15] Bump version to 1.5.21beta02
2014-12-18 08:51:00 -06:00
Glenn Randers-Pehrson
394b2868f7
[libpng15] Bump version to 1.5.21beta01
2014-12-14 21:28:11 -06:00
Glenn Randers-Pehrson
82090022e7
[libpng15] Imported from libpng-1.5.20.tar
2014-11-20 10:22:49 -06:00
Glenn Randers-Pehrson
5290847c3e
[libpng15] Imported from libpng-1.5.20rc03.tar
2014-11-16 20:04:17 -06:00
Glenn Randers-Pehrson
55246f5ed6
[libpng15] Imported from libpng-1.5.20rc02.tar
2014-11-14 09:42:39 -06:00
Glenn Randers-Pehrson
6e0f47f88f
[libpng15] Imported from libpng-1.5.20rc01.tar
2014-11-13 06:46:37 -06:00
Glenn Randers-Pehrson
9e6249907b
[libpng15] Bump version to 1.5.20beta02
2014-11-09 20:29:36 -06:00
Glenn Randers-Pehrson
e99366837d
[libpng15] Bump version to 1.5.20beta01
2014-08-21 09:15:51 -05:00
Glenn Randers-Pehrson
e73cc88b21
[libpng15] Imported from libpng-1.5.19.tar
2014-08-21 05:57:34 -05:00
Glenn Randers-Pehrson
60b6a64975
[libpng15] Bump version to 1.5.19rc02
2014-08-13 22:07:49 -05:00
Glenn Randers-Pehrson
1516875105
[libpng15] Imported from libpng-1.5.19rc01.tar
2014-08-13 22:07:39 -05:00
Glenn Randers-Pehrson
36f9f0bcc8
[libpng15] Bump version to 1.5.19beta06
2014-08-07 20:29:04 -05:00
Glenn Randers-Pehrson
7de192f1e7
[libpng15] Eliminated use of "$<" when copying $PNGLIBCONF_H_PREBUILT
...
in makefiles. This does not work on some versions of make; bug introduced
in libpng version 1.5.19beta03.
2014-08-07 20:27:46 -05:00
Glenn Randers-Pehrson
cdc0ed8424
[libpng15] Bump version to 1.5.19beta05
2014-08-05 14:55:44 -05:00
Glenn Randers-Pehrson
fba09cf080
[libpng15] Bump version to 1.5.19beta04
2014-04-06 08:55:43 -05:00
Cosmin Truta
e66d9c2416
[libpng15] Allow an easy replacement of the default pre-built configuration
...
header with a custom header, via the make PNGLIBCONF_H_PREBUILT macro.
2014-03-22 13:35:35 -05:00
Cosmin Truta
4904cbce65
[libpng15] Port recent changes from libpng-1.6.11beta
...
Silence 'unused parameter' build warnings (Cosmin).
$(CP) is now used alongside $(RM_F). Also, use 'copy' instead
of 'cp' where applicable, and applied other minor makefile changes.
Don't warn about invalid dimensions exceeding user limits.
2014-03-22 11:19:35 -05:00
Glenn Randers-Pehrson
d485bd1379
[libpng15] Bump version to 1.5.19beta03
2014-03-17 13:21:01 -05:00
Glenn Randers-Pehrson
788c61a37f
[libpng15] Bump version to 1.5.19beta02
2014-02-28 10:49:32 -06:00
Glenn Randers-Pehrson
3adf7f7bc8
[libpng15] Bump version to 1.5.19beta01
2014-02-06 10:42:45 -06:00
Glenn Randers-Pehrson
4449a29e1e
[libpng15] Imported from libpng-1.5.18.tar
2014-02-05 22:27:21 -06:00
Glenn Randers-Pehrson
4f4a757c82
[libpng15] Imported from libpng-1.5.18rc02.tar
2014-01-30 15:15:02 -06:00
Glenn Randers-Pehrson
799943a1e6
[libpng15] Imported from libpng-1.5.18rc01.tar
2014-01-28 11:35:35 -06:00
Glenn Randers-Pehrson
dfa6aea8ac
[libpng15] Imported from libpng-1.5.18beta05.tar
2014-01-20 12:56:42 -06:00
Glenn Randers-Pehrson
e9a25f4568
[libpng15] Updated scripts/makefile.* to use CPPFLAGS (Cosmin)
2014-01-12 11:57:09 -06:00
Glenn Randers-Pehrson
c8ada608b9
[libpng15] Bump version to 1.5.18beta05
2014-01-10 11:57:15 -06:00
Glenn Randers-Pehrson
449a3c9764
[libpng15] Bump version to 1.5.18beta04
2014-01-01 10:47:16 -06:00
Glenn Randers-Pehrson
9d268b7758
[libpng15] Bump version to 1.5.18beta03
2013-12-26 12:03:38 -06:00
Glenn Randers-Pehrson
eff3cc82c3
[libpng15] Bump version to 1.5.18beta02
2013-08-21 18:00:27 -05:00
Glenn Randers-Pehrson
1feb6e2ef5
[libpng15] Bump version to 1.5.18beta01
2013-06-28 19:59:05 -05:00
Glenn Randers-Pehrson
25c8915f7c
[libpng15] Imported from libpng-1.5.17.tar
2013-06-26 22:30:48 -05:00
Glenn Randers-Pehrson
7689f1f96d
[libpng15] Bump version to 1.5.17rc03
2013-06-18 13:34:28 -05:00
Glenn Randers-Pehrson
d29c519969
[libpng15] Imported from libpng-1.5.17rc02.tar
2013-06-18 12:54:24 -05:00