[libpng16] Bump version to 1.6.21beta02

This commit is contained in:
Glenn Randers-Pehrson
2015-12-11 19:12:38 -06:00
parent 2edfd187f2
commit f3da771890
25 changed files with 60 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
Libpng 1.6.21beta01 - December 11, 2015
Libpng 1.6.21beta02 - December 12, 2015
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.
@@ -8,24 +8,24 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.6.21beta01.tar.xz (LZMA-compressed, recommended)
1.6.21beta01.tar.gz
1.6.21beta02.tar.xz (LZMA-compressed, recommended)
1.6.21beta02.tar.gz
Source files with CRLF line endings (for Windows), without the
"configure" script
/scratch/glennrp/Libpng16/lp1621b01.7z (LZMA-compressed, recommended)
/scratch/glennrp/Libpng16/lp1621b01.zip
/scratch/glennrp/Libpng16/lp1621b02.7z (LZMA-compressed, recommended)
/scratch/glennrp/Libpng16/lp1621b02.zip
Other information:
1.6.21beta01-README.txt
1.6.21beta01-LICENSE.txt
libpng-1.6.21beta01-*.asc (armored detached GPG signatures)
1.6.21beta02-README.txt
1.6.21beta02-LICENSE.txt
libpng-1.6.21beta02-*.asc (armored detached GPG signatures)
Changes since the last public release (1.6.20):
Version 1.6.21beta01 [December 11, 2015]
Version 1.6.21beta01 [December 12, 2015]
Fixed syntax "$(command)" in tests/pngstest that some shells other than
bash could not parse (Bug report by Nelson Beebe). Use `command` instead.