[devel] Use document name "libpng.txt" instead of "libpng-version.txt"

as it was prior to libpng-1.2.16beta2, to simplify version differences.
This commit is contained in:
Glenn Randers-Pehrson
2010-10-16 19:32:44 -05:00
parent a9b4f16b04
commit a655407f1b
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.5.0beta53 - October 16, 2010 Libpng 1.5.0beta53 - October 17, 2010
This is not intended to be a public release. It will be replaced 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. within a few weeks by a public version or by another test version.
@@ -226,7 +226,7 @@ version 1.5.0beta24 [May 7, 2010]
offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf. offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf.
Added more blank lines for readability. Added more blank lines for readability.
version 1.5.0beta25 [October 16, 2010] version 1.5.0beta25 [October 17, 2010]
In pngpread.c: png_push_have_row() add check for new_row > height In pngpread.c: png_push_have_row() add check for new_row > height
Removed the now-redundant check for out-of-bounds new_row from example.c Removed the now-redundant check for out-of-bounds new_row from example.c
@@ -421,11 +421,13 @@ Version 1.5.0beta51 [October 15, 2010]
Version 1.5.0beta52 [October 16, 2010] Version 1.5.0beta52 [October 16, 2010]
Restored some of the embedded dates (in png.h, png.c, documentation, etc.) Restored some of the embedded dates (in png.h, png.c, documentation, etc.)
Version 1.5.0beta53 [October 16, 2010] Version 1.5.0beta53 [October 17, 2010]
Updated INSTALL to mention using "make maintainer-clean" and to remove Updated INSTALL to mention using "make maintainer-clean" and to remove
obsolete statement about a custom ltmain.sh obsolete statement about a custom ltmain.sh
Disabled "color-tests" by default in Makefile.am so it will work with Disabled "color-tests" by default in Makefile.am so it will work with
automake versions earlier than 1.11.1 automake versions earlier than 1.11.1
Use document name "libpng.txt" instead of "libpng-version.txt" as it was
prior to libpng-1.2.16beta2, to simplify version differences.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net: Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit (subscription required; visit

View File

@@ -3059,11 +3059,13 @@ Version 1.5.0beta51 [October 15, 2010]
Version 1.5.0beta52 [October 16, 2010] Version 1.5.0beta52 [October 16, 2010]
Restored some of the embedded dates (in png.h, png.c, documentation, etc.) Restored some of the embedded dates (in png.h, png.c, documentation, etc.)
Version 1.5.0beta53 [October 16, 2010] Version 1.5.0beta53 [October 17, 2010]
Updated INSTALL to mention using "make maintainer-clean" and to remove Updated INSTALL to mention using "make maintainer-clean" and to remove
obsolete statement about a custom ltmain.sh obsolete statement about a custom ltmain.sh
Disabled "color-tests" by default in Makefile.am so it will work with Disabled "color-tests" by default in Makefile.am so it will work with
automake versions earlier than 1.11.1 automake versions earlier than 1.11.1
Use document name "libpng.txt" instead of "libpng-version.txt" as it was
prior to libpng-1.2.16beta2, to simplify version differences.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@@ -1,6 +1,6 @@
libpng.txt - A description on how to use and modify libpng libpng.txt - A description on how to use and modify libpng
libpng version 1.5.0beta53 - October 16, 2010 libpng version 1.5.0beta53 - October 17, 2010
Updated and distributed by Glenn Randers-Pehrson Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net> <glennrp at users.sourceforge.net>
Copyright (c) 1998-2010 Glenn Randers-Pehrson Copyright (c) 1998-2010 Glenn Randers-Pehrson
@@ -11,7 +11,7 @@ libpng.txt - A description on how to use and modify libpng
Based on: Based on:
libpng versions 0.97, January 1998, through 1.5.0beta53 - October 16, 2010 libpng versions 0.97, January 1998, through 1.5.0beta53 - October 17, 2010
Updated and distributed by Glenn Randers-Pehrson Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2010 Glenn Randers-Pehrson Copyright (c) 1998-2010 Glenn Randers-Pehrson
@@ -3366,7 +3366,7 @@ Other rules can be inferred by inspecting the libpng source.
XIII. Y2K Compliance in libpng XIII. Y2K Compliance in libpng
October 16, 2010 October 17, 2010
Since the PNG Development group is an ad-hoc body, we can't make Since the PNG Development group is an ad-hoc body, we can't make
an official declaration. an official declaration.