[alpha] Put events in correct order in CHANGES and ANNOUCE

This commit is contained in:
Glenn Randers-Pehrson
2009-12-04 17:22:38 -06:00
parent 95a87425bb
commit a441e7a2f2
2 changed files with 20 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ Other information:
Changes since the last public release (1.4.0beta107):
version 1.4.1alpha01 [November 27, 2009]
Based on 1.4.0beta107
Based on 1.4.0beta107 (prerelease)
version 1.4.1alpha02 [December 4, 2009]
Restored premultiplied alpha feature from version 1.4.0beta105.
@@ -42,6 +42,15 @@ version 1.4.1alpha02 [December 4, 2009]
Eliminated PNG_DIVIDE_BY_255 and PNG_8_BIT_PREMULTIPLY macros
leaving only PNG_DIVIDE_BY_65535 and PNG_16_BIT_PREMULTIPLY
because we will always work with 16 bits.
Sync with version 1.4.0beta107:
Updated README
Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
to put png.h and pngconf.h in $prefix/include, like the other scripts,
instead of in $prefix/include/libpng. Also revised makefile.sco
to put them in $prefix/include/libpng14 instead of in
$prefix/include/libpng/libpng14.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

21
CHANGES
View File

@@ -2408,18 +2408,8 @@ version 1.4.0beta106 [November 27, 2009]
version 1.4.0beta107 [November 27, 2009]
Updated README
version 1.4.0beta107 [December 4, 2009]
Updated README
Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
to put png.h and pngconf.h in $prefix/include, like the other scripts,
instead of in $prefix/include/libpng. Also revised makefile.sco
to put them in $prefix/include/libpng14 instead of in
$prefix/include/libpng/libpng14.
version 1.4.1alpha01 [November 27, 2009]
Based on 1.4.0beta107
Based on 1.4.0beta107 (prerelease)
version 1.4.1alpha02 [December 4, 2009]
Restored premultiplied alpha feature from version 1.4.0beta105.
@@ -2434,6 +2424,15 @@ version 1.4.1alpha02 [December 4, 2009]
Eliminated PNG_DIVIDE_BY_255 and PNG_8_BIT_PREMULTIPLY macros
leaving only PNG_DIVIDE_BY_65535 and PNG_16_BIT_PREMULTIPLY
because we will always work with 16 bits.
Sync with version 1.4.0beta107:
Updated README
Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
to put png.h and pngconf.h in $prefix/include, like the other scripts,
instead of in $prefix/include/libpng. Also revised makefile.sco
to put them in $prefix/include/libpng14 instead of in
$prefix/include/libpng/libpng14.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit