[libpng12] Changed AM_CONFIG_HEADER(config.h) to AC_CONFIG_HEADERS([config.h])
in configure.ac
This commit is contained in:
parent
d2361aee37
commit
aad92d71f6
6
ANNOUNCE
6
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.2.51beta01 - January 1, 2013
|
Libpng 1.2.51beta01 - January 3, 2013
|
||||||
|
|
||||||
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.
|
||||||
@ -42,8 +42,10 @@ Other information:
|
|||||||
|
|
||||||
Changes since the last public release (1.2.50):
|
Changes since the last public release (1.2.50):
|
||||||
|
|
||||||
version 1.2.51beta01 [January 1, 2013]
|
version 1.2.51beta01 [January 3, 2013]
|
||||||
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
||||||
|
Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h])
|
||||||
|
in configure.ac
|
||||||
|
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
4
CHANGES
4
CHANGES
@ -2777,9 +2777,11 @@ version 1.0.59 and 1.2.49 [March 29, 2012]
|
|||||||
version 1.0.60 and 1.2.50 [July 9, 2012]
|
version 1.0.60 and 1.2.50 [July 9, 2012]
|
||||||
Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386.
|
Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386.
|
||||||
|
|
||||||
version 1.2.51beta01 [January 1, 2013]
|
version 1.2.51beta01 [January 3, 2013]
|
||||||
Rebuilt the configure scripts with autoconf-2.69
|
Rebuilt the configure scripts with autoconf-2.69
|
||||||
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
||||||
|
Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h])
|
||||||
|
in configure.ac
|
||||||
|
|
||||||
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
|
||||||
|
@ -31,7 +31,7 @@ PNGLIB_RELEASE=51
|
|||||||
dnl End of version number stuff
|
dnl End of version number stuff
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([pngget.c])
|
AC_CONFIG_SRCDIR([pngget.c])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
Reference in New Issue
Block a user